Skip to content

Commit

Permalink
chore: 빌드 넘버 1.0.2 (21)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhyungyu committed Aug 23, 2024
1 parent 758fbd8 commit 1249515
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import ProjectDescription
public extension InfoPlist {
static var app: InfoPlist {
return .extendingDefault(with: [
"CFBundleShortVersionString": "1.0.1",
"CFBundleVersion": "20",
"CFBundleShortVersionString": "1.0.2",
"CFBundleVersion": "21",
"UIUserInterfaceStyle": "Light",
"CFBundleName": "보틀",
"UILaunchScreen": [
Expand Down Expand Up @@ -39,8 +39,8 @@ public extension InfoPlist {

static var example: InfoPlist {
return .extendingDefault(with: [
"CFBundleShortVersionString": "1.0.1",
"CFBundleVersion": "20",
"CFBundleShortVersionString": "1.0.2",
"CFBundleVersion": "21",
"UIUserInterfaceStyle": "Light",
"UILaunchScreen": [:],
"UISupportedInterfaceOrientations": [
Expand Down

0 comments on commit 1249515

Please sign in to comment.