Info.plist 547 B

12345678910111213141516171819202122
  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>NSAppTransportSecurity</key>
  6. <dict>
  7. <key>NSAllowsArbitraryLoads</key>
  8. <true/>
  9. </dict>
  10. <key>AppBaseURL</key>
  11. <string>$(APP_BASE_URL)</string>
  12. <key>UIApplicationSceneManifest</key>
  13. <dict>
  14. <key>UIApplicationSupportsMultipleScenes</key>
  15. <false/>
  16. </dict>
  17. <key>UIBackgroundModes</key>
  18. <array>
  19. <string>remote-notification</string>
  20. </array>
  21. </dict>
  22. </plist>