test: remove entitlements.plist items

This commit is contained in:
wonfen 2025-03-07 06:49:24 +08:00
parent 684128ca68
commit 6caf2cd057

View File

@ -2,12 +2,6 @@
<!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>
@ -16,11 +10,5 @@
</array>
<key>com.apple.security.inherit</key>
<true/>
<key>LSUIElement</key>
<false/>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
</dict>
</plist>