Xcode 7: changing product bundle identifier

后端 未结 6 837
执笔经年
执笔经年 2020-12-12 23:47

I\'m setting up Jenkins to automate the build process. In particular, for my needs, I\'d like to be able to set different bundle identifiers.

I\'m using the Xcode J

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-13 00:33

    Faced the same problem.

    The PRODUCT_BUNDLE_IDENTIFIER is a variable in your project.pbxproj file. Change that to whatever you want and it will reflect both in your Info.plist as well as the project settings.

提交回复
热议问题