gems fastlane 1.11.0
1.11.0 New produce, xcarchive backup

latest releases: 2.225.0, 2.224.0, 2.223.1...
9 years ago
  • 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 the snapshot 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! 🚀


producespaceship4

Don't miss a new fastlane release

NewReleases is sending notifications on new releases.