Skip to content

Commit

Permalink
chore: 빌드 넘버 1.0.3 (23)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhyungyu committed Aug 23, 2024
1 parent d275786 commit 77211d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public extension InfoPlist {
static var app: InfoPlist {
return .extendingDefault(with: [
"CFBundleShortVersionString": "1.0.3",
"CFBundleVersion": "22",
"CFBundleVersion": "23",
"UIUserInterfaceStyle": "Light",
"CFBundleName": "보틀",
"UILaunchScreen": [
Expand Down Expand Up @@ -40,7 +40,7 @@ public extension InfoPlist {
static var example: InfoPlist {
return .extendingDefault(with: [
"CFBundleShortVersionString": "1.0.3",
"CFBundleVersion": "22",
"CFBundleVersion": "23",
"UIUserInterfaceStyle": "Light",
"UILaunchScreen": [:],
"UISupportedInterfaceOrientations": [
Expand Down

0 comments on commit 77211d3

Please sign in to comment.