gitextract_wbr1cdk7/ ├── .github/ │ └── ISSUE_TEMPLATE.md ├── .gitignore ├── .gitmodules ├── .travis.yml ├── LICENSE ├── README.md ├── V2RayX/ │ ├── AdvancedWindow.xib │ ├── AdvancedWindowController.h │ ├── AdvancedWindowController.m │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── config_duplicate.imageset/ │ │ │ └── Contents.json │ │ ├── statusBarIcon.imageset/ │ │ │ └── Contents.json │ │ └── statusBarIcon_disabled.imageset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ └── MainMenu.xib │ ├── ConfigImporter.h │ ├── ConfigImporter.m │ ├── ConfigWindow.xib │ ├── ConfigWindowController.h │ ├── ConfigWindowController.m │ ├── Credits.rtf │ ├── Info.plist │ ├── MutableDeepCopying.h │ ├── NSData+AES256Encryption.h │ ├── NSData+AES256Encryption.m │ ├── ServerProfile.h │ ├── ServerProfile.m │ ├── TransportWindow.xib │ ├── TransportWindowController.h │ ├── TransportWindowController.m │ ├── config-sample.plist │ ├── config-sample_new.plist │ ├── dlcore.sh │ ├── install_helper.sh │ ├── main.m │ ├── simple.pac │ ├── tcp_http_header_example.txt │ ├── utilities.h │ └── utilities.m ├── V2RayX.xcodeproj/ │ └── project.pbxproj ├── compilefromsource.sh ├── jsonplist/ │ └── main.m ├── prepare_zip.sh ├── v2rayx_sysconf/ │ ├── main.m │ └── sysconf_version.h └── vx.ggb