How to change the bundle identifier of an app in Xcode 5?
Actually this is pretty simple: Select your target Select ‘info’ tab (you can do the same by finding the plist file on the project) Search for “Bundle Identifier” key, The value on your end should be com.mycompany.${PRODUCT_NAME:rfc1034identifier}. If you want to change the grey field just replace the “com.mycompany” with whatever you want. the other … Read more