Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/sigh

0.10.1 Fixed issue for InHouse profiles

08 Jul 13:14
Compare
Choose a tag to compare

Fixed an issue with Enterprise profiles

0.10.0 Added certificate validation

05 Jul 15:18
Compare
Choose a tag to compare
  • 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

27 Jun 09:05
Compare
Choose a tag to compare
  • 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 want sigh to be faster

0.8.0 Download all provisioning profiles

16 Jun 05:05
Compare
Choose a tag to compare

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

15 Jun 07:25
Compare
Choose a tag to compare

sigh can now repair all expired or invalid provisioning profiles for you 🔧

sigh repair

0.6.0 Initial public spaceship sigh Release

11 Jun 05:11
Compare
Choose a tag to compare

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

04 Jun 12:23
Compare
Choose a tag to compare

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

26 May 19:40
Compare
Choose a tag to compare
Initial sigh 1.0 beta Pre-release
Pre-release

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

22 May 12:46
Compare
Choose a tag to compare
  • 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

05 May 13:53
Compare
Choose a tag to compare

Fixed an issue with provisioning profiles being wrongly filtered and resulting in a runtime error