Xcode 5 won\'t let me change the bundle identifier. The app name portion after com.mycompany. is greyed out.
com.mycompany.
I created a bundle identifier in ITC which
In your projects Info.plist(or in Info tab of project setiings, which is the same) change ${PRODUCT_NAME:rfc1034identifier} to desired name. After that it wouldn't be greyed out.
${PRODUCT_NAME:rfc1034identifier}