From 982532c200f60906f19f555f612cc8379e22806a Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 22 Feb 2019 16:13:10 +0300 Subject: [PATCH] remove verbose --- xcode/commonFastfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 318fb88..a16ce41 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -107,8 +107,7 @@ private_lane :syncCodeSigning do |options| git_branch: "fastlane_certificates", keychain_password: options[:keychain_password], skip_docs: true, - platform: "ios", - verbose: true + platform: "ios" ) end