mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-15 14:30:31 +08:00
feat: add application name and icon to macOS entitlements plist
This commit is contained in:
parent
f4e57a2831
commit
6fe7aabe14
@ -2,6 +2,12 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<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>
|
<key>com.apple.security.app-sandbox</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>com.apple.security.application-groups</key>
|
<key>com.apple.security.application-groups</key>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user