fastlane/lib/fastlane/actions/create_app_online.rb in fastlane-2.98.0 vs fastlane/lib/fastlane/actions/create_app_online.rb in fastlane-2.99.0

- old
+ new

@@ -25,10 +25,10 @@ "Creates the given application on iTC and the Dev Portal (via _produce_)" end def self.details [ - "Create new apps on iTunes Connect and Apple Developer Portal via _produce_.", + "Create new apps on App Store 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