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

Commit e9414b9

Browse files
authored
Merge pull request #112 from Chandler-Lu/master
better pac switcher
2 parents 3437ee4 + 5fe7b60 commit e9414b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

V2RayX/AppDelegate.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ - (void)switchPac:(id)sender {
401401
[appDelegate updateSystemProxy];
402402
});
403403
dispatch_resume(dispatchPacSource);
404+
proxyMode = pac;
404405
[self configurationDidChange];
405406
}
406407

V2RayX/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>211</string>
24+
<string>214</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>LSUIElement</key>

0 commit comments

Comments
 (0)