This repository was archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/sigh
Releases · fastlane-old/sigh
0.4.1 New configuration
- 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
usingfastlane
multiple times in a row (thanks @joshdholtz) - Fixed problems with wild card provisioning profiles
0.4.0 New configuration [yanked]
- 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
usingfastlane
multiple times in a row (thanks @joshdholtz) - Fixed problems with wild card provisioning profiles
0.3.5 Accessing the UDID of the profile
- New:
sigh
will store theSIGH_UDID
in thefastlane
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
0.3.3 Major refactoring
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
Better error handling, better logs and better interface for sigh resign
0.3.0 sigh resign - sign existing ipa files
- Introducing
sigh resign
, resign existingipa
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 theipa
file.
0.2.3 Fixed problem with fastlane
Fixed problem with phantomjs
when being run by fastlane
.
0.2.2 New options
0.2.1 Improvements
- Improved support for multiple teams
- Added
SIGH_DISABLE_OPEN_ERROR
option - Show stack trace on error by default
- Improved help screen