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
2.0.1 Update to support fastlane 2.0
- 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 usefastlane <tool-name>
instead.
1.13.1 Hotfix
Fixed getting version number for fastlane 2.0
1.13.0 Added support for fastlane 2.0
Added support for fastlane 2.0
1.12.1 Hotfix for resign
- Fix error in resign.sh bash syntax (#7302)
- Update internal dependencies (#7247)
1.12.0 Improvements
- Update internal dependencies (#7208)
- Fix overwriting WKBundleIdentifier when using wildcard provisioning profile (#7110)
- Call
expand_path
onprovisioning_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
- D't show error message when importing provisioning profile
- Version bump dependencies on fastlane_core and spaceship (#6407)
1.11.1 Bugfix
Fix file name when downloading Ad Hoc profiles
1.11.0 Updated for new API
- Update sigh to lazy load certificates and devices to fix performance issues with the new API 🚀
- Add support for running
sigh adhoc
,sigh appstore
andsigh development
without having to use a flag - Add detection of conflicting parameters
1.10.4 Improvements
- 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
- Update spaceship to work with the latest Dev Portal changes
- Update internal dependencies (#6104)
- Fix Info.plist key in option description (#6086)
- Escape
.
inKEY
for use inplutil
(#6067)