mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 08:29:07 +00:00
v3.7.0
This commit is contained in:
+6
-1
@@ -11,7 +11,7 @@
|
||||
#
|
||||
|
||||
# Uncomment the line if you want fastlane to automatically update itself
|
||||
# update_fastlane
|
||||
update_fastlane
|
||||
|
||||
opt_out_usage
|
||||
|
||||
@@ -51,6 +51,11 @@ 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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user