This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/produce
Releases · fastlane-old/produce
2.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.
1.5.1 Hotfix
Fixed getting version number for fastlane 2.0
1.5.0 Added support for fastlane 2.0
Update to support fastlane 2.0
1.4.0 Allow produce to create macOS apps & improvements…
- Produce create mac app, fixes #7166 (#7181)
- Update internal dependencies
1.3.2 Improvements
- Remove babosa dependency (#7248)
- Handle non-ascii app and app group names (#7246)
- Update internal dependecies (#7227)
1.3.1 Bugfix for primary_language selection
- Update internal dependencies
- Bugfix for primary_language selection
1.3.0 Enable/Disable additional services, update team selection & more
- Allow
produce
to enable/disable additional services (apple-pay, game-center, in-app-purchase, sirikit) - Update team selection and documentation across all fastlane actions (#6444)
- Update internal dependencies
1.2.1 Improvements
- [produce] Increase the waiting timeout for iTunes Connect (#6081)
- Fix lane name conflict when creating a new Fastfile (#5895)
- Update internal dependencies (#6104)
1.2.0 Add waiting for new app to appear
- Add waiting for new app to appear
- Update spaceship dependency
1.1.4 Bug Fix
- Fix typo in Produce::Service (#5577)