From 954888b3e393c9668ed541cba6aacf8592859cd8 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Tue, 16 Jan 2018 22:18:08 -0800 Subject: [PATCH] Revert "Add include_bitcode in Fastlane" because ObjectivePGP is not ready This reverts commit a22d8da581df669f02ba9adbbe218d787c3df6d0. --- fastlane/Fastfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 5c3bc28..1ce0f8c 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -67,10 +67,7 @@ platform :ios do ) # commit_version_bump(xcodeproj: "pass.xcodeproj") # push_to_git_remote - gym( - scheme: "pass", - include_bitcode: true - ) + gym(scheme: "pass") pilot(skip_waiting_for_build_processing: true) mailgun( postmaster: ENV["MY_POSTMASTER"],