Releases: bitrise-steplib/steps-xcode-archive
Releases · bitrise-steplib/steps-xcode-archive
1.6.0
is_clean_build
: default is set to "no"- bit of code & log revision
1.5.2
- Additional log revision, printing
xcodebuild
's andxcpretty
's version numbers
1.5.1
Minor log enhancement
1.5.0
xctool
removed as it caused issues with a small number of projects- instead,
xcpretty
can now be used as the "output tool"- this way the build is actually performed by Xcode's Command Line Tools (
xcodebuild
) and only the output is formatted by another tool
- this way the build is actually performed by Xcode's Command Line Tools (
1.4.1
The .xcarchive
is not stored in the Deploy dir anymore as it's usually significantly larger than any other generated artifact file and it's rarely useful to have as an artifact; no need to deploy it
1.4.0
build tool
option : usexctool
orxcodebuild
for the archive (xctool
is now the default) | thanks to @gkiki90configuration
option : in addition to specifying an Xcode Scheme you can now define an Xcode Configuration as well | thanks to @vincentsaluzzo- log revision
1.3.6
fix for OS X Yosemite and earlier OS X versions
1.3.5
IPA discovery fix, in case the IPA would be generated with a "non standard" name (if you change related Xcode project settings)
1.3.4
Ad Hock distribution detection fix
1.3.3
- Just a little bit less verbose logging 😉