mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 07:19:04 +00:00
Update fastfile
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user