supply/lib/supply/setup.rb in fastlane-2.70.3 vs supply/lib/supply/setup.rb in fastlane-2.71.0.beta.20171219010003

- old
+ new

@@ -42,11 +42,11 @@ require 'net/http' IMAGES_TYPES.each do |image_type| if ['featureGraphic'].include?(image_type) # we don't get all files in full resolution :( - UI.message("Due to a limitation of the Google Play API, there is no way for `supply` to download your existing feature graphic. Please copy your feature graphic to `metadata/android/#{listing.language}/images/featureGraphic.png`") + UI.message("Due to a limitation of the Google Play API, there is no way for `supply` to download your existing feature graphics. Please copy your feature graphics into `metadata/android/en-US/images/`") next end begin UI.message("Downloading #{image_type} for #{listing.language}...") @@ -69,10 +69,10 @@ FileUtils.mkdir_p(File.join(containing, IMAGES_FOLDER_NAME)) Supply::SCREENSHOT_TYPES.each do |screenshot_type| FileUtils.mkdir_p(File.join(containing, IMAGES_FOLDER_NAME, screenshot_type)) end - UI.message("Due to a limitation of the Google Play API, there is no way for `supply` to download your existing screenshots. Please copy your screenshots into `metadata/android/#{listing.language}/images/`") + UI.message("Due to a limitation of the Google Play API, there is no way for `supply` to download your existing screenshots. Please copy your screenshots into `metadata/android/en-US/images/`") end def store_apk_listing(apk_listing) containing = File.join(metadata_path, apk_listing.language, CHANGELOGS_FOLDER_NAME) unless File.exist?(containing)