jenkins - Xcode 7: changing product bundle identifier -
i'm setting jenkins automate build process. in particular, needs, i'd able set different bundle identifiers.
i'm using xcode jenkins plugin set bundle identifier:
the problem change bundle identifier in info.plist file , in mytarget > general > bundle identifier. won't change bundle identifier in build settings > packaging > product bundle identifier.
the same thing happens if manually. create new project in xcode 7. default, 3 values are:
when change value in info.plist
file this:
the other 2 value be:
so how can see value in build settings not changing. if i'm in xcode change value manually, if i'm building project in jenkins bis issue.
anyone encountered same problem? how tackle it?
thanks!
faced same problem.
the product_bundle_identifier
variable in project.pbxproj file. change whatever want , reflect both in info.plist project settings.
Comments
Post a Comment