Skip to content

Commit 459b1a4

Browse files
dadachiclaude
andcommitted
Align appName and CFBundleDisplayName with upstream
Sets Strings.appName and CFBundleDisplayName to "Native App Template", matching the upstream NativeAppTemplate-iOS branding so the in-app welcome copy and home-screen label are consistent across both repos. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d1e31e8 commit 459b1a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

NativeAppTemplate/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ enum Strings {
114114
static let port: String = ""
115115
#endif
116116

117-
static let appName: String = "NativeAppTemplate Free"
117+
static let appName: String = "Native App Template"
118118

119119
/// This is for MyTurnTag Creator. Replace this.
120120
static let appStoreUrl: String = "https://apps.apple.com/app/myturntag-creator/id1516198303"

NativeAppTemplate/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleDisplayName</key>
8-
<string>NativeAppTemplate Free</string>
8+
<string>Native App Template</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
@@ -40,7 +40,7 @@
4040
<array>
4141
<string>arm64</string>
4242
</array>
43-
<key>UISupportedInterfaceOrientations</key>
43+
<key>UISupportedInterfaceOrientations</key>
4444
<array>
4545
<string>UIInterfaceOrientationPortrait</string>
4646
</array>

0 commit comments

Comments
 (0)