Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Just change the name of the app executable for an iPhone app

Tags:

xcode

iphone

I have an iPhone app where I will be using it as a template for several apps. I want to change the name of the executable for each individual app (Not the app display name on the phone).

I see in the target build settings where I can change the key "Product Name" to the new executable name I want.

Is there anything else I need to change?

It seems to compile, just want to make sure I don't get any problems when signing the distribution build or anything else.

Thanks

like image 479
Corey Floyd Avatar asked Jun 07 '09 19:06

Corey Floyd


People also ask

How do you change the name of an app on iOS 14?

In the Shortcuts app on your iOS or iPadOS device, tap on the shortcut you want to rename. Tap the down arrow next to the shortcut name, then tap Rename. Type a new name, then tap Done.


1 Answers

For xcode 4: [Your target] -> [Build settings] -> [Product name]

like image 101
Valeriy Van Avatar answered Sep 21 '22 10:09

Valeriy Van