From f54ff1bb1cf063e5c2985262a233548bf79fd858 Mon Sep 17 00:00:00 2001 From: sozohoy Date: Thu, 21 Dec 2023 15:00:57 +0900 Subject: [PATCH] =?UTF-8?q?chore:=201.1.0=20=EB=B0=B0=ED=8F=AC=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C(#116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/App/Project.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/App/Project.swift b/Projects/App/Project.swift index 83cb52d..698f380 100644 --- a/Projects/App/Project.swift +++ b/Projects/App/Project.swift @@ -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"