Skip to content

Commit

Permalink
chore: 빌드 넘버 1.0.1 (20)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhyungyu committed Aug 22, 2024
1 parent 0af05c5 commit e28cc4f
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.0",
"CFBundleVersion": "17",
"CFBundleShortVersionString": "1.0.1",
"CFBundleVersion": "20",
"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.0",
"CFBundleVersion": "17",
"CFBundleShortVersionString": "1.0.1",
"CFBundleVersion": "20",
"UIUserInterfaceStyle": "Light",
"UILaunchScreen": [:],
"UISupportedInterfaceOrientations": [
Expand Down

0 comments on commit e28cc4f

Please sign in to comment.