How to change the bundle identifier of an app in Xcode 5?

前端 未结 6 2307
夕颜
夕颜 2020-12-13 05:51

Xcode 5 won\'t let me change the bundle identifier. The app name portion after com.mycompany. is greyed out.

I created a bundle identifier in ITC which

6条回答
  •  醉梦人生
    2020-12-13 06:28

    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.

提交回复
热议问题