deliver/lib/deliver/submit_for_review.rb in fastlane-2.183.2 vs deliver/lib/deliver/submit_for_review.rb in fastlane-2.184.0
- old
+ new
@@ -5,10 +5,10 @@
require 'fastlane_core/pkg_file_analyser'
module Deliver
class SubmitForReview
def submit!(options)
- app = options[:app]
+ app = Deliver.cache[:app]
platform = Spaceship::ConnectAPI::Platform.map(options[:platform])
version = app.get_edit_app_store_version(platform: platform)
unless version