From ecbe5c7556a5c2aa20ecbd1d0f7fd7854b89b4da Mon Sep 17 00:00:00 2001 From: Alin Date: Thu, 6 Jun 2024 16:59:21 -0600 Subject: [PATCH] Update fastfile --- Gemfile.lock | 2 +- fastlane/Fastfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e8f439e..9078571 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,4 +217,4 @@ DEPENDENCIES fastlane BUNDLED WITH - 2.5.9 + 2.5.11 diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9f4c3f9..8da6854 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -30,7 +30,8 @@ platform :mac do export_method: "mac-application", # Change as needed (e.g., app-store, ad-hoc) output_directory: output_path, output_name: "Pearcleaner", - silent: true + silent: true, + suppress_xcode_output: true ) # Remove the dSYM zip file if it exists