- The new
produce
is now entirely powered by spaceship, even the iTunes Connect part and also uses the new configuration manager - Added new
backup_xcarchive
action to backup your xcarchive (Thanks @dral3x) - Added new
nobuild
option to thesnapshot
action (thanks @ffittschen)
produce
now has updated parameters and is finally using the new configuration manager.
Please migrate your produce
calls from
produce(
produce_username: 'felix@krausefx.com',
produce_app_identifier: 'com.krausefx.app',
produce_app_name: 'MyApp',
produce_language: 'English',
produce_version: '1.0',
produce_sku: 123,
produce_team_name: 'SunApps GmbH' # only necessary when in multiple teams
)
to
produce(
username: 'felix@krausefx.com',
app_identifier: 'com.krausefx.app',
app_name: 'MyApp',
language: 'English',
version: '1.0',
sku: 123,
team_name: 'SunApps GmbH' # only necessary when in multiple teams
)
Basically only removing the produce
prefix.
This is the first ever release of spaceship for iTunes Connect! 🚀