File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ The xcode tool project is planed to be a collection of xcode tools.
22
33Now, it contains 2 tool:
44
5- 1. Code snippets management.
5+ ### # 1 . Code snippets management.
66
77It is used for managing the snippets in xcode.
88
@@ -11,10 +11,16 @@ The default snippets are stored in the ~/Library/Developer/Xcode/UserData/CodeSn
1111We can check out this git project and use a soft link to the target directory.
1212
1313Usage:
14+
1415 1. check out the project using: git clone https://github.com/tangqiaoboy/xcode_tool
1516 2. cd xcode_tool
1617 3. ./setup_snippets.sh
1718
1819
19- 2. A collection of shell utils
20+ ####2 . A collection of shell utils
21+
2022 1. removeTailBlank.sh It can remove tailing blank space in the .h & .m source file.
23+
24+ ####3 . NSString Wrapper
25+
26+ NSString Wrapper is a wrapper class to decorate NSString methods to java String style.
You can’t perform that action at this time.
0 commit comments