Skip to content

Commit

Permalink
feat: Tuist CFBundleShortVersionString 1.1.0 업데이트 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim authored Oct 6, 2024
1 parent a0b0bf1 commit 9d8caf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")]),
Expand Down

0 comments on commit 9d8caf9

Please sign in to comment.