Skip to content

Commit

Permalink
chore: 1.1.0 배포 완료(#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozohoy committed Dec 21, 2023
1 parent a7b9dd2 commit f54ff1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import ProjectDescriptionHelpers
private let moduleName = "App"

let infoPlist: [String: Plist.Value] = [
"CFBundleShortVersionString": "1.0.3",
"CFBundleShortVersionString": "1.1.0",
"CFBundleVersion": "1",
"CFBundleDisplayName": "Linable",
"UIMainStoryboardFile": "",
"UILaunchStoryboardName": "LaunchScreen",
"NSPhotoLibraryAddUsageDescription" : "to let you export images to photo library",
"CFBundleAllowMixedLocalizations" : "true",
"NSPhotoLibraryAddUsageDescription": "to let you export images to photo library",
"CFBundleAllowMixedLocalizations": "true",
"UISupportedInterfaceOrientations": ["UIInterfaceOrientationPortrait"],
"LSApplicationCategoryType": "public.app-category.sports",
"UIUserInterfaceStyle": "Light"
Expand Down

0 comments on commit f54ff1b

Please sign in to comment.