File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ Next Generation of [ShadowsocksX](https://github.com/shadowsocks/shadowsocks-iOS
88
99## Why?
1010
11- It's hard to maintaine the original implement. There are too many unused code in it.
12- It also embed ss-local source. It's crazy to maitaine depandences of ss-local.
11+ It's hard to maintain the original implement. There are too many unused code in it.
12+ It also embed ss-local source. It's crazy to maintain depandences of ss-local.
1313So it's hard to update ss-local version.
1414
15- Now I just copy the ss-local from home brew . Run ss-local executable as a Launch Agent in background.
15+ Now I just copy the ss-local from HomeBrew . Run ss-local executable as a Launch Agent in background.
1616Serve pac js file as a file url. So there are only some souce codes related to GUI left.
1717Then I rewrite the gui code by swift.
1818
@@ -61,7 +61,7 @@ ref: [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/)
6161
6262## TODO List
6363
64- - [ ] Embed the http proxy server [ privoxy] ( http://www.privoxy.org/ ) .
64+ ** - [ ] Embed the http proxy server [ privoxy] ( http://www.privoxy.org/ ) .**
6565
6666## License
6767
You can’t perform that action at this time.
0 commit comments