Fix some misspelled words.

This commit is contained in:
stonenya
2016-08-13 11:21:02 +08:00
committed by GitHub
parent b874a9dc23
commit d8644e4e84

View File

@ -8,13 +8,13 @@ Next Generation of [ShadowsocksX](https://github.com/shadowsocks/shadowsocks-iOS
## Why? ## Why?
It's hard to maintaine the original implement. There are too many unused code in it. It's hard to maintain the original implement. There are too many unused code in it.
It also embed ss-local source. It's crazy to maitaine depandences of ss-local. It also embed ss-local source. It's crazy to maintain depandences of ss-local.
So it's hard to update ss-local version. So it's hard to update ss-local version.
Now I just copy the ss-local from home brew. Run ss-local executable as a Launch Agent in background. Now I just copy the ss-local from home brew. Run ss-local executable as a Launch Agent in background.
Serve pac js file as a file url. So there are only some souce codes related to GUI left. Serve pac js file as a file url. So there are only some souce code related to GUI left.
Then I rewrite the gui code by swift. Then I rewrite the GUI code by swift.
## Requirements ## Requirements