Files
ShadowsocksX-NG/README.md
2016-06-12 09:25:45 +08:00

37 lines
1000 B
Markdown

# ShadowsocksX-NG
[![Build Status](https://travis-ci.org/qiuyuzhou/ShadowsocksX-NG.svg?branch=develop)](https://travis-ci.org/qiuyuzhou/ShadowsocksX-NG)
Next Generation of [ShadowsocksX](https://github.com/shadowsocks/shadowsocks-iOS)
## Why Another Implement
It's hard to maintaine 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.
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.
Serve pac js file as a file url. So there are only some souce codes related to GUI left.
Then I rewrite the gui code by swift.
## Requirements
### Running
- Mac OS X 10.10 +
### Building
- XCode 7.3+
- cocoapod 1.0.1+
## TODO List
- Copy a ss url to pasteboard in the server profile UI.
- Embed the http proxy server [privoxy](http://www.privoxy.org/).
## License
The project is released under the terms of GPLv3.