Info.plist 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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>CFBundleAllowMixedLocalizations</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>Runner</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>$(MARKETING_VERSION)</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleURLTypes</key>
  26. <array>
  27. <dict>
  28. <key>CFBundleURLName</key>
  29. <string></string>
  30. </dict>
  31. <dict>
  32. <key>CFBundleTypeRole</key>
  33. <string>Editor</string>
  34. <key>CFBundleURLName</key>
  35. <string>alipay</string>
  36. <key>CFBundleURLSchemes</key>
  37. <array>
  38. <string>com.tyty.lift.managers</string>
  39. </array>
  40. </dict>
  41. <dict>
  42. <key>CFBundleTypeRole</key>
  43. <string>Editor</string>
  44. <key>CFBundleURLName</key>
  45. <string>dtgj.edtyun.com</string>
  46. <key>CFBundleURLSchemes</key>
  47. <array>
  48. <string>tytylift</string>
  49. </array>
  50. </dict>
  51. <dict>
  52. <key>CFBundleTypeRole</key>
  53. <string>Editor</string>
  54. <key>CFBundleURLName</key>
  55. <string>weixin</string>
  56. <key>CFBundleURLSchemes</key>
  57. <array>
  58. <string>wx0f10e6386fb9969e</string>
  59. </array>
  60. </dict>
  61. </array>
  62. <key>CFBundleVersion</key>
  63. <string>$(CURRENT_PROJECT_VERSION)</string>
  64. <key>LSApplicationQueriesSchemes</key>
  65. <array>
  66. <string>iosamap</string>
  67. <string>alipay</string>
  68. <string>wechat</string>
  69. <string>weixin</string>
  70. <string>weixinULAPI</string>
  71. </array>
  72. <key>LSRequiresIPhoneOS</key>
  73. <true/>
  74. <key>NSAppTransportSecurity</key>
  75. <dict>
  76. <key>NSAllowsArbitraryLoads</key>
  77. <true/>
  78. <key>NSExceptionDomains</key>
  79. <dict>
  80. <key>activity.edtyun.com</key>
  81. <dict>
  82. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  83. <true/>
  84. <key>NSExceptionRequiresForwardSecrecy</key>
  85. <false/>
  86. <key>NSIncludesSubdomains</key>
  87. <true/>
  88. </dict>
  89. <key>appdl.edtyun.com</key>
  90. <dict>
  91. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  92. <true/>
  93. <key>NSExceptionRequiresForwardSecrecy</key>
  94. <false/>
  95. <key>NSIncludesSubdomains</key>
  96. <true/>
  97. </dict>
  98. <key>edtyun.cc</key>
  99. <dict>
  100. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  101. <true/>
  102. <key>NSExceptionRequiresForwardSecrecy</key>
  103. <false/>
  104. <key>NSIncludesSubdomains</key>
  105. <true/>
  106. </dict>
  107. <key>edtyun.com</key>
  108. <dict>
  109. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  110. <true/>
  111. <key>NSExceptionRequiresForwardSecrecy</key>
  112. <false/>
  113. <key>NSIncludesSubdomains</key>
  114. <true/>
  115. </dict>
  116. <key>jpush.cn</key>
  117. <dict>
  118. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  119. <true/>
  120. <key>NSExceptionRequiresForwardSecrecy</key>
  121. <false/>
  122. <key>NSIncludesSubdomains</key>
  123. <true/>
  124. </dict>
  125. </dict>
  126. </dict>
  127. <key>NSAppleMusicUsageDescription</key>
  128. <string>App需要您的同意,才能访问媒体资料库</string>
  129. <key>NSBluetoothPeripheralUsageDescription</key>
  130. <string>App需要您的同意,才能访问蓝牙</string>
  131. <key>NSCalendarsUsageDescription</key>
  132. <string>App需要您的同意,才能访问日历</string>
  133. <key>NSCameraUsageDescription</key>
  134. <string>App需要对个人信息的头像、保养、急修、年检图片进行上传提交,您是否允许访问相机</string>
  135. <key>NSContactsUsageDescription</key>
  136. <string>App需要您的同意,才能访问通讯录</string>
  137. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  138. <string>App需要您的位置信息</string>
  139. <key>NSLocationAlwaysUsageDescription</key>
  140. <string>App需要对打卡签到进行定位,您是否允许访问位置</string>
  141. <key>NSLocationUsageDescription</key>
  142. <string>App需要对打卡签到进行定位,您是否允许访问位置</string>
  143. <key>NSLocationWhenInUseUsageDescription</key>
  144. <string>App需要对打卡签到进行定位,您是否允许访问位置</string>
  145. <key>NSMicrophoneUsageDescription</key>
  146. <string>App需要您的同意,才能访问麦克风</string>
  147. <key>NSMotionUsageDescription</key>
  148. <string>App需要您的同意,才能访问运动与健身</string>
  149. <key>NSPhotoLibraryUsageDescription</key>
  150. <string>App需要对个人信息的头像和保养、急修、年检图片进行上传提交,您是否允许访问相册</string>
  151. <key>NSRemindersUsageDescription</key>
  152. <string>App需要您的同意,才能访问提醒事项</string>
  153. <key>NSSpeechRecognitionUsageDescription</key>
  154. <string>App需要您的同意,才能访问语音</string>
  155. <key>UIBackgroundModes</key>
  156. <array>
  157. <string>fetch</string>
  158. <string>remote-notification</string>
  159. </array>
  160. <key>UILaunchStoryboardName</key>
  161. <string>LaunchScreen</string>
  162. <key>UIMainStoryboardFile</key>
  163. <string>Main</string>
  164. <key>UISupportedInterfaceOrientations</key>
  165. <array>
  166. <string>UIInterfaceOrientationPortrait</string>
  167. </array>
  168. <key>UISupportedInterfaceOrientations~ipad</key>
  169. <array>
  170. <string>UIInterfaceOrientationPortrait</string>
  171. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  172. <string>UIInterfaceOrientationLandscapeLeft</string>
  173. <string>UIInterfaceOrientationLandscapeRight</string>
  174. </array>
  175. <key>UIViewControllerBasedStatusBarAppearance</key>
  176. <false/>
  177. <key>XG_ACCESS_ID</key>
  178. <string>2200320954</string>
  179. <key>XG_ACCESS_KEY</key>
  180. <string>II57R6KW16TT</string>
  181. <key>io.flutter.embedded_views_preview</key>
  182. <string>YES</string>
  183. </dict>
  184. </plist>