Skip to content

Commit

Permalink
chore: Clean Carthage cache as part of make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ncreated committed Jul 29, 2024
1 parent a2c39f5 commit 7f24eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ clean_dir() {
}

clean_dir ~/Library/Developer/Xcode/DerivedData
clean_dir ~/Library/Caches/org.carthage.CarthageKit/dependencies/
clean_dir ./Carthage/Build
clean_dir ./Carthage/Checkouts
clean_dir ./IntegrationTests/Pods
Expand Down

0 comments on commit 7f24eaa

Please sign in to comment.