From 8f094f37f16a6a632f6437c6954c6861cc17c53d Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Wed, 26 Jan 2022 17:42:28 -0800 Subject: [PATCH] add setup_circle_ci to Fastfile --- fastlane/Fastfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 5c7cbaa..d1f58a0 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -16,6 +16,10 @@ default_platform(:mac) platform :mac do + before_all do + setup_circle_ci + end + desc "Use Fastlane Match to install development certificates" lane :match_dev do match(type: "development", platform: "macos", output_path: "build", readonly: is_ci)