From 43ac7688c5c98ce8144bd9693fd43dcb6a06b737 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Wed, 3 Feb 2021 16:45:43 +0100 Subject: [PATCH] Try setup_ci --- fastlane/Fastfile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index cca8c9aa..f2fb7986 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -59,18 +59,7 @@ platform :ios do if SHOULD_BUILD_NATIVE == true prepare_appstore - KEYCHAIN_NAME = "tooot" - KEYCHAIN_PASS = SecureRandom.base64 - if ENV['CI'] == true - create_keychain( - name: KEYCHAIN_NAME, - password: KEYCHAIN_PASS, - default_keychain: true, - unlock: true, - timeout: 3600, - lock_when_sleeps: true - ) - end + setup_ci case ENVIRONMENT when "development"