Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alienator88 committed Jun 11, 2024
1 parent dd37f44 commit 178cdd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#

# Uncomment the line if you want fastlane to automatically update itself
# update_fastlane
update_fastlane

opt_out_usage

Expand Down Expand Up @@ -51,6 +51,10 @@ platform :mac do
UI.user_error!("Failed to find .app file in #{output_path}")
end

# Empty the Archives folder
archives_path = "#{Dir.home}/Library/Developer/Xcode/Archives"
FileUtils.rm_rf(Dir.glob("#{archives_path}/*"))

# Open Finder at the Downloads folder
system("open #{output_path}")

Expand Down

0 comments on commit 178cdd6

Please sign in to comment.