From 9d8caf94ea8104cd8aa9a1a83dcd389b024a14dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=84?= Date: Sun, 6 Oct 2024 22:46:37 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Tuist=20CFBundleShortVersionString=201.?= =?UTF-8?q?1.0=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20(#148)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/24th-App-Team-1-iOS/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift b/24th-App-Team-1-iOS/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift index 8bf93f06..0c3f3de8 100644 --- a/24th-App-Team-1-iOS/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift +++ b/24th-App-Team-1-iOS/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift @@ -21,7 +21,7 @@ extension InfoPlist { var basePlist: [String: Plist.Value] = [ "CFBundleDisplayName": .string("wespot"), "UIUserInterfaceStyle": .string("Dark"), - "CFBundleShortVersionString": .string("1.0"), + "CFBundleShortVersionString": .string("1.1.0"), "CFBundleVersion": .string("1"), "UILaunchStoryboardName": .string("LaunchScreen"), "UISupportedInterfaceOrientations": .array([.string("UIInterfaceOrientationPortrait")]),