I have a custom Xcode build scheme that moves some files to toggle between dev and prod variables. Can I change the app display name in the dev scheme as well?
For example, if the app name is "MyApp", it currently shows up on the home screen as "MyApp". Can I configure my dev build scheme so that it shows up on the home screen as "MyApp Dev"? I tried setting TARGET_NAME="MyApp Dev"
in a pre-action build script, but it doesn't seem to work.
Xcode 7, iOS 9
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"
Choose Product > Scheme > Edit Scheme. In the dialog that appears, click the Run option in the scheme editor's left pane. In the main pane, click Options. Specify the options you want.
Step 1: Add the key "SchemeName" to your Info. plist with type string. Make sure and select a target from under "Provide build settings from". Step 3: Now duplicate that scheme as many times as you like (Manage Schemes...
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.
You can do that easily.
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