I have completed project but unfortunately, I have to change product name and bundle identifier also, in Xcode 6.4. How can I do this?
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 cannot change the bundle identifier of an app. You can create a second app that looks and behaves exactly the same and has a different bundle identifier, but the bundle identifier is what makes it that app. It's the identity of the application.
Change the value of Product Name (referenced as PRODUCT_NAME
) in the build settings of the project or target.
Both the Bundle identifier and Bundle name in your info plist reference this build setting, so changing it here updates both these values. I personally wouldn't change the Bundle identifier in the plist directly as it has a strict set of allowed characters and you can see from peoples examples it adds the rfc1034identifier
to the setting reference which converts any invalid characters.
The default value ($TARGET_NAME
) uses the name of the target in the left side panel, so you could also change this name.
You can set "Product Name" Xcode Build Settings. You want to set your bundle identifier in the info.plist file for your app.
The bundle identifier in the Info.plist as ${PRODUCT_NAME} - You can change app bundle name here
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