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