Skip to content

Commit ce27106

Browse files
committed
ADD: add README content for NSString Wrapper
1 parent a830129 commit ce27106

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README renamed to README.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The xcode tool project is planed to be a collection of xcode tools.
22

33
Now, it contains 2 tool:
44

5-
1. Code snippets management.
5+
####1. Code snippets management.
66

77
It 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
1111
We can check out this git project and use a soft link to the target directory.
1212

1313
Usage:
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.

0 commit comments

Comments
 (0)