Info.plist 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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>NSUserActivityTypes</key>
  72. <array>
  73. <string>StartRecordIntent</string>
  74. </array>
  75. <key>NSUserTrackingUsageDescription</key>
  76. <string>小听需要使用您的广告标识符以显示个性化广告</string>
  77. <key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
  78. <true/>
  79. <key>UIApplicationSupportsIndirectInputEvents</key>
  80. <true/>
  81. <key>UIBackgroundModes</key>
  82. <array>
  83. <string>audio</string>
  84. </array>
  85. <key>UILaunchStoryboardName</key>
  86. <string>LaunchScreen</string>
  87. <key>UIMainStoryboardFile</key>
  88. <string>Main</string>
  89. <key>UISupportedInterfaceOrientations</key>
  90. <array>
  91. <string>UIInterfaceOrientationPortrait</string>
  92. </array>
  93. <key>UISupportedInterfaceOrientations~ipad</key>
  94. <array>
  95. <string>UIInterfaceOrientationLandscapeLeft</string>
  96. <string>UIInterfaceOrientationLandscapeRight</string>
  97. <string>UIInterfaceOrientationPortrait</string>
  98. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  99. </array>
  100. </dict>
  101. </plist>