Info.plist 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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>ITSAppUsesNonExemptEncryption</key>
  6. <false/>
  7. <key>CFBundleAllowMixedLocalizations</key>
  8. <true/>
  9. <key>CFBundleDocumentTypes</key>
  10. <array>
  11. <dict>
  12. <key>CFBundleTypeName</key>
  13. <string>Colexiu</string>
  14. <key>LSHandlerRank</key>
  15. <string>Default</string>
  16. <key>LSItemContentTypes</key>
  17. <array>
  18. <string>com.adobe.pdf</string>
  19. <string>com.microsoft.word.doc</string>
  20. <string>com.microsoft.powerpoint.ppt</string>
  21. <string>public.item</string>
  22. <string>public.data</string>
  23. <string>public.text</string>
  24. <string>public.content</string>
  25. <string>public.composite-content</string>
  26. <string>public.audio</string>
  27. <string>public.image</string>
  28. </array>
  29. </dict>
  30. </array>
  31. <key>CFBundleLocalizations</key>
  32. <array>
  33. <string>zh_CN</string>
  34. </array>
  35. <key>CFBundleURLTypes</key>
  36. <array>
  37. <dict>
  38. <key>CFBundleTypeRole</key>
  39. <string>Editor</string>
  40. <key>CFBundleURLSchemes</key>
  41. <array>
  42. <string>ColexiuStudent</string>
  43. </array>
  44. </dict>
  45. <dict>
  46. <key>CFBundleTypeRole</key>
  47. <string>Editor</string>
  48. <key>CFBundleURLName</key>
  49. <string>wechat</string>
  50. <key>CFBundleURLSchemes</key>
  51. <array>
  52. <string>wx97408cd22c879ff7</string>
  53. </array>
  54. </dict>
  55. <dict>
  56. <key>CFBundleTypeRole</key>
  57. <string>Editor</string>
  58. <key>CFBundleURLName</key>
  59. <string>sina</string>
  60. <key>CFBundleURLSchemes</key>
  61. <array>
  62. <string>wb3712190405</string>
  63. </array>
  64. </dict>
  65. </array>
  66. <key>LSApplicationQueriesSchemes</key>
  67. <array>
  68. <string>alipays</string>
  69. <string>weixin</string>
  70. <string>weixinULAPI</string>
  71. <string>wechat</string>
  72. <string>sinaweibohd</string>
  73. <string>sinaweibo</string>
  74. <string>sinaweibosso</string>
  75. <string>weibosdk</string>
  76. <string>weibosdk2.5</string>
  77. </array>
  78. <key>NSAppTransportSecurity</key>
  79. <dict>
  80. <key>NSAllowsArbitraryLoads</key>
  81. <true/>
  82. </dict>
  83. <key>UIBackgroundModes</key>
  84. <array>
  85. <string>remote-notification</string>
  86. <string>voip</string>
  87. </array>
  88. <key>UIViewControllerBasedStatusBarAppearance</key>
  89. <false/>
  90. </dict>
  91. </plist>