This is a repository with my custom CodeSnippets and a script to import from/export to Xcode.
There are 2 available actions: either import from or export to Xcode.
Copies the contents of Xcode path ~/Library/Developer/Xcode/UserData/CodeSnippets
to current path ~/CodeSnippets
.
sh customCodeSnippets.sh importFromXcode
Copies the contents of current path ~/CodeSnippets
to Xcode path ~/Library/Developer/Xcode/UserData/CodeSnippets
.
sh customCodeSnippets.sh exportToXcode