From 41458d1de91544c41097818db21e44e9aa84688c Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <6d0847b9@opayq.com> Date: Tue, 28 Aug 2018 23:22:55 +0000 Subject: [PATCH] Remove superfluous `submit_for_review` parameter from Fastfile Closes expo/expo#2150 fbshipit-source-id: 848812b --- fastlane/Fastfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a5c2733ef0ddbe..c1527f021d075b 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -85,9 +85,7 @@ platform :ios do output_name: "Exponent.ipa", ) - deliver( - submit_for_review: false - ) + deliver() end after_all do |lane|