Skip to content

Commit

Permalink
Update fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alienator88 committed Jun 6, 2024
1 parent 1ffa58e commit ecbe5c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ DEPENDENCIES
fastlane

BUNDLED WITH
2.5.9
2.5.11
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecbe5c7

Please sign in to comment.