Change the bundle display name to Element X, keep the rest as ElementX
This commit is contained in:
committed by
Stefan Ceriu
parent
c9ce18507a
commit
6b79204eec
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user