Releases: fastlane-old/sigh
0.10.1 Fixed issue for InHouse profiles
Fixed an issue with Enterprise profiles
0.10.0 Added certificate validation
- New: Provisioning profiles are now only downloaded if the code signing identity is available on the local machine
- New: Development provisioning profiles now automatically all code signing identities instead of just the first one
- Added new
skip_fetch_profiles
option (thanks @ericertl) - Added new
skip_certificate_verification
option
0.9.0 Additional verification
- Added an additional level of verification to make sure the downloaded provisioning profile and its
- Added new option
skip_name_verify
to skip the name check before creating a new profile. This is useful if you wantsigh
to be faster
0.8.0 Download all provisioning profiles
Automatically download all valid provisioning profiles and install them locally
sigh download_all
Great in combination with the new repair
command:
sigh repair && sigh download_all
0.7.0 sigh repair
sigh
can now repair all expired or invalid provisioning profiles for you 🔧
sigh repair
0.6.0 Initial public spaceship sigh Release
This is the first public release of sigh
using spaceship. Thanks to spaceship, sigh
is now 90% faster and much more reliable. 🚀 The interface stays the same.
Please report any issues or feedback you have 👍
sudo gem update sigh
For more information visit spaceship.airforce 🚀
Public spaceship beta of sigh
This is the first public pre-release of sigh
using spaceship. Thanks to spaceship, sigh
is now 90% faster and much more reliable. 🚀 The interface stays the same.
Please report any issues or feedback you have 👍
sudo gem update sigh
For more information visit spaceship.airforce 🚀
Initial sigh 1.0 beta
This release makes sigh
much faster and more stable 🚀
This should not introduce any interface changes. sigh
should work just as it did before.
If anything behaves differently, please let me know! 👍
Install using sudo gem update sigh --pre
0.5.2 Improvements
- Fixed resigning with enterprise profiles (Thanks @kommen)
- Fixed problems with downloading profiles on some Ruby environments (Thanks @tobiasstrebitzer)
- Improved
sigh --help
command
0.5.1 Fixed filtering
Fixed an issue with provisioning profiles being wrongly filtered and resulting in a runtime error