My personal xcode code-snippets and file-template sync tool.
Place your customize keyword and your buildin snippets will popup for you, it save times for you.
Like code-snippet, but additional it creates folders, files and xibs for you.
Sync multiply code-snippet and file-template within different computers.
It very easy to understand via the above diagram, but here I want to share about fsevents-tools, fsevents-tools uses FSEventswiki that allows you to observer the changes in given directory then hook your own script. For my case, I use fsevents-tools to listen to the folders CodeSnippets and Templates, while developer delete, create or modify any files, it then run rsync to sync between the folders under this project and xcode.
# Step 1: Clone first
# SSH
git clone [email protected]:5SMNOONMS5/XcodeSyncTools.git
# Http
git clone https://github.com/5SMNOONMS5/XcodeSyncTools.git
# Step 2: Change working directory
cd XcodeSyncTools
# Step 3: Run startup script
sh xcode-sync.sh -s
Don't download it directory, because I embeded fsevents-tools via git Submodule
sh xcode-sync.sh -h
Type II for initialization
Type FF for FIXME
Type MM for Mark
Type VV for View Life Cycle