File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 834
834
CODE_SIGN_STYLE = Manual;
835
835
COMBINE_HIDPI_IMAGES = YES;
836
836
COPY_PHASE_STRIP = NO;
837
- CURRENT_PROJECT_VERSION = 4.2.3 ;
837
+ CURRENT_PROJECT_VERSION = 4.2.4 ;
838
838
DEFINES_MODULE = YES;
839
839
DEVELOPMENT_TEAM = "";
840
840
"DEVELOPMENT_TEAM[sdk=macosx*]" = "";
846
846
"@executable_path/../Frameworks",
847
847
);
848
848
MACOSX_DEPLOYMENT_TARGET = 11.0;
849
- MARKETING_VERSION = 4.2.3 ;
849
+ MARKETING_VERSION = 4.2.4 ;
850
850
ONLY_ACTIVE_ARCH = YES;
851
851
PRODUCT_BUNDLE_IDENTIFIER = net.yanue.V2rayU;
852
852
PRODUCT_NAME = "$(TARGET_NAME)";
872
872
CODE_SIGN_STYLE = Manual;
873
873
COMBINE_HIDPI_IMAGES = YES;
874
874
COPY_PHASE_STRIP = NO;
875
- CURRENT_PROJECT_VERSION = 4.2.3 ;
875
+ CURRENT_PROJECT_VERSION = 4.2.4 ;
876
876
DEFINES_MODULE = YES;
877
877
DEVELOPMENT_TEAM = "";
878
878
"DEVELOPMENT_TEAM[sdk=macosx*]" = "";
884
884
"@executable_path/../Frameworks",
885
885
);
886
886
MACOSX_DEPLOYMENT_TARGET = 11.0;
887
- MARKETING_VERSION = 4.2.3 ;
887
+ MARKETING_VERSION = 4.2.4 ;
888
888
ONLY_ACTIVE_ARCH = NO;
889
889
PRODUCT_BUNDLE_IDENTIFIER = net.yanue.V2rayU;
890
890
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change @@ -316,9 +316,6 @@ class ImportUri {
316
316
if vmess. security. isEmpty {
317
317
vmess. security = " none "
318
318
}
319
- if vmess. flow. isEmpty {
320
- vmess. flow = " xtls-rprx-vision "
321
- }
322
319
if vmess. sni. count == 0 {
323
320
vmess. sni = vmess. address
324
321
}
Original file line number Diff line number Diff line change @@ -583,9 +583,6 @@ class VlessUri {
583
583
break
584
584
case " flow " :
585
585
self . flow = item. value as! String
586
- if self . flow. isEmpty {
587
- self . flow = " xtls-rprx-vision "
588
- }
589
586
break
590
587
case " encryption " :
591
588
self . encryption = item. value as! String
Original file line number Diff line number Diff line change @@ -770,9 +770,6 @@ class V2rayConfig: NSObject {
770
770
user. id = val [ " id " ] . stringValue
771
771
user. flow = val [ " flow " ] . stringValue
772
772
user. encryption = val [ " encryption " ] . stringValue
773
- if user. flow. isEmpty {
774
- user. flow = " xtls-rprx-vision "
775
- }
776
773
if user. encryption. isEmpty {
777
774
user. encryption = " none "
778
775
}
You can’t perform that action at this time.
0 commit comments