Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/sigh

2.0.1 Update to support fastlane 2.0

18 Dec 23:52
Compare
Choose a tag to compare
  • Note: Previous fastlane 2.0 compatible releases were removed due to cyclic dependency errors
  • This release is only compatible with fastlane 2.0. To continue using fastlane 1, please use older releases
  • Calling <tool-name> from the commandline is now deprecated. Please use fastlane <tool-name> instead.

1.13.1 Hotfix

15 Dec 21:20
Compare
Choose a tag to compare

Fixed getting version number for fastlane 2.0

1.13.0 Added support for fastlane 2.0

15 Dec 20:22
Compare
Choose a tag to compare

Added support for fastlane 2.0

1.12.1 Hotfix for resign

05 Dec 15:41
Compare
Choose a tag to compare
  • Fix error in resign.sh bash syntax (#7302)
  • Update internal dependencies (#7247)

1.12.0 Improvements

28 Nov 22:10
Compare
Choose a tag to compare
  • Update internal dependencies (#7208)
  • Fix overwriting WKBundleIdentifier when using wildcard provisioning profile (#7110)
  • Call expand_path on provisioning_profile during resign (#7004)
  • Deprecate SIGH_UDID in favor of corrected SIGH_UUID (#7028)
  • Add short option for --force (#6797)
  • Update team selection and documentation across all fastlane tools (#6444)

1.11.2 Improvements

05 Oct 17:07
Compare
Choose a tag to compare
  • D't show error message when importing provisioning profile
  • Version bump dependencies on fastlane_core and spaceship (#6407)

1.11.1 Bugfix

21 Sep 14:00
Compare
Choose a tag to compare

Fix file name when downloading Ad Hoc profiles

1.11.0 Updated for new API

20 Sep 20:15
Compare
Choose a tag to compare
  • Update sigh to lazy load certificates and devices to fix performance issues with the new API 🚀
  • Add support for running sigh adhoc, sigh appstore and sigh development without having to use a flag
  • Add detection of conflicting parameters

1.10.4 Improvements

16 Sep 23:07
Compare
Choose a tag to compare
  • Improve output on which provisioning file are being skipped
  • Update spaceship to work with the new Apple Developer Portal API

1.10.3 Update for the new Dev Portal

16 Sep 07:14
Compare
Choose a tag to compare
  • Update spaceship to work with the latest Dev Portal changes
  • Update internal dependencies (#6104)
  • Fix Info.plist key in option description (#6086)
  • Escape . in KEY for use in plutil (#6067)