Info.plist 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. <dict>
  40. <key>CFBundleTypeRole</key>
  41. <string>Editor</string>
  42. <key>CFBundleURLName</key>
  43. <string>xiaoting</string>
  44. <key>CFBundleURLSchemes</key>
  45. <array>
  46. <string>xiaoting</string>
  47. </array>
  48. </dict>
  49. </array>
  50. <key>CFBundleVersion</key>
  51. <string>$(FLUTTER_BUILD_NUMBER)</string>
  52. <key>ITSAppUsesNonExemptEncryption</key>
  53. <false/>
  54. <key>LSApplicationQueriesSchemes</key>
  55. <array>
  56. <string>weixin</string>
  57. <string>weixinULAPI</string>
  58. <string>weixinURLParamsAPI</string>
  59. </array>
  60. <key>LSRequiresIPhoneOS</key>
  61. <true/>
  62. <key>NSAppTransportSecurity</key>
  63. <dict>
  64. <key>NSAllowsArbitraryLoads</key>
  65. <true/>
  66. </dict>
  67. <key>NSMicrophoneUsageDescription</key>
  68. <string>小听需要麦克风权限用于会议录音功能</string>
  69. <key>NSPhotoLibraryUsageDescription</key>
  70. <string>小听需要此权限用于选择文件上传录音功能</string>
  71. <key>NSUserTrackingUsageDescription</key>
  72. <string>小听需要使用您的广告标识符以显示个性化广告</string>
  73. <key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
  74. <true/>
  75. <key>UIApplicationSupportsIndirectInputEvents</key>
  76. <true/>
  77. <key>UIBackgroundModes</key>
  78. <array>
  79. <string>audio</string>
  80. </array>
  81. <key>UILaunchStoryboardName</key>
  82. <string>LaunchScreen</string>
  83. <key>UIMainStoryboardFile</key>
  84. <string>Main</string>
  85. <key>UISupportedInterfaceOrientations</key>
  86. <array>
  87. <string>UIInterfaceOrientationPortrait</string>
  88. </array>
  89. <key>UISupportedInterfaceOrientations~ipad</key>
  90. <array>
  91. <string>UIInterfaceOrientationLandscapeLeft</string>
  92. <string>UIInterfaceOrientationLandscapeRight</string>
  93. <string>UIInterfaceOrientationPortrait</string>
  94. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  95. </array>
  96. </dict>
  97. </plist>