This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/spaceship
Releases · fastlane-old/spaceship
0.1.2 New external beta testing information
Added new attributes to the build object to get external beta testing information
0.1.1 Group of testers
You can now specify the group when creating a new tester
0.1.0 Initial iTunes Connect Release
spaceship
now covers large parts of the iTunes Connect API 🚀
After 9,555 new lines, you now do all kind of cool things with the iTunes Connect API. A nice documentation follows, as soon as the missing pieces are all implemented.
This is the initial release, to enable a produce
update with spaceship
⭐
Special thanks to @snatchev @mathcarignani @tobiasstrebitzer 👍
0.0.15 Fixed provisioning profile issue
0.0.14 Support for multiple certificates
- Added support for multiple certificates for development profiles
0.0.13 Improved valid? method
The provisioning profile .valid?
method will now also verify the certificate
0.0.12 App Details, SSL Fixes
- Added support for retrieving AppID details (thanks @tobiasstrebitzer)
- Fixed issues with outdated SSL certificates (thanks @snatchev)
Certificate.create!
now accepts a CSR as aString
when read from a file orOpenSSL::X509::Request
when generated viaOpenSSL
(thanks @snatchev)
0.0.11 New Features
- New
is_valid?
method - Fixed certificate download when user is in multiple teams
- Improved tests
0.0.9 Upgraded faraday
Updated faraday dependency
0.0.8 Improved Enterprise Support
Added new methods to fetch team information and to get account type