fastlane/lib/fastlane/actions/create_app_online.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/create_app_online.rb in fastlane-2.94.0.beta.20180426050049

- old
+ new

@@ -23,16 +23,15 @@ def self.description "Creates the given application on iTC and the Dev Portal (via _produce_)" end - def details + def self.details [ - '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 documentation page:', - 'https://docs.fastlane.tools/actions/produce/' - ].join(' ') + "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 documentation page: [https://docs.fastlane.tools/actions/produce/](https://docs.fastlane.tools/actions/produce/)." + ].join("\n") end def self.available_options require 'produce' Produce::Options.available_options