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

Releases: fastlane-old/sigh

1.4.0 Improvements

03 Mar 23:56
Compare
Choose a tag to compare
  • Updated sigh to work with the new Apple Dev Portal
  • Fixed an issue with resigning apps with nested WatchKit app and extension (thanks @mgrebenets)
  • Added the version number override option to the resign command (thanks @jaleksynas)

1.3.1 New UI

02 Feb 19:37
Compare
Choose a tag to compare

sigh now uses the new fastlane UI and looks much nicer ✨

1.3.0 Support for custom entitlements

22 Jan 21:31
Compare
Choose a tag to compare

You can now pass custom entitlements when using sigh resign

1.2.2 Improvements

12 Jan 22:58
Compare
Choose a tag to compare
  • Support for running multiple sighs in parallel, if you really have to sigh...
  • Improved outputs

1.2.1 Improvements

10 Dec 02:29
Compare
Choose a tag to compare
  • Hide output_path from options table
  • Added --verbose option

1.2.0 Added new option

04 Dec 03:03
Compare
Choose a tag to compare

Added new ignore_profiles_with_different_name option

1.1.4 Improved App Detection

01 Dec 04:03
Compare
Choose a tag to compare

You now get a nice description on how to create a new App ID in case it doesn't exist yet

screenshot 2015-11-30 22 56 29

1.1.3 Fixed resigning

11 Nov 12:58
Compare
Choose a tag to compare

Fixed a problem with escaping parameters in the sigh resign command

1.1.2 Improved output directory handling

11 Nov 00:40
Compare
Choose a tag to compare

Automatic creating of the output directory if not there yet

1.1.1 Improved resigning

27 Oct 21:36
Compare
Choose a tag to compare

When resigning an application, resign.sh extracts the entitlements from the application, performs some changes (modifying application-identifier, keychain-access-groups and com.apple.developer.team-identifier, adding or removing beta-reports-active) then reapply them.

More information on #192, special thanks to @baarde @kommen