Releases: fastlane-old/produce
0.6.2 Improved login system
- Updated to the new PasswordManager
- Improved output while running
produce
0.6.1 Improvements
- Updated
team_id
option from-t
to-b
- Hide stack trace by default
0.6.0 Managing App Services
Thanks to @henrinormak you can now manage app services like homekit
, healthkit
, passbook
, icloud
and more 🚀
Enabling / Disabling Application Services
If you want to enable Application Services for an App ID (HomeKit and HealthKit in this example):
produce enable_services --homekit --healthkit
If you want to disable Application Servies for an App ID (iCloud in this case):
produce disable_services --icloud
If you want to create a new App Group:
produce group -g group.krausefx -n "Example App Group"
If you want to associate an app with an App Group:
produce associate_group -a com.krausefx.app group.krausefx
0.5.1 Added Support for Company Name
You can now set the company name when submitting the first app of a new account
0.5.0 Changed version parameter
- Fixed a name conflict of the
--version
flag - please changeversion:
toapp_version:
in your Appfile. - Fixed an issue with the Brazilian Portugese language
0.4.3 Fixed help command
Fixed duplicate entries of the produce --help
command
0.4.2 Automatic Language Code
Automatic converting of the various language codes, fixes #55 (comment)
0.4.1 Fixed parameters
Fixed parameter names
0.4.0 iTC Spaceship Upgrade
produce
now uses spaceship to create the app on iTunes Connect, making produce
a millions time faster and more stable 🚀
Special thanks to @mathcarignani 👍
From 7 minutes to only 9 seconds! 🚀
0.3.4 Fixed issue with company name
Fixed an issue with the custom company parameter