Skip to content

Releases: bitrise-steplib/steps-xcode-archive

1.6.0

25 Jan 14:43
Compare
Choose a tag to compare
  • is_clean_build : default is set to "no"
  • bit of code & log revision

1.5.2

04 Dec 13:39
Compare
Choose a tag to compare
  • Additional log revision, printing xcodebuild's and xcpretty's version numbers

1.5.1

04 Dec 12:23
Compare
Choose a tag to compare

Minor log enhancement

1.5.0

03 Dec 14:09
Compare
Choose a tag to compare
  • 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

1.4.1

06 Nov 17:18
Compare
Choose a tag to compare

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

05 Nov 16:58
Compare
Choose a tag to compare
  • build tool option : use xctool or xcodebuild for the archive (xctool is now the default) | thanks to @gkiki90
  • configuration 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

03 Nov 15:04
Compare
Choose a tag to compare

fix for OS X Yosemite and earlier OS X versions

1.3.5

03 Nov 12:40
Compare
Choose a tag to compare

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

29 Oct 12:38
Compare
Choose a tag to compare

Ad Hock distribution detection fix

1.3.3

28 Oct 22:07
Compare
Choose a tag to compare
  • Just a little bit less verbose logging 😉