deliver/lib/deliver/commands_generator.rb in fastlane-2.98.0 vs deliver/lib/deliver/commands_generator.rb in fastlane-2.99.0
- old
+ new
@@ -53,11 +53,11 @@
always_trace!
command :run do |c|
c.syntax = 'fastlane deliver'
- c.description = 'Upload metadata and binary to iTunes Connect'
+ c.description = 'Upload metadata and binary to App Store Connect'
FastlaneCore::CommanderGenerator.new.generate(deliverfile_options, command: c)
c.action do |args, options|
options = FastlaneCore::Configuration.create(deliverfile_options, options.__hash__)
@@ -133,10 +133,10 @@
end
end
command :download_screenshots do |c|
c.syntax = 'fastlane deliver download_screenshots'
- c.description = "Downloads all existing screenshots from iTunes Connect and stores them in the screenshots folder"
+ c.description = "Downloads all existing screenshots from App Store Connect and stores them in the screenshots folder"
FastlaneCore::CommanderGenerator.new.generate(deliverfile_options, command: c)
c.action do |args, options|
options = FastlaneCore::Configuration.create(deliverfile_options(skip_verification: true), options.__hash__)