From bb9ab54ec251d9a0ed8403ea4ad38c281671e265 Mon Sep 17 00:00:00 2001 From: flaviuvsp Date: Mon, 15 Apr 2024 16:44:15 +0300 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index cd9df72a..88823bd4 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -49,7 +49,8 @@ platform :ios do match(type: "adhoc", app_identifier: "org.permanent.permanent.staging", git_url: "https://oauth2:#{ENV['FASTLANE_MATCH_TOKEN']}@github.com/PermanentOrg/permanent-ios-certs.git", - force_for_new_devices: true + force_for_new_devices: true, + verbose: true ) match(type: "adhoc", app_identifier: "org.permanent.permanent.staging.PushExtension",