Files
bundesmessenger-ios/RiotNSE/RiotNSE.entitlements
2023-07-12 15:18:16 +02:00

16 lines
476 B
XML

<?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.application-groups</key>
<array>
<string>$(APPLICATION_GROUP_IDENTIFIER)</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(KEYCHAIN_ACCESS_GROUP)</string>
</array>
<key>com.apple.developer.usernotifications.filtering</key><true/>
</dict>
</plist>