Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Via for d in $(find . ! -path "*/DerivedData/*" ! -path "*/.build/*" -type d -name '*.xcodeproj'); do g rm -r --cached $d; done
- Loading branch information