oncall-mobile-ios/ntfyNSE/ntfyNSE.entitlements

13 lines
355 B
Text
Raw Permalink Normal View History

2022-05-15 20:17:07 -04: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>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.security.application-groups</key>
<array>
<string>group.io.heckel.ntfy</string>
</array>
</dict>
</plist>