Info.plist 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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>LSMinimumSystemVersion</key>
  6. <string>12.0</string>
  7. <key>CADisableMinimumFrameDurationOnPhone</key>
  8. <true/>
  9. <key>CFBundleDevelopmentRegion</key>
  10. <string>$(DEVELOPMENT_LANGUAGE)</string>
  11. <key>CFBundleDisplayName</key>
  12. <string>小听</string>
  13. <key>CFBundleExecutable</key>
  14. <string>$(EXECUTABLE_NAME)</string>
  15. <key>CFBundleIdentifier</key>
  16. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>electronic_assistant</string>
  21. <key>CFBundlePackageType</key>
  22. <string>APPL</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>$(FLUTTER_BUILD_NAME)</string>
  25. <key>CFBundleSignature</key>
  26. <string>????</string>
  27. <key>CFBundleURLTypes</key>
  28. <array>
  29. <dict>
  30. <key>CFBundleTypeRole</key>
  31. <string>Editor</string>
  32. <key>CFBundleURLName</key>
  33. <string>weixin</string>
  34. <key>CFBundleURLSchemes</key>
  35. <array>
  36. <string>wxff40112d61011372</string>
  37. </array>
  38. </dict>
  39. </array>
  40. <key>CFBundleVersion</key>
  41. <string>$(FLUTTER_BUILD_NUMBER)</string>
  42. <key>ITSAppUsesNonExemptEncryption</key>
  43. <false/>
  44. <key>LSApplicationQueriesSchemes</key>
  45. <array>
  46. <string>weixin</string>
  47. <string>weixinULAPI</string>
  48. <string>weixinURLParamsAPI</string>
  49. </array>
  50. <key>LSRequiresIPhoneOS</key>
  51. <true/>
  52. <key>NSAppTransportSecurity</key>
  53. <dict>
  54. <key>NSAllowsArbitraryLoads</key>
  55. <true/>
  56. </dict>
  57. <key>NSMicrophoneUsageDescription</key>
  58. <string>小听需要麦克风权限用于会议录音功能</string>
  59. <key>NSPhotoLibraryUsageDescription</key>
  60. <string>小听需要此权限用于选择文件上传录音功能</string>
  61. <key>NSUserTrackingUsageDescription</key>
  62. <string>小听需要使用您的广告标识符以显示个性化广告</string>
  63. <key>UIApplicationSupportsIndirectInputEvents</key>
  64. <true/>
  65. <key>UIBackgroundModes</key>
  66. <array>
  67. <string>audio</string>
  68. </array>
  69. <key>UILaunchStoryboardName</key>
  70. <string>LaunchScreen</string>
  71. <key>UIMainStoryboardFile</key>
  72. <string>Main</string>
  73. <key>UISupportedInterfaceOrientations</key>
  74. <array>
  75. <string>UIInterfaceOrientationPortrait</string>
  76. </array>
  77. <key>UISupportedInterfaceOrientations~ipad</key>
  78. <array>
  79. <string>UIInterfaceOrientationLandscapeLeft</string>
  80. <string>UIInterfaceOrientationLandscapeRight</string>
  81. <string>UIInterfaceOrientationPortrait</string>
  82. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  83. </array>
  84. </dict>
  85. </plist>