Info.plist 480 B

1234567891011121314151617181920
  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></key>
  6. <string></string>
  7. <key>NSAppTransportSecurity</key>
  8. <dict>
  9. <key>NSAllowsArbitraryLoads</key>
  10. <true/>
  11. </dict>
  12. <key>UIBackgroundModes</key>
  13. <array>
  14. <string>audio</string>
  15. <string>voip</string>
  16. <string>remote-notification</string>
  17. <string>fetch</string>
  18. </array>
  19. </dict>
  20. </plist>