git init
or
A list of Sketch plugins hosted at GitHub, in no particular order.
| xcode_proj=`find . -name "*.xc*" -d 1 | sort -r | head -1` | |
| if [ `echo -n $xcode_proj | wc -m` == 0 ] | |
| then | |
| echo "No xcworkspace/xcodeproj file found in the current directory." | |
| exit 1 | |
| fi | |
| echo "Found $xcode_proj" | |
| open $xcode_proj |
| require 'rubygems' | |
| require 'plist' | |
| require 'securerandom' | |
| # Plist format: | |
| # <?xml version="1.0" encoding="UTF-8"?> | |
| # <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| # <plist version="1.0"> | |
| # <dict> | |
| # <key>IDECodeSnippetCompletionPrefix</key> |