Build a Mac OSX app for launch ShadowSocksX with new configuration plist. It's worked for me.
thank for http://www.ishadowsocks.net
git clone https://github.com/leiyue/ss-launcher.git
cd ss-launcher
pip install -r requirements.txt
Don't use
virtualenv
, because py2app don't like it.
pip install py2app
python setup.py py2app
open dist/SSLauncher.app
Use it as you like. I put it into Dock. :P