Info.plist 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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>BGTaskSchedulerPermittedIdentifiers</key>
  6. <array>
  7. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  8. </array>
  9. <key>NSUserActivityTypes</key>
  10. <array>
  11. <string>INSendMessageIntent</string>
  12. </array>
  13. <key>UIApplicationSceneManifest</key>
  14. <dict>
  15. <key>UIApplicationSupportsMultipleScenes</key>
  16. <false/>
  17. <key>UISceneConfigurations</key>
  18. <dict>
  19. <key>UIWindowSceneSessionRoleApplication</key>
  20. <array>
  21. <dict>
  22. <key>UISceneConfigurationName</key>
  23. <string>Default Configuration</string>
  24. <key>UISceneDelegateClassName</key>
  25. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  26. <key>UISceneStoryboardFile</key>
  27. <string>Main</string>
  28. </dict>
  29. </array>
  30. </dict>
  31. </dict>
  32. <key>UIBackgroundModes</key>
  33. <array>
  34. <string>audio</string>
  35. <string>bluetooth-central</string>
  36. <string>bluetooth-peripheral</string>
  37. <string>external-accessory</string>
  38. <string>fetch</string>
  39. <string>processing</string>
  40. <string>remote-notification</string>
  41. <string>voip</string>
  42. </array>
  43. <key>UIViewControllerBasedStatusBarAppearance</key>
  44. <true/>
  45. </dict>
  46. </plist>