-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathInfo.plist
More file actions
45 lines (45 loc) · 1.28 KB
/
Info.plist
File metadata and controls
45 lines (45 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>es</string>
<string>fr</string>
</array>
<key>CFBundleExecutable</key>
<string>VPNBypass</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
<string>com.geiserx.vpn-bypass</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>VPN Bypass</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.2</string><!-- VERSION -->
<key>CFBundleVersion</key>
<string>22</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>LSUIElement</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2026 GeiserX. All rights reserved.</string>
<key>NSUserNotificationAlertStyle</key>
<string>banner</string>
<key>SMPrivilegedExecutables</key>
<dict>
<key>com.geiserx.vpnbypass.helper</key>
<string>identifier "com.geiserx.vpnbypass.helper"</string>
</dict>
</dict>
</plist>