This repository was archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/sigh
Releases · fastlane-old/sigh
1.10.2 Hot fix
- Fix bug in
--use-app-entitlements
option (#6056)
1.10.1 Hotfix
- Improve sigh error message (#5946)
- Fix undefined local variable or method `keychain_path' (#5948)
1.10.0 New Features
- Added
keychain_path
option to use a specified keychain (#5934) - Added
use_app_entitlements
option to extract entitlements from app (#5130)
1.9.0 Improvements
- Better error messaging when
resign
failures with non-zero exit code (#5059) - Added ability to use certificate SHA-1 in
sigh
resign (#4898) - Fix invalid spelling for sigh options (#4540)
- Fix problems when using enterprise accounts without iTC accounts
1.8.0 Improvements
- Added parameter for
resign
to allow changing current application Bundle ID
1.7.0 Improvements
- Add support for specifying short and bundle versions separately in
resign
- Add support for long options in
resigh.sh
- Add option to specify entitlements (-e, --entitlements) or autodetect them
- Set
AppIdentifierPrefix
in Info.plist duringresign
- Improve
resign
usage method - Huge thanks to @mgrebenets for many contributions to
resign
1.6.1 Improvements to resign
- Fixed verbose logging
- Improved logic for finding app name
1.6.0 Add Display Name option to resign
Pass display_name
from sigh resign into resign.sh (-d)
1.5.0 Automatic verification of certificates
sigh
will now automatically detect missing certificates before creating new ones- Improved warnings output
1.4.1 Improvements
- Improve logging, warning and error messages output
--force
option deletes profiles without prompting in non-interactive mode