This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/match
Releases · fastlane-old/match
1.0.0 Update to support fastlane 2.0
- 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 usefastlane <tool-name>
instead.
0.12.1 Hotfix
Fixed getting version number for fastlane 2.0
0.12.0 Added support for fastlane 2.0
Added support for fastlane 2.0
0.11.1 * Hide keychain password by default
- 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
- 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
- Implement auto-repair of provisioning profiles (#6703)
- Improved enterprise in-house profiles support (#6708)
0.9.0 Support for multiple app identifiers
- 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
- 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
- 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
- Add environment variable exposure of development ID and profile name (#6189) Check out https://docs.fastlane.tools/codesigning/XcodeProject/ for more information
- Update internal dependencies (#6104)