supply/lib/supply/setup.rb in fastlane-2.29.0.beta.20170505010029 vs supply/lib/supply/setup.rb in fastlane-2.29.0.beta.20170506010047
- 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 the limit of the Google Play API `supply` can't download your existing feature graphics...")
+ 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 the limit of the Google Play API `supply` can't download your existing screenshots...")
+ 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)