|
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>CFBundleIconFile</key> |
6 | | - <string>TunnelGuard</string> |
7 | 5 | <key>CFBundleDevelopmentRegion</key> |
8 | 6 | <string>en</string> |
| 7 | + <key>CFBundleDisplayName</key> |
| 8 | + <string>TunnelGuard</string> |
9 | 9 | <key>CFBundleExecutable</key> |
10 | 10 | <string>TunnelGuard</string> |
| 11 | + <key>CFBundleIconFile</key> |
| 12 | + <string>TunnelGuard</string> |
11 | 13 | <key>CFBundleIdentifier</key> |
12 | 14 | <string>com.amirhpcom.tunnelguard</string> |
13 | 15 | <key>CFBundleInfoDictionaryVersion</key> |
14 | 16 | <string>6.0</string> |
15 | 17 | <key>CFBundleName</key> |
16 | 18 | <string>TunnelGuard</string> |
17 | | - <key>CFBundleDisplayName</key> |
18 | | - <string>TunnelGuard</string> |
19 | 19 | <key>CFBundlePackageType</key> |
20 | 20 | <string>APPL</string> |
21 | 21 | <key>CFBundleShortVersionString</key> |
22 | 22 | <string>1.4.0</string> |
23 | 23 | <key>CFBundleVersion</key> |
24 | | - <string>1</string> |
| 24 | + <string>2</string> |
| 25 | + <key>LSApplicationCategoryType</key> |
| 26 | + <string>public.app-category.utilities</string> |
25 | 27 | <key>LSMinimumSystemVersion</key> |
26 | 28 | <string>13.0</string> |
| 29 | + <key>NSAppleEventsUsageDescription</key> |
| 30 | + <string>TunnelGuard needs administrator privileges to modify system routing table.</string> |
| 31 | + <key>NSAppleScriptEnabled</key> |
| 32 | + <false/> |
| 33 | + <key>NSHighResolutionCapable</key> |
| 34 | + <true/> |
| 35 | + <key>NSHumanReadableCopyright</key> |
| 36 | + <string>Copyright © 2026 Amirhossein Hosseinpour (Amirhp.Com), All rights reserved.</string> |
27 | 37 | <key>NSMainStoryboardFile</key> |
28 | 38 | <string></string> |
29 | 39 | <key>NSPrincipalClass</key> |
30 | 40 | <string>NSApplication</string> |
31 | | - <key>NSHumanReadableCopyright</key> |
32 | | - <string>Copyright © 2026 Amirhossein Hosseinpour (Amirhp.Com), All rights reserved.</string> |
33 | 41 | <key>NSSupportsAutomaticGraphicsSwitching</key> |
34 | 42 | <true/> |
35 | | - <key>NSHighResolutionCapable</key> |
36 | | - <true/> |
37 | | - <key>LSApplicationCategoryType</key> |
38 | | - <string>public.app-category.utilities</string> |
39 | | - <key>NSAppleScriptEnabled</key> |
40 | | - <false/> |
41 | 43 | <key>com.apple.security.network.client</key> |
42 | 44 | <true/> |
43 | | - <key>NSAppleEventsUsageDescription</key> |
44 | | - <string>TunnelGuard needs administrator privileges to modify system routing table.</string> |
45 | 45 | </dict> |
46 | 46 | </plist> |
0 commit comments