Info.plist 2.8 KB

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