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

Releases: fastlane-old/match

1.0.0 Update to support fastlane 2.0

18 Dec 23:33
Compare
Choose a tag to compare
  • 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 use fastlane <tool-name> instead.

0.12.1 Hotfix

15 Dec 21:20
Compare
Choose a tag to compare

Fixed getting version number for fastlane 2.0

0.12.0 Added support for fastlane 2.0

15 Dec 20:24
Compare
Choose a tag to compare

Added support for fastlane 2.0

0.11.1 * Hide keychain password by default

05 Dec 22:37
Compare
Choose a tag to compare
  • Hide keychain password by default
  • Update dependencies
  • Print more certificate information
  • Improve keychain handling

0.11.0 Fix CI hanging on Sierra, support force nuke & more

10 Nov 19:16
Compare
Choose a tag to compare
  • Fix hang on CI on macOS Sierra (#6935)
  • New keychain_password parameter to avoid system keychain prompt
  • support force on nuke (#6886, #6894)
  • Provide more context for choosing your git URL (#6856)
  • Update internal dependencies

0.10.0 Auto-repairing of profiles

25 Oct 18:37
Compare
Choose a tag to compare
  • Implement auto-repair of provisioning profiles (#6703)
  • Improved enterprise in-house profiles support (#6708)

0.9.0 Support for multiple app identifiers

24 Oct 19:55
Compare
Choose a tag to compare
  • Match: support for supplying multiple app identifiers at once (#6635)
  • Update internal dependencies (#6682)
  • Improve team selection (#6444)
  • Improve error message when user didn’t properly auth for git

You can now pass multiple app identifiers, and match will clone the repo just once:

match(app_identifier: ["tools.fastlane.app", "tools.fastlane.sleepy"])

0.8.1 Improvements

05 Oct 19:34
Compare
Choose a tag to compare
  • Fix Keychain handling on macOS Sierra (#6389)
  • Don’t hang when git credentials are not there
  • Add error message to make it more clear enterprise profiles are not supported (#6328)

0.8.0 Updated for new API

20 Sep 20:23
Compare
Choose a tag to compare
  • Update match to lazy load certificates and devices to fix performance issues with the new API 🚀
  • Update match to work with the latest release of sigh

0.7.0 Improved Xcode 8 Support

20 Sep 14:29
Compare
Choose a tag to compare