Created
September 30, 2018 19:19
-
-
Save agammahajan1/ce99425fa76ab86b3773a11feae84793 to your computer and use it in GitHub Desktop.
Clean Xcode Fastlane Lane
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lane :clean_xcode do |options| | |
clear_derived_data() | |
sh("rm -rf ProjectName*zip") | |
sh("rm -rf ~/Library/Developer/Xcode/Archives/*") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment