Skip to content

Commit

Permalink
chore: 빌드넘버 업데이트 (39)
Browse files Browse the repository at this point in the history
  • Loading branch information
JongHoooon committed Nov 11, 2024
1 parent 77f5fbb commit 47c5d51
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.11",
"CFBundleVersion": "38",
"CFBundleVersion": "39",
"UIUserInterfaceStyle": "Light",
"CFBundleName": "보틀",
"UILaunchScreen": [
Expand Down Expand Up @@ -46,7 +46,7 @@ public extension InfoPlist {
static var example: InfoPlist {
return .extendingDefault(with: [
"CFBundleShortVersionString": "1.0.11",
"CFBundleVersion": "38",
"CFBundleVersion": "39",
"UIUserInterfaceStyle": "Light",
"UILaunchScreen": [:],
"UISupportedInterfaceOrientations": [
Expand Down

0 comments on commit 47c5d51

Please sign in to comment.