feat: add application name and icon to macOS entitlements plist

This commit is contained in:
Tunglies
2025-05-17 01:05:21 +08:00
Unverified
parent f4e57a2831
commit 6fe7aabe14

View File

@@ -2,6 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleName</key>
<string>Clash Verge</string>
<key>CFBundleDisplayName</key>
<string>Clash Verge</string>
<key>com.apple.security.app-sandbox</key>
<false/>
<key>com.apple.security.application-groups</key>