Bark.entitlements 492 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>aps-environment</key>
  6. <string>development</string>
  7. <key>com.apple.developer.usernotifications.communication</key>
  8. <true/>
  9. <key>com.apple.developer.usernotifications.time-sensitive</key>
  10. <true/>
  11. <key>com.apple.security.application-groups</key>
  12. <array>
  13. <string>group.bark</string>
  14. </array>
  15. </dict>
  16. </plist>