-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: xcode-plugin
-
Labels:None
-
Environment:Mac
-
Similar Issues:
The current Xcode plugin only supports building .app and .ipa files. It would be great to add an option to build Xcode archives (.xcarchive) files as well.
This can be done from xcodebuild, for example:
xcodebuild -target "My Target" -scheme "My Scheme" -configuration Release clean archive
An alternative would be to have a post build step that can take the output .app and .dSYM files and bundle them up as a .xcarchive.
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Workflow | JNJira [ 145415 ] | JNJira + In-Review [ 191478 ] |
Code changed in jenkins
User: Jeffro Ligon
Path:
src/main/java/au/com/rayh/XCodeBuilder.java
src/main/resources/au/com/rayh/XCodeBuilder/config.jelly
src/main/resources/au/com/rayh/XCodeBuilder/help-generateArchive.html
http://jenkins-ci.org/commit/xcode-plugin/5baf21de28135977a0633aa08a092182bd60c5b1
Log:
[FIXED JENKINS-14719] added an option to produce .xcarchive