fastlane/lib/fastlane/actions/create_app_online.rb in fastlane-2.68.0 vs fastlane/lib/fastlane/actions/create_app_online.rb in fastlane-2.68.1

- old
+ new

@@ -20,16 +20,16 @@ ENV['PRODUCE_APPLE_ID'] = apple_id end end def self.description - "Creates the given application on iTC and the Dev Portal (via `produce`)" + "Creates the given application on iTC and the Dev Portal (via _produce_)" end def details [ - 'Create new apps on iTunes Connect and Apple Developer Portal via `produce`.', + 'Create new apps on iTunes Connect and Apple Developer Portal via _produce_.', 'If the app already exists, `create_app_online` will not do anything.', 'For more information about produce, visit its GitHub page:', 'https://github.com/fastlane/fastlane/tree/master/produce' ].join(' ') end @@ -62,10 +62,10 @@ language: "English", app_version: "1.0", sku: "123", team_name: "SunApps GmbH" # Only necessary when in multiple teams. )', - 'produce(...) # alias for "create_app_online"' + 'produce # alias for "create_app_online"' ] end def self.category :misc