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
0.3.3 Fixed custom company name
Fixed an issue with the custom company parameter
0.3.2 Fixed PRODUCE_TEAM_NAME option
Fixed PRODUCE_TEAM_NAME
option
0.3.1 Added FASTLANE_TEAM_NAME
Added support for FASTLANE_TEAM_NAME
0.3.0 Spaceship Upgrade
produce
now uses spaceship.airforce to communicate with the Apple Developer Portal. This makes produce
faster and more reliable 🚀
This update also includes:
- New
company_name
option to pass a custom company name (thanks @mathcarignani - New
produce --help
layout
0.2.1 Bugfixes
- Fixed asking for non mandatory values (Thanks @richardbrammer)
- Improved language detection (Thanks @dral3x)
- Fixed
pem --help
command
0.2.0 Improvements and new Features
proudce
now launches even faster 🚀- Added support for wild card IDs (thanks @dral3x)
- Added new
PRODUCE_SKIP_ITC
,PRODUCE_SKIP_DEVCENTER
environment options to set skip certain parts of the process (thanks @mdamjanic7) - Other improvements 👍
0.1.6 Improvements
- Fixed problems with app names with umlauts and other special characters (Thanks @almassapargali)
- Fixed problems when running
produce
multiple times usingfastlane
(Thanks @joshdholtz) - Updated
fastlane_core
0.1.5 Fixed error when running produce
This fixes a missing require
statement.
0.1.4 Major refactoring
A lot of changes under the hood: All fastlane tools now use the shared gem fastlane_core
This allows me to develop and release new features even faster 🚀
Also, thanks @almassapargali for working on some more internal refactoring of produce
.
0.1.3 Fixed problem with fastlane
Fixed problem with produce
when used in fastlane