Advertisement
staticfloat

MATLAB Info.plist

Oct 8th, 2011
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.64 KB | None | 0 0
  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>English</string>
  7. <key>CFBundleDocumentTypes</key>
  8. <array>
  9. <dict>
  10. <key>CFBundleTypeExtensions</key>
  11. <array>
  12. <string>fig</string>
  13. </array>
  14. <key>CFBundleTypeIconFile</key>
  15. <string>fig.icns</string>
  16. <key>CFBundleTypeName</key>
  17. <string>MATLAB Figure</string>
  18. <key>CFBundleTypeOSTypes</key>
  19. <array>
  20. <string>FIG0</string>
  21. </array>
  22. <key>CFBundleTypeRole</key>
  23. <string>Viewer</string>
  24. <key>LSIsAppleDefaultForType</key>
  25. <true/>
  26. <key>LSItemContentTypes</key>
  27. <array>
  28. <string>com.mathworks.figure</string>
  29. </array>
  30. </dict>
  31. <dict>
  32. <key>CFBundleTypeExtensions</key>
  33. <array>
  34. <string>m</string>
  35. <string>m~</string>
  36. <string>asv</string>
  37. </array>
  38. <key>CFBundleTypeIconFile</key>
  39. <string>m.icns</string>
  40. <key>CFBundleTypeName</key>
  41. <string>MATLAB Code</string>
  42. <key>CFBundleTypeOSTypes</key>
  43. <array>
  44. <string>MATF</string>
  45. <string>MATS</string>
  46. </array>
  47. <key>CFBundleTypeRole</key>
  48. <string>Editor</string>
  49. <key>LSIsAppleDefaultForType</key>
  50. <true/>
  51. <key>LSItemContentTypes</key>
  52. <array>
  53. <string>com.mathworks.matlab-source</string>
  54. <string>public.objective-c-source</string>
  55. </array>
  56. </dict>
  57. <dict>
  58. <key>CFBundleTypeExtensions</key>
  59. <array>
  60. <string>mlprj</string>
  61. </array>
  62. <key>CFBundleTypeIconFile</key>
  63. <string>mlprj.icns</string>
  64. <key>CFBundleTypeName</key>
  65. <string>MATLAB Project</string>
  66. <key>CFBundleTypeRole</key>
  67. <string>Editor</string>
  68. <key>LSIsAppleDefaultForType</key>
  69. <true/>
  70. <key>LSItemContentTypes</key>
  71. <array>
  72. <string>com.mathworks.matlab-project</string>
  73. </array>
  74. </dict>
  75. <dict>
  76. <key>CFBundleTypeExtensions</key>
  77. <array>
  78. <string>mat</string>
  79. </array>
  80. <key>CFBundleTypeIconFile</key>
  81. <string>mat.icns</string>
  82. <key>CFBundleTypeName</key>
  83. <string>MATLAB Data</string>
  84. <key>CFBundleTypeOSTypes</key>
  85. <array>
  86. <string>MATW</string>
  87. </array>
  88. <key>CFBundleTypeRole</key>
  89. <string>Editor</string>
  90. <key>LSIsAppleDefaultForType</key>
  91. <true/>
  92. <key>LSItemContentTypes</key>
  93. <array>
  94. <string>com.mathworks.workspace</string>
  95. </array>
  96. </dict>
  97. <dict>
  98. <key>CFBundleTypeExtensions</key>
  99. <array>
  100. <string>cdr</string>
  101. </array>
  102. <key>CFBundleTypeIconFile</key>
  103. <string>m.icns</string>
  104. <key>CFBundleTypeName</key>
  105. <string>Stateflow File</string>
  106. <key>CFBundleTypeOSTypes</key>
  107. <array>
  108. <string>STAT</string>
  109. </array>
  110. <key>CFBundleTypeRole</key>
  111. <string>Editor</string>
  112. <key>LSIsAppleDefaultForType</key>
  113. <true/>
  114. <key>LSItemContentTypes</key>
  115. <array>
  116. <string>com.mathworks.stateflow</string>
  117. <string>com.apple.disk-image-cdr</string>
  118. </array>
  119. </dict>
  120. <dict>
  121. <key>CFBundleTypeExtensions</key>
  122. <array>
  123. <string>rpt</string>
  124. </array>
  125. <key>CFBundleTypeIconFile</key>
  126. <string>generic.icns</string>
  127. <key>CFBundleTypeName</key>
  128. <string>Report Generator File</string>
  129. <key>CFBundleTypeOSTypes</key>
  130. <array>
  131. <string>RPT0</string>
  132. </array>
  133. <key>CFBundleTypeRole</key>
  134. <string>Editor</string>
  135. <key>LSItemContentTypes</key>
  136. <array>
  137. <string>com.mathworks.report</string>
  138. </array>
  139. </dict>
  140. <dict>
  141. <key>CFBundleTypeExtensions</key>
  142. <array>
  143. <string>mdl</string>
  144. </array>
  145. <key>CFBundleTypeIconFile</key>
  146. <string>mdl.icns</string>
  147. <key>CFBundleTypeName</key>
  148. <string>Simulink Model</string>
  149. <key>CFBundleTypeOSTypes</key>
  150. <array>
  151. <string>MDLS</string>
  152. </array>
  153. <key>CFBundleTypeRole</key>
  154. <string>Editor</string>
  155. <key>LSIsAppleDefaultForType</key>
  156. <true/>
  157. <key>LSItemContentTypes</key>
  158. <array>
  159. <string>com.mathworks.simulink-model</string>
  160. </array>
  161. </dict>
  162. <dict>
  163. <key>CFBundleTypeExtensions</key>
  164. <array>
  165. <string>mexmac</string>
  166. <string>mexmaci</string>
  167. <string>mexmaci64</string>
  168. </array>
  169. <key>CFBundleTypeIconFile</key>
  170. <string>mex.icns</string>
  171. <key>CFBundleTypeName</key>
  172. <string>MATLAB MEX</string>
  173. <key>CFBundleTypeOSTypes</key>
  174. <array>
  175. <string>MEX0</string>
  176. </array>
  177. <key>CFBundleTypeRole</key>
  178. <string>Viewer</string>
  179. <key>LSItemContentTypes</key>
  180. <array>
  181. <string>com.mathworks.mach-o-binary</string>
  182. </array>
  183. </dict>
  184. <dict>
  185. <key>CFBundleTypeExtensions</key>
  186. <array>
  187. <string>mexglx</string>
  188. <string>mexsol</string>
  189. <string>mexhpux</string>
  190. <string>mexsg</string>
  191. <string>mexsg64</string>
  192. <string>mexa64</string>
  193. <string>mexw64</string>
  194. <string>mexw32</string>
  195. </array>
  196. <key>CFBundleTypeIconFile</key>
  197. <string>mex.icns</string>
  198. <key>CFBundleTypeName</key>
  199. <string>MATLAB MEX</string>
  200. <key>CFBundleTypeRole</key>
  201. <string>Viewer</string>
  202. <key>LSItemContentTypes</key>
  203. <array>
  204. <string>com.mathworks.non-native-binary</string>
  205. </array>
  206. </dict>
  207. <dict>
  208. <key>CFBundleTypeExtensions</key>
  209. <array>
  210. <string>p</string>
  211. </array>
  212. <key>CFBundleTypeIconFile</key>
  213. <string>p.icns</string>
  214. <key>CFBundleTypeName</key>
  215. <string>MATLAB P-Code</string>
  216. <key>CFBundleTypeOSTypes</key>
  217. <array>
  218. <string>PCod</string>
  219. </array>
  220. <key>CFBundleTypeRole</key>
  221. <string>Viewer</string>
  222. <key>LSItemContentTypes</key>
  223. <array>
  224. <string>com.mathworks.pcode</string>
  225. </array>
  226. </dict>
  227. <dict>
  228. <key>CFBundleTypeExtensions</key>
  229. <array>
  230. <string>ssc</string>
  231. </array>
  232. <key>CFBundleTypeIconFile</key>
  233. <string>ssc.icns</string>
  234. <key>CFBundleTypeName</key>
  235. <string>Simscape Model</string>
  236. <key>CFBundleTypeOSTypes</key>
  237. <array>
  238. <string>ssc</string>
  239. </array>
  240. <key>CFBundleTypeRole</key>
  241. <string>Viewer</string>
  242. <key>LSItemContentTypes</key>
  243. <array>
  244. <string>com.mathworks.simscape-model</string>
  245. </array>
  246. </dict>
  247. <dict>
  248. <key>CFBundleTypeExtensions</key>
  249. <array>
  250. <string>html</string>
  251. </array>
  252. <key>CFBundleTypeIconFile</key>
  253. <string>generic.icns</string>
  254. <key>CFBundleTypeName</key>
  255. <string>HTML document</string>
  256. <key>CFBundleTypeOSTypes</key>
  257. <array>
  258. <string>HTML</string>
  259. </array>
  260. <key>CFBundleTypeRole</key>
  261. <string>Viewer</string>
  262. <key>LSItemContentTypes</key>
  263. <array>
  264. <string>com.mathworks.html</string>
  265. <string>public.html</string>
  266. </array>
  267. </dict>
  268. <dict>
  269. <key>CFBundleTypeExtensions</key>
  270. <array>
  271. <string>mu</string>
  272. <string>.mu</string>
  273. </array>
  274. <key>CFBundleTypeIconFile</key>
  275. <string>MuFile.icns</string>
  276. <key>CFBundleTypeName</key>
  277. <string>MuPAD Code</string>
  278. <key>CFBundleTypeRole</key>
  279. <string>Editor</string>
  280. <key>LSIsAppleDefaultForType</key>
  281. <true/>
  282. </dict>
  283. <dict>
  284. <key>CFBundleTypeExtensions</key>
  285. <array>
  286. <string>mn</string>
  287. <string>.mn</string>
  288. </array>
  289. <key>CFBundleTypeIconFile</key>
  290. <string>Notebook.icns</string>
  291. <key>CFBundleTypeName</key>
  292. <string>MuPAD Notebook</string>
  293. <key>CFBundleTypeRole</key>
  294. <string>Editor</string>
  295. <key>LSIsAppleDefaultForType</key>
  296. <true/>
  297. </dict>
  298. <dict>
  299. <key>CFBundleTypeExtensions</key>
  300. <array>
  301. <string>xvc</string>
  302. <string>.xvc</string>
  303. </array>
  304. <key>CFBundleTypeIconFile</key>
  305. <string>MuPlot.icns</string>
  306. <key>CFBundleTypeName</key>
  307. <string>MuPAD Graphics</string>
  308. <key>CFBundleTypeRole</key>
  309. <string>Editor</string>
  310. <key>LSIsAppleDefaultForType</key>
  311. <true/>
  312. </dict>
  313. <dict>
  314. <key>CFBundleTypeExtensions</key>
  315. <array>
  316. <string>xvz</string>
  317. <string>.xvz</string>
  318. </array>
  319. <key>CFBundleTypeIconFile</key>
  320. <string>MuPlot.icns</string>
  321. <key>CFBundleTypeName</key>
  322. <string>MuPAD Graphics</string>
  323. <key>CFBundleTypeRole</key>
  324. <string>Editor</string>
  325. <key>LSIsAppleDefaultForType</key>
  326. <true/>
  327. </dict>
  328. <dict>
  329. <key>CFBundleTypeExtensions</key>
  330. <array>
  331. <string>muphlp</string>
  332. <string>.muphlp</string>
  333. </array>
  334. <key>CFBundleTypeIconFile</key>
  335. <string>MupHelp.icns</string>
  336. <key>CFBundleTypeName</key>
  337. <string>MuPAD Help</string>
  338. <key>CFBundleTypeRole</key>
  339. <string>Viewer</string>
  340. <key>LSIsAppleDefaultForType</key>
  341. <true/>
  342. </dict>
  343. </array>
  344. <key>CFBundleExecutable</key>
  345. <string>StartMATLAB</string>
  346. <key>LSApplicationCategoryType</key>
  347. <string></string>
  348. <key>CFBundleIconFile</key>
  349. <string>membrane.icns</string>
  350. <key>CFBundleIdentifier</key>
  351. <string>com.mathworks.matlab</string>
  352. <key>CFBundleInfoDictionaryVersion</key>
  353. <string>6.0</string>
  354. <key>CFBundlePackageType</key>
  355. <string>APPL</string>
  356. <key>CFBundleSignature</key>
  357. <string>MATL</string>
  358. <key>CFBundleVersion</key>
  359. <string>7.13</string>
  360. <key>LSEnvironment</key>
  361. <dict>
  362. <key>MATLAB_USE_USERWORK</key>
  363. <string>1</string>
  364. <key>LM_PROJECT</key>
  365. <string>ATLAS</string>
  366. <key>MLM_LICENSE_FILE</key>
  367. <string>27000@lmas.engr.washington.edu,27000@nexus.engr.washington.edu,27000@persephone.engr.washington.edu</string>
  368. </dict>
  369. <key>LSMinimumSystemVersion</key>
  370. <string>10.6.4</string>
  371. <key>NSAppleScriptEnabled</key>
  372. <true/>
  373. <key>NSHumanReadableCopyright</key>
  374. <string>© 1984-2011 The MathWorks, Inc.,
  375. Protected by U.S. patents. See www.mathworks.com.</string>
  376. <key>NSJavaNeeded</key>
  377. <string>NO</string>
  378. <key>NSJavaPath</key>
  379. <array>
  380. <string>AboutJ.jar</string>
  381. </array>
  382. <key>NSJavaRoot</key>
  383. <string>Contents/Resources/Java</string>
  384. <key>NSMainNibFile</key>
  385. <string>MainMenu</string>
  386. <key>NSPrincipalClass</key>
  387. <string>MWApplication</string>
  388. <key>UTExportedTypeDeclarations</key>
  389. <array>
  390. <dict>
  391. <key>UTTypeConformsTo</key>
  392. <array>
  393. <string>public.data</string>
  394. </array>
  395. <key>UTTypeDescription</key>
  396. <string>MATLAB Figure</string>
  397. <key>UTTypeIconFile</key>
  398. <string>fig.icns</string>
  399. <key>UTTypeIdentifier</key>
  400. <string>com.mathworks.figure</string>
  401. <key>UTTypeReferenceURL</key>
  402. <string>http://www.mathworks.com/</string>
  403. <key>UTTypeTagSpecification</key>
  404. <dict>
  405. <key>com.apple.ostype</key>
  406. <string>FIG0</string>
  407. <key>public.filename-extension</key>
  408. <array>
  409. <string>fig</string>
  410. </array>
  411. <key>public.mime-type</key>
  412. <string>application/x-matlab-figure</string>
  413. </dict>
  414. </dict>
  415. <dict>
  416. <key>UTTypeConformsTo</key>
  417. <array>
  418. <string>public.source-code</string>
  419. </array>
  420. <key>UTTypeDescription</key>
  421. <string>MATLAB Code</string>
  422. <key>UTTypeIconFile</key>
  423. <string>m.icns</string>
  424. <key>UTTypeIdentifier</key>
  425. <string>com.mathworks.matlab-source</string>
  426. <key>UTTypeReferenceURL</key>
  427. <string>http://www.mathworks.com/</string>
  428. <key>UTTypeTagSpecification</key>
  429. <dict>
  430. <key>com.apple.ostype</key>
  431. <array>
  432. <string>MATF</string>
  433. <string>MATS</string>
  434. </array>
  435. <key>public.filename-extension</key>
  436. <array>
  437. <string>m</string>
  438. <string>m~</string>
  439. <string>asv</string>
  440. </array>
  441. </dict>
  442. </dict>
  443. <dict>
  444. <key>UTTypeConformsTo</key>
  445. <array>
  446. <string>public.xml</string>
  447. </array>
  448. <key>UTTypeDescription</key>
  449. <string>MATLAB Project</string>
  450. <key>UTTypeIconFile</key>
  451. <string>mlprj.icns</string>
  452. <key>UTTypeIdentifier</key>
  453. <string>com.mathworks.matlab-project</string>
  454. <key>UTTypeReferenceURL</key>
  455. <string>http://www.mathworks.com/</string>
  456. <key>UTTypeTagSpecification</key>
  457. <dict>
  458. <key>com.apple.ostype</key>
  459. <string>MLPJ</string>
  460. <key>public.filename-extension</key>
  461. <array>
  462. <string>mlprj</string>
  463. </array>
  464. <key>public.mime-type</key>
  465. <string>text/x-matlab-project</string>
  466. </dict>
  467. </dict>
  468. <dict>
  469. <key>UTTypeConformsTo</key>
  470. <array>
  471. <string>public.source-code</string>
  472. </array>
  473. <key>UTTypeDescription</key>
  474. <string>Stateflow File</string>
  475. <key>UTTypeIconFile</key>
  476. <string>m.icns</string>
  477. <key>UTTypeIdentifier</key>
  478. <string>com.mathworks.stateflow</string>
  479. <key>UTTypeReferenceURL</key>
  480. <string>http://www.mathworks.com/</string>
  481. <key>UTTypeTagSpecification</key>
  482. <dict>
  483. <key>com.apple.ostype</key>
  484. <string>STAT</string>
  485. <key>public.filename-extension</key>
  486. <array>
  487. <string>cdr</string>
  488. </array>
  489. </dict>
  490. </dict>
  491. <dict>
  492. <key>UTTypeConformsTo</key>
  493. <array>
  494. <string>public.data</string>
  495. </array>
  496. <key>UTTypeDescription</key>
  497. <string>MATLAB Data</string>
  498. <key>UTTypeIconFile</key>
  499. <string>mat.icns</string>
  500. <key>UTTypeIdentifier</key>
  501. <string>com.mathworks.workspace</string>
  502. <key>UTTypeReferenceURL</key>
  503. <string>http://www.mathworks.com/</string>
  504. <key>UTTypeTagSpecification</key>
  505. <dict>
  506. <key>com.apple.ostype</key>
  507. <string>MATW</string>
  508. <key>public.filename-extension</key>
  509. <array>
  510. <string>mat</string>
  511. </array>
  512. <key>public.mime-type</key>
  513. <string>application/x-matlab-workspace</string>
  514. </dict>
  515. </dict>
  516. <dict>
  517. <key>UTTypeConformsTo</key>
  518. <array>
  519. <string>public.data</string>
  520. </array>
  521. <key>UTTypeDescription</key>
  522. <string>Report Generator File</string>
  523. <key>UTTypeIconFile</key>
  524. <string>generic.icns</string>
  525. <key>UTTypeIdentifier</key>
  526. <string>com.mathworks.report</string>
  527. <key>UTTypeReferenceURL</key>
  528. <string>http://www.mathworks.com/</string>
  529. <key>UTTypeTagSpecification</key>
  530. <dict>
  531. <key>com.apple.ostype</key>
  532. <string>RPT0</string>
  533. <key>public.filename-extension</key>
  534. <array>
  535. <string>rpt</string>
  536. </array>
  537. </dict>
  538. </dict>
  539. <dict>
  540. <key>UTTypeConformsTo</key>
  541. <array>
  542. <string>public.data</string>
  543. </array>
  544. <key>UTTypeDescription</key>
  545. <string>Simulink Model</string>
  546. <key>UTTypeIconFile</key>
  547. <string>mdl.icns</string>
  548. <key>UTTypeIdentifier</key>
  549. <string>com.mathworks.simulink-model</string>
  550. <key>UTTypeReferenceURL</key>
  551. <string>http://www.mathworks.com/</string>
  552. <key>UTTypeTagSpecification</key>
  553. <dict>
  554. <key>com.apple.ostype</key>
  555. <string>MDLS</string>
  556. <key>public.filename-extension</key>
  557. <array>
  558. <string>mdl</string>
  559. </array>
  560. <key>public.mime-type</key>
  561. <string>application/x-simulink-model</string>
  562. </dict>
  563. </dict>
  564. <dict>
  565. <key>UTTypeConformsTo</key>
  566. <array>
  567. <string>com.apple.mach-o-binary</string>
  568. </array>
  569. <key>UTTypeDescription</key>
  570. <string>MATLAB MEX</string>
  571. <key>UTTypeIconFile</key>
  572. <string>mex.icns</string>
  573. <key>UTTypeIdentifier</key>
  574. <string>com.mathworks.mach-o-binary</string>
  575. <key>UTTypeReferenceURL</key>
  576. <string>http://www.mathworks.com/</string>
  577. <key>UTTypeTagSpecification</key>
  578. <dict>
  579. <key>public.filename-extension</key>
  580. <array>
  581. <string>mexmac</string>
  582. <string>mexmaci</string>
  583. <string>mexmaci64</string>
  584. </array>
  585. </dict>
  586. </dict>
  587. <dict>
  588. <key>UTTypeConformsTo</key>
  589. <array>
  590. <string>public.data</string>
  591. </array>
  592. <key>UTTypeDescription</key>
  593. <string>MATLAB MEX</string>
  594. <key>UTTypeIconFile</key>
  595. <string>mex.icns</string>
  596. <key>UTTypeIdentifier</key>
  597. <string>com.mathworks.non-native-binary</string>
  598. <key>UTTypeReferenceURL</key>
  599. <string>http://www.mathworks.com/</string>
  600. <key>UTTypeTagSpecification</key>
  601. <dict>
  602. <key>public.filename-extension</key>
  603. <array>
  604. <string>mexglx</string>
  605. <string>mexsol</string>
  606. <string>mexsol64</string>
  607. <string>mexhpux</string>
  608. <string>mexsg</string>
  609. <string>mexsg64</string>
  610. <string>mexa64</string>
  611. <string>mexw64</string>
  612. <string>mexw32</string>
  613. </array>
  614. </dict>
  615. </dict>
  616. <dict>
  617. <key>UTTypeConformsTo</key>
  618. <array>
  619. <string>public.data</string>
  620. </array>
  621. <key>UTTypeDescription</key>
  622. <string>MATLAB Code</string>
  623. <key>UTTypeIconFile</key>
  624. <string>p.icns</string>
  625. <key>UTTypeIdentifier</key>
  626. <string>com.mathworks.pcode</string>
  627. <key>UTTypeReferenceURL</key>
  628. <string>http://www.mathworks.com/</string>
  629. <key>UTTypeTagSpecification</key>
  630. <dict>
  631. <key>com.apple.ostype</key>
  632. <string>PCod</string>
  633. <key>public.filename-extension</key>
  634. <array>
  635. <string>p</string>
  636. </array>
  637. </dict>
  638. </dict>
  639. <dict>
  640. <key>UTTypeConformsTo</key>
  641. <array>
  642. <string>public.data</string>
  643. </array>
  644. <key>UTTypeDescription</key>
  645. <string>Simscape Model</string>
  646. <key>UTTypeIconFile</key>
  647. <string>ssc.icns</string>
  648. <key>UTTypeIdentifier</key>
  649. <string>com.mathworks.simscape-model</string>
  650. <key>UTTypeReferenceURL</key>
  651. <string>http://www.mathworks.com/</string>
  652. <key>UTTypeTagSpecification</key>
  653. <dict>
  654. <key>com.apple.ostype</key>
  655. <string>ssc</string>
  656. <key>public.filename-extension</key>
  657. <array>
  658. <string>ssc</string>
  659. </array>
  660. </dict>
  661. </dict>
  662. <dict>
  663. <key>UTTypeConformsTo</key>
  664. <array>
  665. <string>public.html</string>
  666. </array>
  667. <key>UTTypeDescription</key>
  668. <string>HTML document</string>
  669. <key>UTTypeIconFile</key>
  670. <string>generic.icns</string>
  671. <key>UTTypeIdentifier</key>
  672. <string>com.mathworks.html</string>
  673. <key>UTTypeReferenceURL</key>
  674. <string>http://www.mathworks.com/</string>
  675. <key>UTTypeTagSpecification</key>
  676. <dict>
  677. <key>com.apple.ostype</key>
  678. <string>HTML</string>
  679. <key>public.filename-extension</key>
  680. <array>
  681. <string>html</string>
  682. </array>
  683. </dict>
  684. </dict>
  685. <dict>
  686. <key>UTTypeConformsTo</key>
  687. <array>
  688. <string>public.data</string>
  689. </array>
  690. <key>UTTypeDescription</key>
  691. <string>MuPAD Code</string>
  692. <key>UTTypeIconFile</key>
  693. <string>MuFile.icns</string>
  694. <key>UTTypeIdentifier</key>
  695. <string>com.mathworks.mupad</string>
  696. <key>UTTypeReferenceURL</key>
  697. <string>http://www.mathworks.com/</string>
  698. <key>UTTypeTagSpecification</key>
  699. <dict>
  700. <key>public.filename-extension</key>
  701. <array>
  702. <string>mu</string>
  703. </array>
  704. </dict>
  705. </dict>
  706. <dict>
  707. <key>UTTypeConformsTo</key>
  708. <array>
  709. <string>public.data</string>
  710. </array>
  711. <key>UTTypeDescription</key>
  712. <string>MuPAD Notebook</string>
  713. <key>UTTypeIconFile</key>
  714. <string>Notebook.icns</string>
  715. <key>UTTypeIdentifier</key>
  716. <string>com.mathworks.mupad-notebook</string>
  717. <key>UTTypeReferenceURL</key>
  718. <string>http://www.mathworks.com/</string>
  719. <key>UTTypeTagSpecification</key>
  720. <dict>
  721. <key>public.filename-extension</key>
  722. <array>
  723. <string>mn</string>
  724. </array>
  725. </dict>
  726. </dict>
  727. <dict>
  728. <key>UTTypeConformsTo</key>
  729. <array>
  730. <string>public.data</string>
  731. </array>
  732. <key>UTTypeDescription</key>
  733. <string>MuPAD Graphics</string>
  734. <key>UTTypeIconFile</key>
  735. <string>MuPlot.icns</string>
  736. <key>UTTypeIdentifier</key>
  737. <string>com.mathworks.mupad-graphic</string>
  738. <key>UTTypeReferenceURL</key>
  739. <string>http://www.mathworks.com/</string>
  740. <key>UTTypeTagSpecification</key>
  741. <dict>
  742. <key>public.filename-extension</key>
  743. <array>
  744. <string>xvc</string>
  745. </array>
  746. </dict>
  747. </dict>
  748. <dict>
  749. <key>UTTypeConformsTo</key>
  750. <array>
  751. <string>public.data</string>
  752. </array>
  753. <key>UTTypeDescription</key>
  754. <string>MuPAD Graphics</string>
  755. <key>UTTypeIconFile</key>
  756. <string>MuPlot.icns</string>
  757. <key>UTTypeIdentifier</key>
  758. <string>com.mathworks.mupad-graphic-compressed</string>
  759. <key>UTTypeReferenceURL</key>
  760. <string>http://www.mathworks.com/</string>
  761. <key>UTTypeTagSpecification</key>
  762. <dict>
  763. <key>public.filename-extension</key>
  764. <array>
  765. <string>xvz</string>
  766. </array>
  767. </dict>
  768. </dict>
  769. <dict>
  770. <key>UTTypeConformsTo</key>
  771. <array>
  772. <string>public.data</string>
  773. </array>
  774. <key>UTTypeDescription</key>
  775. <string>MuPAD Help</string>
  776. <key>UTTypeIconFile</key>
  777. <string>MupHelp.icns</string>
  778. <key>UTTypeIdentifier</key>
  779. <string>com.mathworks.mupad-help</string>
  780. <key>UTTypeReferenceURL</key>
  781. <string>http://www.mathworks.com/</string>
  782. <key>UTTypeTagSpecification</key>
  783. <dict>
  784. <key>public.filename-extension</key>
  785. <array>
  786. <string>muphlp</string>
  787. </array>
  788. </dict>
  789. </dict>
  790. </array>
  791. <key>UTImportedTypeDeclarations</key>
  792. <array/>
  793. </dict>
  794. </plist>
  795.  
  796.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement