Change the bundle display name to Element X, keep the rest as ElementX

This commit is contained in:
Stefan Ceriu
2023-06-07 12:57:56 +03:00
committed by Stefan Ceriu
parent c9ce18507a
commit 6b79204eec
4 changed files with 5 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>$(PRODUCT_NAME)</string>
<string>Element X</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>

View File

@@ -46,7 +46,7 @@ targets:
path: ../SupportingFiles/Info.plist
properties:
UILaunchStoryboardName: LaunchScreen
CFBundleDisplayName: $(PRODUCT_NAME)
CFBundleDisplayName: Element X
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
UISupportedInterfaceOrientations: [
@@ -74,7 +74,7 @@ targets:
settings:
base:
PRODUCT_NAME: $(APP_NAME)
PRODUCT_NAME: ElementX
PRODUCT_BUNDLE_IDENTIFIER: $(BASE_BUNDLE_IDENTIFIER)
MARKETING_VERSION: $(MARKETING_VERSION)
CURRENT_PROJECT_VERSION: $(CURRENT_PROJECT_VERSION)