Nessuna descrizione

FirstLink-Info.plist 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  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>en</string>
  7. <key>CFBundleExecutable</key>
  8. <string>${EXECUTABLE_NAME}</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>${PRODUCT_NAME}</string>
  15. <key>CFBundlePackageType</key>
  16. <string>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>2.9.4</string>
  19. <key>CFBundleSignature</key>
  20. <string>????</string>
  21. <key>CFBundleURLTypes</key>
  22. <array>
  23. <dict>
  24. <key>CFBundleTypeRole</key>
  25. <string>Editor</string>
  26. <key>CFBundleURLName</key>
  27. <string>weixin</string>
  28. <key>CFBundleURLSchemes</key>
  29. <array>
  30. <string>wxdbb69d0b6f73a8b4</string>
  31. </array>
  32. </dict>
  33. <dict>
  34. <key>CFBundleTypeRole</key>
  35. <string>Editor</string>
  36. <key>CFBundleURLName</key>
  37. <string>firstlink</string>
  38. <key>CFBundleURLSchemes</key>
  39. <array>
  40. <string>firstlinkapp</string>
  41. </array>
  42. </dict>
  43. <dict>
  44. <key>CFBundleTypeRole</key>
  45. <string>Editor</string>
  46. <key>CFBundleURLName</key>
  47. <string>qq</string>
  48. <key>CFBundleURLSchemes</key>
  49. <array>
  50. <string>tencent1104752138</string>
  51. </array>
  52. </dict>
  53. <dict>
  54. <key>CFBundleTypeRole</key>
  55. <string>Editor</string>
  56. <key>CFBundleURLName</key>
  57. <string>weibo</string>
  58. <key>CFBundleURLSchemes</key>
  59. <array>
  60. <string>wb4030920748</string>
  61. </array>
  62. </dict>
  63. <dict>
  64. <key>CFBundleTypeRole</key>
  65. <string>Editor</string>
  66. <key>CFBundleURLName</key>
  67. <string>alipay</string>
  68. <key>CFBundleURLSchemes</key>
  69. <array>
  70. <string>alipay2088612219594476</string>
  71. <string>alipay2088521575254123</string>
  72. </array>
  73. </dict>
  74. </array>
  75. <key>CFBundleVersion</key>
  76. <string>4</string>
  77. <key>CMBPublicKey</key>
  78. <string>${CMBPublicKey}</string>
  79. <key>ChannelId</key>
  80. <string>${ChannelId}</string>
  81. <key>LSApplicationCategoryType</key>
  82. <string></string>
  83. <key>LSApplicationQueriesSchemes</key>
  84. <array>
  85. <string>weixin</string>
  86. <string>alipay</string>
  87. <string>mqq</string>
  88. <string>wtloginmqq2</string>
  89. <string>mqzone</string>
  90. <string>mqqwpa</string>
  91. <string>mqqopensdkapiV3</string>
  92. <string>mqqopensdkapiV2</string>
  93. <string>mqqOpensdkSSoLogin</string>
  94. <string>weibosdk2.5</string>
  95. <string>weibosdk</string>
  96. <string>wb4030920748</string>
  97. <string>sinaweibo</string>
  98. <string>sinaweibohd</string>
  99. <string>mqqapi</string>
  100. </array>
  101. <key>LSRequiresIPhoneOS</key>
  102. <true/>
  103. <key>NSAppTransportSecurity</key>
  104. <dict>
  105. <key>NSAllowsArbitraryLoads</key>
  106. <true/>
  107. <key>NSExceptionDomains</key>
  108. <dict>
  109. <key>alipay.com</key>
  110. <dict>
  111. <key>NSIncludesSubdomains</key>
  112. <true/>
  113. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  114. <true/>
  115. <key>NSTemporaryExceptionMinimumTLSVersion</key>
  116. <string>TLSv1.0</string>
  117. <key>NSTemporaryExceptionRequiresForwardSecrecy</key>
  118. <false/>
  119. </dict>
  120. <key>alipayobjects.com</key>
  121. <dict>
  122. <key>NSIncludesSubdomains</key>
  123. <true/>
  124. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  125. <true/>
  126. <key>NSTemporaryExceptionMinimumTLSVersion</key>
  127. <string>TLSv1.0</string>
  128. <key>NSTemporaryExceptionRequiresForwardSecrecy</key>
  129. <false/>
  130. </dict>
  131. <key>api.fine3q.com</key>
  132. <dict>
  133. <key>NSIncludesSubdomains</key>
  134. <true/>
  135. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  136. <true/>
  137. </dict>
  138. <key>cdn.firstlinkapp.com</key>
  139. <dict>
  140. <key>NSIncludesSubdomains</key>
  141. <true/>
  142. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  143. <true/>
  144. </dict>
  145. <key>cgi.connect.qq.com</key>
  146. <dict>
  147. <key>NSIncludesSubdomains</key>
  148. <true/>
  149. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  150. <true/>
  151. </dict>
  152. <key>i.gtimg.cn</key>
  153. <dict>
  154. <key>NSIncludesSubdomains</key>
  155. <true/>
  156. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  157. <true/>
  158. </dict>
  159. <key>ieventlog.beacon.qq.com</key>
  160. <dict>
  161. <key>NSIncludesSubdomains</key>
  162. <true/>
  163. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  164. <true/>
  165. </dict>
  166. <key>itunes.apple.com</key>
  167. <dict>
  168. <key>NSIncludesSubdomains</key>
  169. <true/>
  170. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  171. <true/>
  172. </dict>
  173. <key>m.fine3q.com</key>
  174. <dict>
  175. <key>NSIncludesSubdomains</key>
  176. <true/>
  177. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  178. <true/>
  179. </dict>
  180. <key>mapi.fine3q.com</key>
  181. <dict>
  182. <key>NSIncludesSubdomains</key>
  183. <true/>
  184. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  185. <true/>
  186. </dict>
  187. <key>mclient.alipay.com</key>
  188. <dict>
  189. <key>NSIncludesSubdomains</key>
  190. <true/>
  191. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  192. <true/>
  193. </dict>
  194. <key>mobile.cmbchina.com</key>
  195. <dict>
  196. <key>NSExceptionMinimumTLSVersion</key>
  197. <string>TLSv1.0</string>
  198. <key>NSIncludesSubdomains</key>
  199. <true/>
  200. </dict>
  201. <key>msg.umengcloud.com</key>
  202. <dict>
  203. <key>NSIncludesSubdomains</key>
  204. <true/>
  205. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  206. <true/>
  207. </dict>
  208. <key>netpay.cmbchina.com</key>
  209. <dict>
  210. <key>NSExceptionMinimumTLSVersion</key>
  211. <string>TLSv1.0</string>
  212. <key>NSIncludesSubdomains</key>
  213. <true/>
  214. </dict>
  215. <key>q.qlogo.cn</key>
  216. <dict>
  217. <key>NSIncludesSubdomains</key>
  218. <true/>
  219. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  220. <true/>
  221. </dict>
  222. <key>redirector.gvt1.com</key>
  223. <dict>
  224. <key>NSIncludesSubdomains</key>
  225. <true/>
  226. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  227. <true/>
  228. </dict>
  229. <key>rm.api.weibo.com</key>
  230. <dict>
  231. <key>NSIncludesSubdomains</key>
  232. <true/>
  233. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  234. <true/>
  235. </dict>
  236. <key>short.weixin.qq.com</key>
  237. <dict>
  238. <key>NSIncludesSubdomains</key>
  239. <true/>
  240. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  241. <true/>
  242. </dict>
  243. <key>shshort.pay.weixin.qq.com</key>
  244. <dict>
  245. <key>NSIncludesSubdomains</key>
  246. <true/>
  247. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  248. <true/>
  249. </dict>
  250. <key>sina.com.cn</key>
  251. <dict>
  252. <key>NSExceptionMinimumTLSVersion</key>
  253. <string>TLSv1.0</string>
  254. <key>NSIncludesSubdomains</key>
  255. <true/>
  256. <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
  257. <true/>
  258. <key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
  259. <false/>
  260. </dict>
  261. <key>static.fine3q.com</key>
  262. <dict>
  263. <key>NSIncludesSubdomains</key>
  264. <true/>
  265. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  266. <true/>
  267. </dict>
  268. <key>tva4.sinaimg.cn</key>
  269. <dict>
  270. <key>NSIncludesSubdomains</key>
  271. <true/>
  272. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  273. <true/>
  274. </dict>
  275. <key>wx.qlogo.cn</key>
  276. <dict>
  277. <key>NSIncludesSubdomains</key>
  278. <true/>
  279. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  280. <true/>
  281. </dict>
  282. </dict>
  283. </dict>
  284. <key>NSCameraUsageDescription</key>
  285. <string>为了便于您修改头像添加上传图片等的操作,请允许我们访问您的相机</string>
  286. <key>NSMicrophoneUsageDescription</key>
  287. <string>为了便于您查看录制视频等操作,请允许我们访问您的麦克风</string>
  288. <key>NSPhotoLibraryUsageDescription</key>
  289. <string>为了便于您修改头像添加上传图片等的操作,请允许我们访问您的相册</string>
  290. <key>UIBackgroundModes</key>
  291. <array>
  292. <string>remote-notification</string>
  293. </array>
  294. <key>UIMainStoryboardFile</key>
  295. <string>Main</string>
  296. <key>UIRequiredDeviceCapabilities</key>
  297. <array>
  298. <string>armv7</string>
  299. </array>
  300. <key>UISupportedInterfaceOrientations</key>
  301. <array>
  302. <string>UIInterfaceOrientationPortrait</string>
  303. </array>
  304. <key>UIViewControllerBasedStatusBarAppearance</key>
  305. <true/>
  306. </dict>
  307. </plist>