produce/lib/produce/commands_generator.rb in fastlane-2.98.0 vs produce/lib/produce/commands_generator.rb in fastlane-2.99.0
- old
+ new
@@ -27,10 +27,10 @@
global_option('--verbose') { FastlaneCore::Globals.verbose = true }
command :create do |c|
c.syntax = 'fastlane produce create'
- c.description = 'Creates a new app on iTunes Connect and the Apple Developer Portal'
+ c.description = 'Creates a new app on App Store Connect and the Apple Developer Portal'
FastlaneCore::CommanderGenerator.new.generate(Produce::Options.available_options, command: c)
c.action do |args, options|
Produce.config = FastlaneCore::Configuration.create(Produce::Options.available_options, options.__hash__)