From 47d0fe86a1ec91acc349e8e0ae2d398115ce04e4 Mon Sep 17 00:00:00 2001 From: noeyiz Date: Tue, 9 Apr 2024 12:54:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=95=B1=20=ED=83=80=EA=B2=9F=20CFBundl?= =?UTF-8?q?eShortVersionString=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.swift b/Project.swift index 5810beb..b358e2a 100644 --- a/Project.swift +++ b/Project.swift @@ -30,7 +30,7 @@ class iBoxFactory: ProjectFactory { "ITSAppUsesNonExemptEncryption": false, "CFBundleDisplayName": "iBox", "CFBundleName": "iBox", - "CFBundleShortVersionString": "1.2.2", + "CFBundleShortVersionString": "1.0.0", "CFBundleVersion": "1", "UILaunchStoryboardName": "LaunchScreen", "UIApplicationSceneManifest": [ @@ -58,7 +58,7 @@ class iBoxFactory: ProjectFactory { private let shareExtensionInfoPlist: [String: Plist.Value] = [ "CFBundleDisplayName": "iBox.Share", - "CFBundleShortVersionString": "1.0", + "CFBundleShortVersionString": "1.0.0", "CFBundleVersion": "1", "NSExtension": [ "NSExtensionAttributes": [