This commit is contained in:
Alin
2024-06-11 15:10:08 -06:00
parent 970561fb75
commit 6355eb6bb2
18 changed files with 163 additions and 138 deletions
+6 -1
View File
@@ -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}")