VLC for iOS-Info.plist 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  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>CFBundleDisplayName</key>
  8. <string>VLC</string>
  9. <key>CFBundleDocumentTypes</key>
  10. <array>
  11. <dict>
  12. <key>CFBundleTypeIconFiles</key>
  13. <array/>
  14. <key>CFBundleTypeName</key>
  15. <string>Video Files</string>
  16. <key>LSItemContentTypes</key>
  17. <array>
  18. <string>public.audiovisual-content</string>
  19. <string>public.movie</string>
  20. <string>public.video</string>
  21. <string>public.avi</string>
  22. <string>com.microsoft.advanced-systems-format</string>
  23. <string>com.microsoft.windows-media-wmv</string>
  24. <string>public.3gpp</string>
  25. <string>public.3gpp2</string>
  26. <string>public.mpeg-4</string>
  27. <string>public.mpeg</string>
  28. <string>com.microsoft.windows-media-wm</string>
  29. <string>com.microsoft.windows-media-wmv</string>
  30. <string>com.real.realmedia</string>
  31. <string>com.apple.quicktime-movie</string>
  32. <string>org.matroska.video</string>
  33. <string>public.mpeg4</string>
  34. </array>
  35. </dict>
  36. <dict>
  37. <key>CFBundleTypeIconFiles</key>
  38. <array/>
  39. <key>CFBundleTypeName</key>
  40. <string>Audio Files</string>
  41. <key>LSItemContentTypes</key>
  42. <array>
  43. <string>public.audio</string>
  44. <string>public.mp3</string>
  45. <string>public.mpeg-4-audio</string>
  46. <string>public.ulaw-audio</string>
  47. <string>public.aifc-audio</string>
  48. <string>public.aiff-audio</string>
  49. <string>com.microsoft.waveform-​audio</string>
  50. <string>com.microsoft.windows-​media-wma</string>
  51. <string>com.real.realaudio</string>
  52. </array>
  53. </dict>
  54. </array>
  55. <key>CFBundleExecutable</key>
  56. <string>${EXECUTABLE_NAME}</string>
  57. <key>CFBundleIcons</key>
  58. <dict>
  59. <key>CFBundlePrimaryIcon</key>
  60. <dict>
  61. <key>CFBundleIconFiles</key>
  62. <array>
  63. <string>Icon.png</string>
  64. <string>Icon@2x.png</string>
  65. <string>Icon-72.png</string>
  66. <string>Icon-72@2x.png</string>
  67. </array>
  68. <key>UIPrerenderedIcon</key>
  69. <true/>
  70. </dict>
  71. </dict>
  72. <key>CFBundleIdentifier</key>
  73. <string>org.videolan.vlc-ios</string>
  74. <key>CFBundleInfoDictionaryVersion</key>
  75. <string>6.0</string>
  76. <key>CFBundleName</key>
  77. <string>VLC for iOS</string>
  78. <key>CFBundlePackageType</key>
  79. <string>APPL</string>
  80. <key>CFBundleShortVersionString</key>
  81. <string>2.1</string>
  82. <key>CFBundleSignature</key>
  83. <string>????</string>
  84. <key>CFBundleURLTypes</key>
  85. <array>
  86. <dict>
  87. <key>CFBundleTypeRole</key>
  88. <string>Viewer</string>
  89. <key>CFBundleURLName</key>
  90. <string>RTSP</string>
  91. <key>CFBundleURLSchemes</key>
  92. <array>
  93. <string>rtsp</string>
  94. </array>
  95. </dict>
  96. <dict>
  97. <key>CFBundleTypeRole</key>
  98. <string>Viewer</string>
  99. <key>CFBundleURLName</key>
  100. <string>Multimedia Stream URL</string>
  101. <key>CFBundleURLSchemes</key>
  102. <array>
  103. <string>mms</string>
  104. <string>mmsh</string>
  105. </array>
  106. </dict>
  107. <dict>
  108. <key>CFBundleTypeRole</key>
  109. <string>Viewer</string>
  110. <key>CFBundleURLName</key>
  111. <string>UDP URL</string>
  112. <key>CFBundleURLSchemes</key>
  113. <array>
  114. <string>udp</string>
  115. </array>
  116. </dict>
  117. <dict>
  118. <key>CFBundleTypeRole</key>
  119. <string>Viewer</string>
  120. <key>CFBundleURLName</key>
  121. <string>RTP URL</string>
  122. <key>CFBundleURLSchemes</key>
  123. <array>
  124. <string>rtp</string>
  125. </array>
  126. </dict>
  127. <dict>
  128. <key>CFBundleTypeRole</key>
  129. <string>Viewer</string>
  130. <key>CFBundleURLName</key>
  131. <string>RTMP</string>
  132. <key>CFBundleURLSchemes</key>
  133. <array>
  134. <string>rtmp</string>
  135. </array>
  136. </dict>
  137. <dict>
  138. <key>CFBundleTypeRole</key>
  139. <string>Viewer</string>
  140. <key>CFBundleURLName</key>
  141. <string>SFTP</string>
  142. <key>CFBundleURLSchemes</key>
  143. <array>
  144. <string>sftp</string>
  145. </array>
  146. </dict>
  147. <dict>
  148. <key>CFBundleTypeRole</key>
  149. <string>Viewer</string>
  150. <key>CFBundleURLName</key>
  151. <string>FTP</string>
  152. <key>CFBundleURLSchemes</key>
  153. <array>
  154. <string>ftp</string>
  155. </array>
  156. </dict>
  157. <dict>
  158. <key>CFBundleTypeRole</key>
  159. <string>Viewer</string>
  160. <key>CFBundleURLName</key>
  161. <string>SMB</string>
  162. <key>CFBundleURLSchemes</key>
  163. <array>
  164. <string>smb</string>
  165. </array>
  166. </dict>
  167. <dict>
  168. <key>CFBundleTypeRole</key>
  169. <string>Viewer</string>
  170. <key>CFBundleURLName</key>
  171. <string>Dropbox</string>
  172. <key>CFBundleURLSchemes</key>
  173. <array>
  174. <string>db-a60fc6qj9zdg7bw</string>
  175. </array>
  176. </dict>
  177. <dict>
  178. <key>CFBundleTypeRole</key>
  179. <string>Viewer</string>
  180. <key>CFBundleURLName</key>
  181. <string>VLC</string>
  182. <key>CFBundleURLSchemes</key>
  183. <array>
  184. <string>vlc</string>
  185. </array>
  186. </dict>
  187. </array>
  188. <key>CFBundleVersion</key>
  189. <string>2.1</string>
  190. <key>LSRequiresIPhoneOS</key>
  191. <true/>
  192. <key>UIBackgroundModes</key>
  193. <array>
  194. <string>audio</string>
  195. </array>
  196. <key>UIFileSharingEnabled</key>
  197. <true/>
  198. <key>UIPrerenderedIcon</key>
  199. <true/>
  200. <key>UIRequiredDeviceCapabilities</key>
  201. <array>
  202. <string>armv7</string>
  203. </array>
  204. <key>UIStatusBarTintParameters</key>
  205. <dict>
  206. <key>UINavigationBar</key>
  207. <dict>
  208. <key>Style</key>
  209. <string>UIBarStyleDefault</string>
  210. <key>Translucent</key>
  211. <false/>
  212. </dict>
  213. </dict>
  214. <key>UISupportedInterfaceOrientations</key>
  215. <array>
  216. <string>UIInterfaceOrientationPortrait</string>
  217. <string>UIInterfaceOrientationLandscapeLeft</string>
  218. <string>UIInterfaceOrientationLandscapeRight</string>
  219. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  220. </array>
  221. <key>UISupportedInterfaceOrientations~ipad</key>
  222. <array>
  223. <string>UIInterfaceOrientationPortrait</string>
  224. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  225. <string>UIInterfaceOrientationLandscapeLeft</string>
  226. <string>UIInterfaceOrientationLandscapeRight</string>
  227. </array>
  228. <key>UIViewControllerBasedStatusBarAppearance</key>
  229. <false/>
  230. <key>UTImportedTypeDeclarations</key>
  231. <array>
  232. <dict>
  233. <key>UTTypeConformsTo</key>
  234. <array>
  235. <string>public.movie</string>
  236. </array>
  237. <key>UTTypeDescription</key>
  238. <string>Flash VIdeo</string>
  239. <key>UTTypeIdentifier</key>
  240. <string>com.adobe.flash-video</string>
  241. </dict>
  242. <dict>
  243. <key>UTTypeConformsTo</key>
  244. <array>
  245. <string>public.movie</string>
  246. </array>
  247. <key>UTTypeDescription</key>
  248. <string>Ogg Video</string>
  249. <key>UTTypeIdentifier</key>
  250. <string>org.xiph.ogg</string>
  251. </dict>
  252. <dict>
  253. <key>UTTypeConformsTo</key>
  254. <array>
  255. <string>public.avi</string>
  256. </array>
  257. <key>UTTypeDescription</key>
  258. <string>DivX</string>
  259. <key>UTTypeIdentifier</key>
  260. <string>com.divx.divx</string>
  261. </dict>
  262. <dict>
  263. <key>UTTypeConformsTo</key>
  264. <array>
  265. <string>public.movie</string>
  266. </array>
  267. <key>UTTypeDescription</key>
  268. <string>Matroska</string>
  269. <key>UTTypeIdentifier</key>
  270. <string>org.matroska.mkv</string>
  271. </dict>
  272. <dict>
  273. <key>UTTypeConformsTo</key>
  274. <array>
  275. <string>public.audio</string>
  276. </array>
  277. <key>UTTypeDescription</key>
  278. <string>Flac</string>
  279. <key>UTTypeIdentifier</key>
  280. <string>org.videolan.flac</string>
  281. </dict>
  282. <dict>
  283. <key>UTTypeConformsTo</key>
  284. <array>
  285. <string>public.audio</string>
  286. </array>
  287. <key>UTTypeDescription</key>
  288. <string>OPUS</string>
  289. <key>UTTypeIdentifier</key>
  290. <string>org.videolan.opus</string>
  291. </dict>
  292. <dict>
  293. <key>UTTypeConformsTo</key>
  294. <array>
  295. <string>public.audio</string>
  296. </array>
  297. <key>UTTypeDescription</key>
  298. <string>Ogg Audio</string>
  299. <key>UTTypeIdentifier</key>
  300. <string>org.xiph.oga</string>
  301. </dict>
  302. <dict>
  303. <key>UTTypeConformsTo</key>
  304. <array>
  305. <string>public.video</string>
  306. </array>
  307. <key>UTTypeDescription</key>
  308. <string>MXF</string>
  309. <key>UTTypeIdentifier</key>
  310. <string>org.videolan.mxf</string>
  311. </dict>
  312. <dict>
  313. <key>UTTypeConformsTo</key>
  314. <array>
  315. <string>public.video</string>
  316. </array>
  317. <key>UTTypeDescription</key>
  318. <string>WebM</string>
  319. <key>UTTypeIdentifier</key>
  320. <string>org.videolan.webm</string>
  321. </dict>
  322. </array>
  323. </dict>
  324. </plist>