mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
14 lines
443 B
Plaintext
14 lines
443 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<false/>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>io.github.openlistteam.openlist.desktop</string>
|
|
</array>
|
|
<key>com.apple.security.inherit</key>
|
|
<true/>
|
|
</dict>
|
|
</plist> |