Info.plist 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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>NSLocationWhenInUseUsageDescription</key>
  6. <string>手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限</string>
  7. <key>ITSAppUsesNonExemptEncryption</key>
  8. <false/>
  9. <key>NSAppTransportSecurity</key>
  10. <dict>
  11. <key>NSAllowsArbitraryLoads</key>
  12. <true/>
  13. </dict>
  14. <key>UIApplicationSceneManifest</key>
  15. <dict>
  16. <key>UIApplicationSupportsMultipleScenes</key>
  17. <false/>
  18. <key>UISceneConfigurations</key>
  19. <dict>
  20. <key>UIWindowSceneSessionRoleApplication</key>
  21. <array>
  22. <dict>
  23. <key>UISceneConfigurationName</key>
  24. <string>Default Configuration</string>
  25. <key>UISceneDelegateClassName</key>
  26. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  27. <key>UISceneStoryboardFile</key>
  28. <string>Main</string>
  29. </dict>
  30. </array>
  31. </dict>
  32. </dict>
  33. <key>UIBackgroundModes</key>
  34. <array>
  35. <string>location</string>
  36. </array>
  37. </dict>
  38. </plist>