deliver/lib/deliver/download_screenshots.rb in fastlane-2.98.0 vs deliver/lib/deliver/download_screenshots.rb in fastlane-2.99.0
- old
+ new
@@ -6,10 +6,10 @@
UI.message("Downloading all existing screenshots...")
download(options, path)
UI.success("Successfully downloaded all existing screenshots")
rescue => ex
UI.error(ex)
- UI.error("Couldn't download already existing screenshots from iTunes Connect.")
+ UI.error("Couldn't download already existing screenshots from App Store Connect.")
end
def self.download(options, folder_path)
v = options[:use_live_version] ? options[:app].live_version : options[:app].latest_version