Skip to content

Commit c4b0ef1

Browse files
committed
fix 1.6
1 parent 14af7ae commit c4b0ef1

19 files changed

Lines changed: 17 additions & 420 deletions

Info.plist

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,45 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleIconFile</key>
6-
<string>TunnelGuard</string>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>TunnelGuard</string>
99
<key>CFBundleExecutable</key>
1010
<string>TunnelGuard</string>
11+
<key>CFBundleIconFile</key>
12+
<string>TunnelGuard</string>
1113
<key>CFBundleIdentifier</key>
1214
<string>com.amirhpcom.tunnelguard</string>
1315
<key>CFBundleInfoDictionaryVersion</key>
1416
<string>6.0</string>
1517
<key>CFBundleName</key>
1618
<string>TunnelGuard</string>
17-
<key>CFBundleDisplayName</key>
18-
<string>TunnelGuard</string>
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
2222
<string>1.4.0</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>2</string>
25+
<key>LSApplicationCategoryType</key>
26+
<string>public.app-category.utilities</string>
2527
<key>LSMinimumSystemVersion</key>
2628
<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>
2737
<key>NSMainStoryboardFile</key>
2838
<string></string>
2939
<key>NSPrincipalClass</key>
3040
<string>NSApplication</string>
31-
<key>NSHumanReadableCopyright</key>
32-
<string>Copyright © 2026 Amirhossein Hosseinpour (Amirhp.Com), All rights reserved.</string>
3341
<key>NSSupportsAutomaticGraphicsSwitching</key>
3442
<true/>
35-
<key>NSHighResolutionCapable</key>
36-
<true/>
37-
<key>LSApplicationCategoryType</key>
38-
<string>public.app-category.utilities</string>
39-
<key>NSAppleScriptEnabled</key>
40-
<false/>
4143
<key>com.apple.security.network.client</key>
4244
<true/>
43-
<key>NSAppleEventsUsageDescription</key>
44-
<string>TunnelGuard needs administrator privileges to modify system routing table.</string>
4545
</dict>
4646
</plist>

TunnelGuard.app/Contents/Info.plist

Lines changed: 0 additions & 68 deletions
This file was deleted.
-1.15 MB
Binary file not shown.

TunnelGuard.app/Contents/PkgInfo

Lines changed: 0 additions & 1 deletion
This file was deleted.
-709 KB
Binary file not shown.

TunnelGuard.app/Contents/_CodeSignature/CodeResources

Lines changed: 0 additions & 128 deletions
This file was deleted.

TunnelGuard.iconset/Icon-png.png

-596 KB
Binary file not shown.

0 commit comments

Comments
 (0)