Tuesday, Mar 03, 2009 Changing your application package name
Encountered a situation where I have to rename the name of the application package so that it’s different from the original Xcode project name.
To do so,
- go to project window
- reveal the “Targets” group
- Double click the application target
- In the “Target Info” window, go to the “Build” tab
- There’s an entry called “Product Name”. Update the field with the new name.
- Alternatively, you can do a search using the original package name.