Info.plist 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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>CFBundleDevelopmentRegion</key>
  6. <string>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>梆梆鱼</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>bbyyy</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Editor</string>
  28. <key>CFBundleURLName</key>
  29. <string>bbyyy</string>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>com.bh.bbyyy</string>
  33. </array>
  34. </dict>
  35. <dict>
  36. <key>CFBundleTypeRole</key>
  37. <string>Editor</string>
  38. <key>CFBundleURLName</key>
  39. <string>weixin</string>
  40. <key>CFBundleURLSchemes</key>
  41. <array>
  42. <string>wxbf2180b47169d83a</string>
  43. </array>
  44. </dict>
  45. <dict>
  46. <key>CFBundleTypeRole</key>
  47. <string>Editor</string>
  48. <key>CFBundleURLName</key>
  49. <string>alipay</string>
  50. <key>CFBundleURLSchemes</key>
  51. <array>
  52. <string>tobiasexample</string>
  53. </array>
  54. </dict>
  55. </array>
  56. <key>CFBundleVersion</key>
  57. <string>$(CURRENT_PROJECT_VERSION)</string>
  58. <key>LSApplicationQueriesSchemes</key>
  59. <array>
  60. <string>com.bh.bbyyy</string>
  61. <string>bbyyy</string>
  62. <string>wechat</string>
  63. <string>weixin</string>
  64. <string>weixinulapi</string>
  65. <string>weixinULAPI</string>
  66. <string>itms-beta</string>
  67. <string>itms</string>
  68. </array>
  69. <key>LSRequiresIPhoneOS</key>
  70. <true/>
  71. <key>NSAppTransportSecurity</key>
  72. <dict>
  73. <key>NSAllowsArbitraryLoads</key>
  74. <true/>
  75. </dict>
  76. <key>NSAppleMusicUsageDescription</key>
  77. <string>是否允许App访问您的媒体资料库</string>
  78. <key>NSBluetoothAlwaysUsageDescription</key>
  79. <string>是否许允此App使用蓝牙?</string>
  80. <key>NSBluetoothPeripheralUsageDescription</key>
  81. <string>是否许允此App使用蓝牙?</string>
  82. <key>NSCalendarsUsageDescription</key>
  83. <string>是否允许此App使用日历?</string>
  84. <key>NSCameraUsageDescription</key>
  85. <string>我们需要访问您的相机,才能拍摄附件照片</string>
  86. <key>NSContactsUsageDescription</key>
  87. <string>我们需要访问您的通讯录,用于关联朋友</string>
  88. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  89. <string>我们需要定位权限来获取用户及店铺的地图位置,以便用户搜索附近店铺及查看店铺在地图上的位置</string>
  90. <key>NSLocationAlwaysUsageDescription</key>
  91. <string>我们需要定位权限来获取用户及店铺的地图位置,以便用户搜索附近店铺及查看店铺在地图上的位置</string>
  92. <key>NSLocationWhenInUseUsageDescription</key>
  93. <string>我们需要定位权限来获取用户及店铺的地图位置,以便用户搜索附近店铺及查看店铺在地图上的位置</string>
  94. <key>NSMicrophoneUsageDescription</key>
  95. <string>我们需要访问您的麦克风,用于录制音频</string>
  96. <key>NSMotionUsageDescription</key>
  97. <string>App需要您的同意,才能访问运动与健身</string>
  98. <key>NSPhotoLibraryUsageDescription</key>
  99. <string>我们需要访问您的相册,用于上传附件照片</string>
  100. <key>NSSpeechRecognitionUsageDescription</key>
  101. <string>pp需要您的同意,才能访问语音</string>
  102. <key>UILaunchStoryboardName</key>
  103. <string>LaunchScreen</string>
  104. <key>UIMainStoryboardFile</key>
  105. <string>Main</string>
  106. <key>UISupportedInterfaceOrientations</key>
  107. <array>
  108. <string>UIInterfaceOrientationPortrait</string>
  109. </array>
  110. <key>UISupportedInterfaceOrientations~ipad</key>
  111. <array>
  112. <string>UIInterfaceOrientationPortrait</string>
  113. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  114. <string>UIInterfaceOrientationLandscapeLeft</string>
  115. <string>UIInterfaceOrientationLandscapeRight</string>
  116. </array>
  117. <key>UIViewControllerBasedStatusBarAppearance</key>
  118. <false/>
  119. <key>io.flutter.embedded_views_preview</key>
  120. <true/>
  121. </dict>
  122. </plist>