I see that $(PRODUCT_NAME) can be a variable for Bundle display name within the plist file,
but I would like the opposite to occur, for $(BUNDLE_NAME) to be the variable within Product Name in the target info. Is that a real variable? Can I make it one? Thanks!
The user-visible name for the bundle, used by Siri and visible on the iOS Home screen.
Build Settings> Change "Product Name" TARGETS> Select app> Change "Display Name" Project Navigator> Select project name> Double-click> Change "project name"> Rename> Mange Scheme> Change "Scheme name"
Change the Bundle IDChoose your project from the left side, then your app target under TARGETS, select the General tab and rename the Bundle Identifier.
In your target, go to "Build Settings" and add a "User-Defined Setting" (e.g. DISPLAY_NAME).
Then, go to the Info.plist
of your target and add "Bundle display name" key and set its value to "$(DISPLAY_NAME)"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With