|
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
5 | | - <key>CFBundleDevelopmentRegion</key> |
6 | | - <string>en</string> |
7 | | - <key>CFBundleExecutable</key> |
8 | | - <string>VPNBypass</string> |
9 | | - <key>CFBundleIdentifier</key> |
10 | | - <string>com.geiserx.vpn-bypass</string> |
11 | | - <key>CFBundleInfoDictionaryVersion</key> |
12 | | - <string>6.0</string> |
13 | | - <key>CFBundleIconFile</key> |
14 | | - <string>AppIcon</string> |
15 | | - <key>CFBundleName</key> |
16 | | - <string>VPN Bypass</string> |
17 | | - <key>CFBundlePackageType</key> |
18 | | - <string>APPL</string> |
19 | | - <key>CFBundleShortVersionString</key> |
20 | | - <string>1.2.1</string> |
21 | | - <key>CFBundleVersion</key> |
22 | | - <string>3</string> |
23 | | - <key>LSMinimumSystemVersion</key> |
24 | | - <string>13.0</string> |
25 | | - <key>LSUIElement</key> |
26 | | - <true/> |
27 | | - <key>NSHighResolutionCapable</key> |
28 | | - <true/> |
29 | | - <key>NSHumanReadableCopyright</key> |
30 | | - <string>Copyright © 2026 GeiserX. All rights reserved.</string> |
31 | | - <key>NSUserNotificationAlertStyle</key> |
32 | | - <string>banner</string> |
33 | | - <key>SMPrivilegedExecutables</key> |
34 | | - <dict> |
35 | | - <key>com.geiserx.vpnbypass.helper</key> |
36 | | - <!-- For development, use relaxed requirement --> |
37 | | - <!-- Production should use: identifier "com.geiserx.vpnbypass.helper" and anchor apple generic and certificate leaf[subject.CN] = "Developer ID Application: YOUR NAME" --> |
38 | | - <string>identifier "com.geiserx.vpnbypass.helper"</string> |
39 | | - </dict> |
| 5 | + <key>CFBundleDevelopmentRegion</key> |
| 6 | + <string>en</string> |
| 7 | + <key>CFBundleExecutable</key> |
| 8 | + <string>VPNBypass</string> |
| 9 | + <key>CFBundleIconFile</key> |
| 10 | + <string>AppIcon</string> |
| 11 | + <key>CFBundleIdentifier</key> |
| 12 | + <string>com.geiserx.vpn-bypass</string> |
| 13 | + <key>CFBundleInfoDictionaryVersion</key> |
| 14 | + <string>6.0</string> |
| 15 | + <key>CFBundleName</key> |
| 16 | + <string>VPN Bypass</string> |
| 17 | + <key>CFBundlePackageType</key> |
| 18 | + <string>APPL</string> |
| 19 | + <key>CFBundleShortVersionString</key> |
| 20 | + <string>1.5.1</string> |
| 21 | + <key>CFBundleVersion</key> |
| 22 | + <string>4</string> |
| 23 | + <key>LSMinimumSystemVersion</key> |
| 24 | + <string>13.0</string> |
| 25 | + <key>LSUIElement</key> |
| 26 | + <true/> |
| 27 | + <key>NSHighResolutionCapable</key> |
| 28 | + <true/> |
| 29 | + <key>NSHumanReadableCopyright</key> |
| 30 | + <string>Copyright © 2026 GeiserX. All rights reserved.</string> |
| 31 | + <key>NSUserNotificationAlertStyle</key> |
| 32 | + <string>banner</string> |
| 33 | + <key>SMPrivilegedExecutables</key> |
| 34 | + <dict> |
| 35 | + <key>com.geiserx.vpnbypass.helper</key> |
| 36 | + <string>identifier "com.geiserx.vpnbypass.helper"</string> |
| 37 | + </dict> |
40 | 38 | </dict> |
41 | 39 | </plist> |
0 commit comments