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
(cherry picked from commit 7f24eaa)
  • Loading branch information
ncreated committed Jul 29, 2024
1 parent ea13811 commit 2f8c895
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 2f8c895

Please sign in to comment.