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