Files
notesnook/apps/desktop/assets/entitlements.mas.plist
2023-06-10 15:54:17 +05:00

31 lines
994 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.application-identifier</key>
<string>53CWBG3QUC.org.streetwriters.notesnook</string>
<key>com.apple.developer.team-identifier</key>
<string>53CWBG3QUC</string>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>53CWBG3QUC.org.streetwriters.notesnook</string>
</array>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.print</key>
<true/>
<key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
<array>
<string>/Documents/Notesnook/</string>
</array>
</dict>
</plist>