mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 10:09:26 +02:00
31 lines
994 B
Plaintext
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>
|