How are we meant to rename our projects?

Can I just put my name as the navigation bar title and the name displayed on the home screen, or do I have to rename the entire Xcode project as well? Renaming the entire Xcode project is a bit inconvenient, as it means I have to set up provisioning profiles all over again.

Accepted Reply

This thread has been deleted

It's not necessary to rename the entire project. You can just change the product name.


1. In the Project Navigator (left side of Xcode, click the Folder icon), select your project name (the blue file icon at the top).

2. Select your application under the Targets section.

3. Click on the Build Settings tab.

4. Search for "Product Name."

5. Double-click on the right column where it has the name of your target currently and then replace "$(TARGET_NAME)" with your full name.

6. Build to the device.

Replies

According to the submission docs...


-=-

Additional Requirements for Apps Not on the App Store

• Your full name appears as the name of the app.

-=-


See:

Renaming a Project or App


https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/RenamingaProject/RenamingaProject.html



-=-

I'm not sure this would affect provisioning.