We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a229c commit 72bb48cCopy full SHA for 72bb48c
Projects/Coffice/Project.swift
@@ -10,7 +10,7 @@ let project = Project.app(
10
platform: .iOS,
11
iOSTargetVersion: iOSTargetVersion,
12
infoPlist: [
13
- "CFBundleShortVersionString": "1.0.8", // 앱의 출시 버전
+ "CFBundleShortVersionString": "1.1", // 앱의 출시 버전
14
"CFBundleVersion": "2.1.4", // 앱의 빌드 버전 (테스트 플라이트 배포시 빌드 버전 up 필요)
15
"CFBundleDisplayName": "Coffice", // 사용자에게 보여질 앱의 이름
16
"UILaunchStoryboardName": "LaunchScreen",
0 commit comments