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