Info.plist 5.8 KB

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