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

20 lines
616 B
Plaintext
Raw Permalink Normal View History

2020-12-06 09:52:17 +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>
2021-04-07 08:01:33 +05:00
<string>applinks:app.notesnook.com?mode=developer</string>
2021-01-04 11:35:51 +05:00
<string>applinks:app.notesnook.com</string>
</array>
2020-12-06 09:52:17 +05:00
<key>com.apple.security.application-groups</key>
<array>
<string>group.org.streetwriters.notesnook</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)group.org.streetwriters.notesnook</string>
</array>
2020-12-06 09:52:17 +05:00
</dict>
</plist>