This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/sigh
Releases · fastlane-old/sigh
1.4.0 Improvements
- 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
sigh
now uses the new fastlane UI and looks much nicer ✨
1.3.0 Support for custom entitlements
You can now pass custom entitlements when using sigh resign
1.2.2 Improvements
- Support for running multiple
sigh
s in parallel, if you really have to sigh... - Improved outputs
1.2.1 Improvements
- Hide
output_path
from options table - Added
--verbose
option
1.2.0 Added new option
Added new ignore_profiles_with_different_name
option
1.1.4 Improved App Detection
1.1.3 Fixed resigning
Fixed a problem with escaping parameters in the sigh resign
command
1.1.2 Improved output directory handling
Automatic creating of the output directory if not there yet
1.1.1 Improved resigning
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.