Info.plist 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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>CADisableMinimumFrameDurationOnPhone</key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>$(DEVELOPMENT_LANGUAGE)</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>手机实时定位</string>
  11. <key>CFBundleExecutable</key>
  12. <string>$(EXECUTABLE_NAME)</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>location</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>$(FLUTTER_BUILD_NAME)</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleURLTypes</key>
  26. <array>
  27. <dict>
  28. <key>CFBundleTypeRole</key>
  29. <string>Editor</string>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>wxd423dc54a6fd1640</string>
  33. </array>
  34. </dict>
  35. </array>
  36. <key>CFBundleVersion</key>
  37. <string>$(FLUTTER_BUILD_NUMBER)</string>
  38. <key>LSApplicationQueriesSchemes</key>
  39. <array>
  40. <string>weixin</string>
  41. <string>weixinULAPI</string>
  42. <string>weixinURLParamsAPI</string>
  43. </array>
  44. <key>LSRequiresIPhoneOS</key>
  45. <true/>
  46. <key>NSContactsUsageDescription</key>
  47. <string>申请“通讯录权限”是为了让您更便利地输入联系人信息,从而无需手动输入</string>
  48. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  49. <string>通过位置访问,您可以与您信任的好友共享准确的位置数据</string>
  50. <key>NSLocationWhenInUseUsageDescription</key>
  51. <string>通过位置访问,您可以与您信任的好友共享准确的位置数据</string>
  52. <key>NSUserTrackingUsageDescription</key>
  53. <string>为给您更精准的提供个性化内容,请您允许我们获取广告信息</string>
  54. <key>UIApplicationSupportsIndirectInputEvents</key>
  55. <true/>
  56. <key>UIBackgroundModes</key>
  57. <array>
  58. <string>location</string>
  59. <string>fetch</string>
  60. <string>processing</string>
  61. </array>
  62. <key>BGTaskSchedulerPermittedIdentifiers</key>
  63. <array>
  64. <string>com.shishi.dingwei.refresh</string>
  65. </array>
  66. <key>UILaunchStoryboardName</key>
  67. <string>LaunchScreen</string>
  68. <key>UIMainStoryboardFile</key>
  69. <string>Main</string>
  70. <key>UISupportedInterfaceOrientations</key>
  71. <array>
  72. <string>UIInterfaceOrientationPortrait</string>
  73. </array>
  74. <key>UISupportedInterfaceOrientations~ipad</key>
  75. <array>
  76. <string>UIInterfaceOrientationLandscapeLeft</string>
  77. <string>UIInterfaceOrientationLandscapeRight</string>
  78. <string>UIInterfaceOrientationPortrait</string>
  79. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  80. </array>
  81. </dict>
  82. </plist>