git clone --recursive https://github.com/Cenmrev/V2RayX.git
open V2RayX.xcodeproj and use Xcode to build V2RayX.
V2RayX provides a GUI to generate the config file for V2Ray. It includes V2Ray's binary executable(v1.7) in the Resources folder. V2RayX starts and stops V2Ray with launchd
of OS X.
V2RayX also allows users to toggle system proxy and switch proxy servers on the OS X menu bar.
replace V2RayX.app/Contents/Resources/v2ray
with the newest v2ray
version from v2ray-core
repo.
V2RayX will create the following files and folders:
/Library/Application Support/V2RayX
~/Library/Application Support/V2RayX
~/Library/Preferences/projectv2ray.V2RayX.plist
So, to totoally uninstall V2RayX, just delete V2RayX.app and the files above. :)
##Acknowledge V2RayX uses GCDWebServer to provide a local pac server. V2RayX also uses many ideas and codes from ShadowsocksX, especially, the codes of v2rays_sysconfig are simply copied from shadowsocks_sysconf with some modifications.
The developer does not major in CS nor Software Engineer and is currently busy with grad school courses. So V2rayX will not be updated frequently. Users can replace V2RayX.app/Contents/Resources/v2ray with the newest v2ray-core downloaded from https://github.com/v2ray/v2ray-core/releases.
The developer currently does not have enough time to add more features to V2RayX, nor to merge PRs. However, forking and releasing your own version are always welcome.