Skip to content

Instantly share code, notes, and snippets.

@shenglinFL
Created October 24, 2018 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shenglinFL/41579c57dbe1af816b9cd950d49c603c to your computer and use it in GitHub Desktop.
Save shenglinFL/41579c57dbe1af816b9cd950d49c603c to your computer and use it in GitHub Desktop.
Xcode script
https://medium.com/@bogdan.bolchis/custom-xcode-behaviors-c9085d9eb7c1
....
chmod +x openTerm.sh
#!/bin/sh
open -a GitUp “$XcodeProjectPath”
#!/bin/sh
open -a Terminal “$XcodeProjectPath”
#!/bin/sh
rm -rf ~/Library/Developer/Xcode/DerivedData
rm -frd ~/Library/Caches/com.apple.dt.Xcode/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment