deliver/lib/deliver/upload_screenshots.rb in fastlane-2.82.0.beta.20180223010003 vs deliver/lib/deliver/upload_screenshots.rb in fastlane-2.82.0

- old
+ new

@@ -53,10 +53,10 @@ indized[screenshot.language][screenshot.formatted_name] ||= 0 indized[screenshot.language][screenshot.formatted_name] += 1 # we actually start with 1... wtf iTC index = indized[screenshot.language][screenshot.formatted_name] - if index > 5 + if index > 10 UI.error("Too many screenshots found for device '#{screenshot.formatted_name}' in '#{screenshot.language}', skipping this one (#{screenshot.path})") next end UI.message("Uploading '#{screenshot.path}'...")