Skip to content

Commit

Permalink
[Feat] sopt-makers#199 - 버전 및 빌드 넘버 infoPlist 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
0inn committed Apr 23, 2023
1 parent 9cf7e51 commit 6c7142f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import ProjectDescription

public extension Project {
static let appInfoPlist: [String: InfoPlist.Value] = [
"CFBundleShortVersionString": "1.0.0",
"CFBundleShortVersionString": "$(MARKETING_VERSION)",
"CFBundleDevelopmentRegion": "ko",
"CFBundleVersion": "1",
"CFBundleVersion": "$(CURRENT_PROJECT_VERSION)",
"CFBundleIdentifier": "com.sopt-stamp-iOS.release",
"CFBundleDisplayName": "SOPT",
"UILaunchStoryboardName": "LaunchScreen",
Expand Down Expand Up @@ -46,9 +46,9 @@ public extension Project {
]

static let demoInfoPlist: [String: InfoPlist.Value] = [
"CFBundleShortVersionString": "1.0.0",
"CFBundleShortVersionString": "$(MARKETING_VERSION)",
"CFBundleDevelopmentRegion": "ko",
"CFBundleVersion": "1",
"CFBundleVersion": "$(CURRENT_PROJECT_VERSION)",
"CFBundleIdentifier": "com.sopt-stamp-iOS.test",
"CFBundleDisplayName": "SOPT-Test",
"UILaunchStoryboardName": "LaunchScreen",
Expand Down

0 comments on commit 6c7142f

Please sign in to comment.