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

Releases: fastlane-old/produce

0.6.2 Improved login system

07 Sep 21:51
Compare
Choose a tag to compare
  • Updated to the new PasswordManager
  • Improved output while running produce

0.6.1 Improvements

25 Aug 07:55
Compare
Choose a tag to compare
  • Updated team_id option from -t to -b
  • Hide stack trace by default

0.6.0 Managing App Services

11 Aug 09:57
Compare
Choose a tag to compare

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

31 Jul 08:43
Compare
Choose a tag to compare

You can now set the company name when submitting the first app of a new account

0.5.0 Changed version parameter

29 Jul 07:16
Compare
Choose a tag to compare
  • Fixed a name conflict of the --version flag - please change version: to app_version: in your Appfile.
  • Fixed an issue with the Brazilian Portugese language

0.4.3 Fixed help command

21 Jul 21:41
Compare
Choose a tag to compare

Fixed duplicate entries of the produce --help command

0.4.2 Automatic Language Code

20 Jul 20:06
Compare
Choose a tag to compare

Automatic converting of the various language codes, fixes #55 (comment)

0.4.1 Fixed parameters

18 Jul 12:06
Compare
Choose a tag to compare

Fixed parameter names

0.4.0 iTC Spaceship Upgrade

18 Jul 11:40
Compare
Choose a tag to compare

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! 🚀


producespaceship4

0.3.4 Fixed issue with company name

27 Jun 23:53
Compare
Choose a tag to compare

Fixed an issue with the custom company parameter