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

Releases: fastlane-old/sigh

0.4.1 New configuration

06 Mar 18:13
Compare
Choose a tag to compare
  • New: You can now pass any option as either command line parameter or environment variable 🚀
  • Improved interface for sigh resign (Thanks @lmirosevic)
  • Fixed problems when running sigh using fastlane multiple times in a row (thanks @joshdholtz)
  • Fixed problems with wild card provisioning profiles

0.4.0 New configuration [yanked]

06 Mar 16:34
Compare
Choose a tag to compare
  • New: You can now pass any option as either command line parameter or environment variable 🚀
  • Improved interface for sigh resign (Thanks @lmirosevic)
  • Fixed problems when running sigh using fastlane multiple times in a row (thanks @joshdholtz)
  • Fixed problems with wild card provisioning profiles

0.3.5 Accessing the UDID of the profile

27 Feb 14:28
Compare
Choose a tag to compare
  • New: sigh will store the SIGH_UDID in the fastlane context (check out the README for more information)
  • You can now set the name of the generated file using SIGH_PROVISIONING_PROFILE_NAME

0.3.4 Integration with cert

19 Feb 21:54
Compare
Choose a tag to compare
  • Added integration with the new tool cert using fastlane
  • --force will now also add all available devices to the profile
  • Added SIGH_CERTIFICATE_ID environment variable to specify the ID of the certificate to use
  • Improved outputs when signing certificate could not be found

0.3.3 Major refactoring

18 Feb 11:15
Compare
Choose a tag to compare

A lot of changes under the hood: All fastlane tools now use the shared gem fastlane_core

This allows me to develop and release new features even faster 🚀

0.3.1 Improved interface for sigh resign

11 Feb 13:12
Compare
Choose a tag to compare

Better error handling, better logs and better interface for sigh resign

0.3.0 sigh resign - sign existing ipa files

11 Feb 11:53
Compare
Choose a tag to compare
  • Introducing sigh resign, resign existing ipa files with the provisioning profile of your choice. This will also validate the entered signing identity.
  • Some internal refactoring (Thanks @almassapargali 👍)
  • Thanks floatsign for providing the code of actually signing the ipa file.

0.2.3 Fixed problem with fastlane

04 Feb 21:45
Compare
Choose a tag to compare

Fixed problem with phantomjs when being run by fastlane.

0.2.2 New options

03 Feb 19:52
Compare
Choose a tag to compare
  • Use --force to renew a certificate even if it's active (thanks @tychop)
  • Define the file name of the output file (thanks @tychop)
  • No more phantomjs dependency

0.2.1 Improvements

28 Jan 22:59
Compare
Choose a tag to compare
  • Improved support for multiple teams
  • Added SIGH_DISABLE_OPEN_ERROR option
  • Show stack trace on error by default
  • Improved help screen