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:

jenkins xcode plugin - code signing & os x keychain options

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:

info plist beforetarget general beforepackaging

when change value in info.plist file this:

info plist changed

the other 2 value be:

target general after packaging after

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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -