Files
notesnook/apps/mobile/native/ios/Notesnook/Notesnook.entitlements

19 lines
555 B
Plaintext
Raw Permalink Normal View History

2020-11-07 13:15:58 +05:00
<?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>
2021-01-04 11:35:51 +05:00
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:app.notesnook.com</string>
</array>
2020-11-07 13:15:58 +05:00
<key>com.apple.security.application-groups</key>
<array>
2020-12-06 11:49:57 +05:00
<string>group.org.streetwriters.notesnook</string>
2020-11-07 13:15:58 +05:00
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)group.org.streetwriters.notesnook</string>
</array>
2020-11-07 13:15:58 +05:00
</dict>
</plist>