Update fastfile

This commit is contained in:
Alin
2024-06-06 16:59:21 -06:00
parent 1ffa58efd3
commit ecbe5c7556
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -217,4 +217,4 @@ DEPENDENCIES
fastlane fastlane
BUNDLED WITH BUNDLED WITH
2.5.9 2.5.11
+2 -1
View File
@@ -30,7 +30,8 @@ platform :mac do
export_method: "mac-application", # Change as needed (e.g., app-store, ad-hoc) export_method: "mac-application", # Change as needed (e.g., app-store, ad-hoc)
output_directory: output_path, output_directory: output_path,
output_name: "Pearcleaner", output_name: "Pearcleaner",
silent: true silent: true,
suppress_xcode_output: true
) )
# Remove the dSYM zip file if it exists # Remove the dSYM zip file if it exists