Xcode 7: changing product bundle identifier

后端 未结 6 836
执笔经年
执笔经年 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条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-13 00:30

    If you use bundle id suffixes, don't set the Product Bundle Identifier on General tab of the Target Settings.

    Set it on the Build Settings tab.

    For example:

    com.company.app${BUNDLE_ID_SUFFIX}
    

提交回复
热议问题