Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit fe93f30

Browse files
committed
update project settings according to Xcode beta6
1 parent 3165605 commit fe93f30

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ V2RayX will create the following files and folders:
2929

3030
So, to totoally uninstall V2RayX, just delete V2RayX.app and the files above. :)
3131

32-
## To do
33-
* Localization for Chinese language
34-
* a more detailed configuration window
35-
3632
##Acknowledge
3733
V2RayX uses [GCDWebServer](https://github.com/swisspol/GCDWebServer) to provide a local pac server. V2RayX also uses many ideas and codes from [ShadowsocksX](https://github.com/shadowsocks/shadowsocks-iOS/tree/master), especially, the codes of [v2rays_sysconfig](https://github.com/Cenmrev/V2RayX/blob/master/v2rayx_sysconf/main.m) are simply copied from [shadowsocks_sysconf](https://github.com/shadowsocks/shadowsocks-iOS/blob/master/shadowsocks_sysconf/main.m) with some modifications.
34+
35+
## Disclaimer
36+
37+
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](https://github.com/v2ray/v2ray-core/releases).
38+
39+
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.

V2RayX.xcodeproj/project.pbxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
9504C0701C662C3000352520 /* Project object */ = {
303303
isa = PBXProject;
304304
attributes = {
305-
LastUpgradeCheck = 0720;
305+
LastUpgradeCheck = 0800;
306306
ORGANIZATIONNAME = "Project V2Ray";
307307
TargetAttributes = {
308308
9504C0771C662C3000352520 = {
@@ -418,8 +418,10 @@
418418
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
419419
CLANG_WARN_EMPTY_BODY = YES;
420420
CLANG_WARN_ENUM_CONVERSION = YES;
421+
CLANG_WARN_INFINITE_RECURSION = YES;
421422
CLANG_WARN_INT_CONVERSION = YES;
422423
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
424+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
423425
CLANG_WARN_UNREACHABLE_CODE = YES;
424426
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
425427
CODE_SIGN_IDENTITY = "-";
@@ -461,8 +463,10 @@
461463
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
462464
CLANG_WARN_EMPTY_BODY = YES;
463465
CLANG_WARN_ENUM_CONVERSION = YES;
466+
CLANG_WARN_INFINITE_RECURSION = YES;
464467
CLANG_WARN_INT_CONVERSION = YES;
465468
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
469+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
466470
CLANG_WARN_UNREACHABLE_CODE = YES;
467471
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
468472
CODE_SIGN_IDENTITY = "-";

V2RayX/v2ray

-2.56 MB
Binary file not shown.

0 commit comments

Comments
 (0)