|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-13887) Ability to change the Bundle identifier (CFBundleIdentifier) for an xcode build
markuswar...@gmail.com (JIRA) Tue, 16 Oct 2012 07:06:45 -0700
I concur. I'm currently trying to use a shell command prior to the Xcode plugin to set the CFBundleIdentifier value:
defaults write ${WORKSPACE}/Targetname-Info CFBundleIdentifier com.mycompany.mycompany
However, this results in a build error:
The following build commands failed:
ProcessInfoPlistFile /Users/Jenkins/workspace/MyApp/builds/MyApp.app/Info.plist Targetname-Info.plist
(1 failure)
Build step 'XCode' marked build as failure
I'm trying to figure out what is going on there, looks like something is messing up the file somehow.