1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple Computer//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 <!-- UTI declarations for OS X >= 10.4 --> 8 <key>UTExportedTypeDeclarations</key> 9 <array> 10 <!-- Writer documents --> 11 <dict> 12 <key>UTTypeIdentifier</key> 13 <string>org.openoffice.text</string> 14 <key>UTTypeDescription</key> 15 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Text</string> 16 <key>UTTypeConformsTo</key> 17 <array> 18 <string>public.data</string> 19 <string>public.content</string> 20 </array> 21 <key>UTTypeTagSpecification</key> 22 <dict> 23 <key>public.filename-extension</key> 24 <array> 25 <string>sxw</string> 26 <string>sdw</string> 27 </array> 28 <key>public.mime-type</key> 29 <array> 30 <string>application/vnd.sun.xml.writer</string> 31 <string>application/vnd.stardivision.writer</string> 32 </array> 33 </dict> 34 </dict> 35 <dict> 36 <key>UTTypeIdentifier</key> 37 <string>org.oasis-open.opendocument.text</string> 38 <key>UTTypeDescription</key> 39 <string>OpenDocument Text</string> 40 <key>UTTypeConformsTo</key> 41 <array> 42 <string>public.data</string> 43 <string>public.content</string> 44 </array> 45 <key>UTTypeTagSpecification</key> 46 <dict> 47 <key>public.filename-extension</key> 48 <array> 49 <string>odt</string> 50 </array> 51 <key>public.mime-type</key> 52 <array> 53 <string>application/vnd.oasis.opendocument.text</string> 54 </array> 55 </dict> 56 </dict> 57 58 <!-- Calc documents --> 59 <dict> 60 <key>UTTypeIdentifier</key> 61 <string>org.openoffice.spreadsheet</string> 62 <key>UTTypeDescription</key> 63 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Spreadsheet</string> 64 <key>UTTypeConformsTo</key> 65 <array> 66 <string>public.data</string> 67 <string>public.content</string> 68 </array> 69 <key>UTTypeTagSpecification</key> 70 <dict> 71 <key>public.filename-extension</key> 72 <array> 73 <string>sxc</string> 74 <string>sdc</string> 75 </array> 76 <key>public.mime-type</key> 77 <array> 78 <string>application/vnd.sun.xml.calc</string> 79 <string>application/vnd.stardivision.calc</string> 80 </array> 81 </dict> 82 </dict> 83 <dict> 84 <key>UTTypeIdentifier</key> 85 <string>org.oasis-open.opendocument.spreadsheet</string> 86 <key>UTTypeDescription</key> 87 <string>OpenDocument Spreadsheet</string> 88 <key>UTTypeConformsTo</key> 89 <array> 90 <string>public.data</string> 91 <string>public.content</string> 92 </array> 93 <key>UTTypeTagSpecification</key> 94 <dict> 95 <key>public.filename-extension</key> 96 <array> 97 <string>ods</string> 98 </array> 99 <key>public.mime-type</key> 100 <array> 101 <string>application/vnd.oasis.opendocument.spreadsheet</string> 102 </array> 103 </dict> 104 </dict> 105 106 <!-- Impress documents --> 107 <dict> 108 <key>UTTypeIdentifier</key> 109 <string>org.openoffice.presentation</string> 110 <key>UTTypeDescription</key> 111 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Presentation</string> 112 <key>UTTypeConformsTo</key> 113 <array> 114 <string>public.data</string> 115 <string>public.content</string> 116 </array> 117 <key>UTTypeTagSpecification</key> 118 <dict> 119 <key>public.filename-extension</key> 120 <array> 121 <string>sxi</string> 122 <string>sdd</string> 123 <string>sdp</string> 124 </array> 125 <key>public.mime-type</key> 126 <array> 127 <string>application/vnd.sun.xml.impress</string> 128 <string>application/vnd.stardivision.impress</string> 129 <string>application/vnd.stardivision.impress-packed</string> 130 </array> 131 </dict> 132 </dict> 133 <dict> 134 <key>UTTypeIdentifier</key> 135 <string>org.oasis-open.opendocument.presentation</string> 136 <key>UTTypeDescription</key> 137 <string>OpenDocument Presentation</string> 138 <key>UTTypeConformsTo</key> 139 <array> 140 <string>public.data</string> 141 <string>public.content</string> 142 </array> 143 <key>UTTypeTagSpecification</key> 144 <dict> 145 <key>public.filename-extension</key> 146 <array> 147 <string>odp</string> 148 </array> 149 <key>public.mime-type</key> 150 <array> 151 <string>application/vnd.oasis.opendocument.presentation</string> 152 </array> 153 </dict> 154 </dict> 155 156 <!-- Draw documents --> 157 <dict> 158 <key>UTTypeIdentifier</key> 159 <string>org.openoffice.graphics</string> 160 <key>UTTypeDescription</key> 161 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Drawing</string> 162 <key>UTTypeConformsTo</key> 163 <array> 164 <string>public.data</string> 165 <string>public.content</string> 166 </array> 167 <key>UTTypeTagSpecification</key> 168 <dict> 169 <key>public.filename-extension</key> 170 <array> 171 <string>sxd</string> 172 <string>sda</string> 173 </array> 174 <key>public.mime-type</key> 175 <array> 176 <string>application/vnd.sun.xml.draw</string> 177 <string>application/vnd.stardivision.draw</string> 178 </array> 179 </dict> 180 </dict> 181 <dict> 182 <key>UTTypeIdentifier</key> 183 <string>org.oasis-open.opendocument.graphics</string> 184 <key>UTTypeDescription</key> 185 <string>OpenDocument Drawing</string> 186 <key>UTTypeConformsTo</key> 187 <array> 188 <string>public.data</string> 189 <string>public.content</string> 190 </array> 191 <key>UTTypeTagSpecification</key> 192 <dict> 193 <key>public.filename-extension</key> 194 <array> 195 <string>odg</string> 196 </array> 197 <key>public.mime-type</key> 198 <array> 199 <string>application/vnd.oasis.opendocument.graphics</string> 200 </array> 201 </dict> 202 </dict> 203 204 <!-- Text master documents --> 205 <dict> 206 <key>UTTypeIdentifier</key> 207 <string>org.openoffice.text-master</string> 208 <key>UTTypeDescription</key> 209 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Master</string> 210 <key>UTTypeConformsTo</key> 211 <array> 212 <string>public.data</string> 213 <string>public.content</string> 214 </array> 215 <key>UTTypeTagSpecification</key> 216 <dict> 217 <key>public.filename-extension</key> 218 <array> 219 <string>sxg</string> 220 </array> 221 <key>public.mime-type</key> 222 <array> 223 <string>application/vnd.sun.xml.writer.global</string> 224 </array> 225 </dict> 226 </dict> 227 <dict> 228 <key>UTTypeIdentifier</key> 229 <string>org.oasis-open.opendocument.text-master</string> 230 <key>UTTypeDescription</key> 231 <string>OpenDocument Master</string> 232 <key>UTTypeConformsTo</key> 233 <array> 234 <string>public.data</string> 235 <string>public.content</string> 236 </array> 237 <key>UTTypeTagSpecification</key> 238 <dict> 239 <key>public.filename-extension</key> 240 <array> 241 <string>odm</string> 242 </array> 243 <key>public.mime-type</key> 244 <array> 245 <string>application/vnd.oasis.opendocument.text-master</string> 246 </array> 247 </dict> 248 </dict> 249 250 <!-- Math documents --> 251 <dict> 252 <key>UTTypeIdentifier</key> 253 <string>org.openoffice.formula</string> 254 <key>UTTypeDescription</key> 255 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Formula</string> 256 <key>UTTypeConformsTo</key> 257 <array> 258 <string>public.data</string> 259 <string>public.content</string> 260 </array> 261 <key>UTTypeTagSpecification</key> 262 <dict> 263 <key>public.filename-extension</key> 264 <array> 265 <string>sxm</string> 266 <string>smf</string> 267 </array> 268 <key>public.mime-type</key> 269 <array> 270 <string>application/vnd.sun.xml.math</string> 271 <string>application/vnd.stardivision.math</string> 272 </array> 273 </dict> 274 </dict> 275 <dict> 276 <key>UTTypeIdentifier</key> 277 <string>org.oasis-open.opendocument.formula</string> 278 <key>UTTypeDescription</key> 279 <string>OpenDocument Formula</string> 280 <key>UTTypeConformsTo</key> 281 <array> 282 <string>public.data</string> 283 <string>public.content</string> 284 </array> 285 <key>UTTypeTagSpecification</key> 286 <dict> 287 <key>public.filename-extension</key> 288 <array> 289 <string>odf</string> 290 </array> 291 <key>public.mime-type</key> 292 <array> 293 <string>application/vnd.oasis.opendocument.formula</string> 294 </array> 295 </dict> 296 </dict> 297 298 <!-- Text template documents --> 299 <dict> 300 <key>UTTypeIdentifier</key> 301 <string>org.openoffice.text-template</string> 302 <key>UTTypeDescription</key> 303 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Text Template</string> 304 <key>UTTypeConformsTo</key> 305 <array> 306 <string>public.data</string> 307 <string>public.content</string> 308 </array> 309 <key>UTTypeTagSpecification</key> 310 <dict> 311 <key>public.filename-extension</key> 312 <array> 313 <string>stw</string> 314 </array> 315 <key>public.mime-type</key> 316 <array> 317 <string>application/vnd.sun.xml.writer.template</string> 318 </array> 319 </dict> 320 </dict> 321 <dict> 322 <key>UTTypeIdentifier</key> 323 <string>org.oasis-open.opendocument.text-template</string> 324 <key>UTTypeDescription</key> 325 <string>OpenDocument Text Template</string> 326 <key>UTTypeConformsTo</key> 327 <array> 328 <string>public.data</string> 329 <string>public.content</string> 330 </array> 331 <key>UTTypeTagSpecification</key> 332 <dict> 333 <key>public.filename-extension</key> 334 <array> 335 <string>ott</string> 336 </array> 337 <key>public.mime-type</key> 338 <array> 339 <string>application/vnd.oasis.opendocument.text-template</string> 340 </array> 341 </dict> 342 </dict> 343 344 <!-- Spreadsheet template documents --> 345 <dict> 346 <key>UTTypeIdentifier</key> 347 <string>org.openoffice.spreadsheet-template</string> 348 <key>UTTypeDescription</key> 349 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Spreadsheet Template</string> 350 <key>UTTypeConformsTo</key> 351 <array> 352 <string>public.data</string> 353 <string>public.content</string> 354 </array> 355 <key>UTTypeTagSpecification</key> 356 <dict> 357 <key>public.filename-extension</key> 358 <array> 359 <string>stc</string> 360 </array> 361 <key>public.mime-type</key> 362 <array> 363 <string>application/vnd.sun.xml.calc.template</string> 364 </array> 365 </dict> 366 </dict> 367 <dict> 368 <key>UTTypeIdentifier</key> 369 <string>org.oasis-open.opendocument.spreadsheet-template</string> 370 <key>UTTypeDescription</key> 371 <string>OpenDocument Spreadsheet Template</string> 372 <key>UTTypeConformsTo</key> 373 <array> 374 <string>public.data</string> 375 <string>public.content</string> 376 </array> 377 <key>UTTypeTagSpecification</key> 378 <dict> 379 <key>public.filename-extension</key> 380 <array> 381 <string>ots</string> 382 </array> 383 <key>public.mime-type</key> 384 <array> 385 <string>application/vnd.oasis.opendocument.spreadsheet-template</string> 386 </array> 387 </dict> 388 </dict> 389 390 <!-- Presentation template documents --> 391 <dict> 392 <key>UTTypeIdentifier</key> 393 <string>org.openoffice.presentation-template</string> 394 <key>UTTypeDescription</key> 395 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Presentation Template</string> 396 <key>UTTypeConformsTo</key> 397 <array> 398 <string>public.data</string> 399 <string>public.content</string> 400 </array> 401 <key>UTTypeTagSpecification</key> 402 <dict> 403 <key>public.filename-extension</key> 404 <array> 405 <string>sti</string> 406 </array> 407 <key>public.mime-type</key> 408 <array> 409 <string>application/vnd.sun.xml.impress.template</string> 410 </array> 411 </dict> 412 </dict> 413 <dict> 414 <key>UTTypeIdentifier</key> 415 <string>org.oasis-open.opendocument.presentation-template</string> 416 <key>UTTypeDescription</key> 417 <string>OpenDocument Presentation Template</string> 418 <key>UTTypeConformsTo</key> 419 <array> 420 <string>public.data</string> 421 <string>public.content</string> 422 </array> 423 <key>UTTypeTagSpecification</key> 424 <dict> 425 <key>public.filename-extension</key> 426 <array> 427 <string>otp</string> 428 </array> 429 <key>public.mime-type</key> 430 <array> 431 <string>application/vnd.oasis.opendocument.presentation-template</string> 432 </array> 433 </dict> 434 </dict> 435 436 <!-- Drawing template documents --> 437 <dict> 438 <key>UTTypeIdentifier</key> 439 <string>org.openoffice.graphics-template</string> 440 <key>UTTypeDescription</key> 441 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Drawing Template</string> 442 <key>UTTypeConformsTo</key> 443 <array> 444 <string>public.data</string> 445 <string>public.content</string> 446 </array> 447 <key>UTTypeTagSpecification</key> 448 <dict> 449 <key>public.filename-extension</key> 450 <array> 451 <string>std</string> 452 </array> 453 <key>public.mime-type</key> 454 <array> 455 <string>application/vnd.sun.xml.draw.template</string> 456 </array> 457 </dict> 458 </dict> 459 <dict> 460 <key>UTTypeIdentifier</key> 461 <string>org.oasis-open.opendocument.graphics-template</string> 462 <key>UTTypeDescription</key> 463 <string>OpenDocument Drawing Template</string> 464 <key>UTTypeConformsTo</key> 465 <array> 466 <string>public.data</string> 467 <string>public.content</string> 468 </array> 469 <key>UTTypeTagSpecification</key> 470 <dict> 471 <key>public.filename-extension</key> 472 <array> 473 <string>otg</string> 474 </array> 475 <key>public.mime-type</key> 476 <array> 477 <string>application/vnd.oasis.opendocument.graphics-template</string> 478 </array> 479 </dict> 480 </dict> 481 482 <!-- Base documents --> 483 <dict> 484 <key>UTTypeIdentifier</key> 485 <string>org.oasis-open.opendocument.database</string> 486 <key>UTTypeDescription</key> 487 <string>OpenDocument Database</string> 488 <key>UTTypeConformsTo</key> 489 <array> 490 <string>public.data</string> 491 <string>public.content</string> 492 </array> 493 <key>UTTypeTagSpecification</key> 494 <dict> 495 <key>public.filename-extension</key> 496 <array> 497 <string>odb</string> 498 </array> 499 <key>public.mime-type</key> 500 <array> 501 <string>application/vnd.oasis.opendocument.database</string> 502 </array> 503 </dict> 504 </dict> 505 506 <!-- Extensions --> 507 <dict> 508 <key>UTTypeIdentifier</key> 509 <string>org.openoffice.extension</string> 510 <key>UTTypeDescription</key> 511 <string>${PRODUCTNAME} Extension</string> 512 <key>UTTypeConformsTo</key> 513 <array> 514 <string>public.data</string> 515 <string>public.content</string> 516 </array> 517 <key>UTTypeTagSpecification</key> 518 <dict> 519 <key>public.filename-extension</key> 520 <array> 521 <string>oxt</string> 522 </array> 523 <key>public.mime-type</key> 524 <array> 525 <string>application/vnd.openofficeorg.extension</string> 526 </array> 527 </dict> 528 </dict> 529 </array> 530 531 <key>UTImportedTypeDeclarations</key> 532 <array> 533 <!-- Microsoft Word XML --> 534 <dict> 535 <key>UTTypeConformsTo</key> 536 <array> 537 <string>org.openxmlformats.openxml</string> 538 <string>public.composite-content</string> 539 </array> 540 <key>UTTypeDescription</key> 541 <string>Office Open XML word processing document</string> 542 <key>UTTypeIdentifier</key> 543 <string>org.openxmlformats.wordprocessingml.document</string> 544 <key>UTTypeTagSpecification</key> 545 <dict> 546 <key>public.filename-extension</key> 547 <array> 548 <string>docx</string> 549 </array> 550 <key>public.mime-type</key> 551 <array> 552 <string>application/vnd.openxmlformats-officedocument.wordprocessingml.document</string> 553 </array> 554 </dict> 555 </dict> 556 <dict> 557 <key>UTTypeConformsTo</key> 558 <array> 559 <string>org.openxmlformats.openxml</string> 560 <string>public.composite-content</string> 561 <string>public.executable</string> 562 </array> 563 <key>UTTypeDescription</key> 564 <string>Office Open XML word processing document (macros enabled)</string> 565 <key>UTTypeIdentifier</key> 566 <string>org.openxmlformats.wordprocessingml.document.macroenabled</string> 567 <key>UTTypeTagSpecification</key> 568 <dict> 569 <key>public.filename-extension</key> 570 <array> 571 <string>docm</string> 572 </array> 573 <key>public.mime-type</key> 574 <array> 575 <string>application/vnd.ms-word.document.macroEnabled.12</string> 576 </array> 577 </dict> 578 </dict> 579 <dict> 580 <key>UTTypeConformsTo</key> 581 <array> 582 <string>org.openxmlformats.openxml</string> 583 <string>public.composite-content</string> 584 </array> 585 <key>UTTypeDescription</key> 586 <string>Office Open XML word processing template</string> 587 <key>UTTypeIdentifier</key> 588 <string>org.openxmlformats.wordprocessingml.template</string> 589 <key>UTTypeTagSpecification</key> 590 <dict> 591 <key>public.filename-extension</key> 592 <array> 593 <string>dotx</string> 594 </array> 595 <key>public.mime-type</key> 596 <array> 597 <string>application/vnd.openxmlformats-officedocument.wordprocessingml.template</string> 598 </array> 599 </dict> 600 </dict> 601 <dict> 602 <key>UTTypeConformsTo</key> 603 <array> 604 <string>org.openxmlformats.openxml</string> 605 <string>public.composite-content</string> 606 <string>public.executable</string> 607 </array> 608 <key>UTTypeDescription</key> 609 <string>Office Open XML word processing template (macros enabled)</string> 610 <key>UTTypeIdentifier</key> 611 <string>org.openxmlformats.wordprocessingml.template.macroenabled</string> 612 <key>UTTypeTagSpecification</key> 613 <dict> 614 <key>public.filename-extension</key> 615 <array> 616 <string>dotm</string> 617 </array> 618 <key>public.mime-type</key> 619 <array> 620 <string>application/vnd.ms-word.template.macroEnabled.12</string> 621 </array> 622 </dict> 623 </dict> 624 625 <!-- Microsoft Excel XML --> 626 <dict> 627 <key>UTTypeConformsTo</key> 628 <array> 629 <string>org.openxmlformats.openxml</string> 630 <string>public.composite-content</string> 631 </array> 632 <key>UTTypeDescription</key> 633 <string>Office Open XML spreadsheet template</string> 634 <key>UTTypeIdentifier</key> 635 <string>org.openxmlformats.spreadsheetml.template</string> 636 <key>UTTypeTagSpecification</key> 637 <dict> 638 <key>public.filename-extension</key> 639 <array> 640 <string>xltx</string> 641 </array> 642 <key>public.mime-type</key> 643 <array> 644 <string>application/vnd.openxmlformats-officedocument.spreadsheetml.template</string> 645 </array> 646 </dict> 647 </dict> 648 <dict> 649 <key>UTTypeConformsTo</key> 650 <array> 651 <string>org.openxmlformats.openxml</string> 652 <string>public.composite-content</string> 653 <string>public.executable</string> 654 </array> 655 <key>UTTypeDescription</key> 656 <string>Office Open XML spreadsheet template (macros enabled)</string> 657 <key>UTTypeIdentifier</key> 658 <string>org.openxmlformats.spreadsheetml.template.macroenabled</string> 659 <key>UTTypeTagSpecification</key> 660 <dict> 661 <key>public.filename-extension</key> 662 <array> 663 <string>xltm</string> 664 </array> 665 <key>public.mime-type</key> 666 <array> 667 <string>application/vnd.ms-excel.template.macroEnabled.12</string> 668 </array> 669 </dict> 670 </dict> 671 <dict> 672 <key>UTTypeConformsTo</key> 673 <array> 674 <string>org.openxmlformats.openxml</string> 675 <string>public.composite-content</string> 676 </array> 677 <key>UTTypeDescription</key> 678 <string>Office Open XML spreadsheet</string> 679 <key>UTTypeIdentifier</key> 680 <string>org.openxmlformats.spreadsheetml.sheet</string> 681 <key>UTTypeTagSpecification</key> 682 <dict> 683 <key>public.filename-extension</key> 684 <array> 685 <string>xlsx</string> 686 </array> 687 <key>public.mime-type</key> 688 <array> 689 <string>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</string> 690 </array> 691 </dict> 692 </dict> 693 <dict> 694 <key>UTTypeConformsTo</key> 695 <array> 696 <string>public.zip-archive</string> 697 <string>public.composite-content</string> 698 <string>public.executable</string> 699 </array> 700 <key>UTTypeDescription</key> 701 <string>Microsoft Excel 2007 spreadsheet (macros enabled)</string> 702 <key>UTTypeIdentifier</key> 703 <string>com.microsoft.excel.sheet.binary.macroenabled</string> 704 <key>UTTypeTagSpecification</key> 705 <dict> 706 <key>public.filename-extension</key> 707 <array> 708 <string>xlsb</string> 709 </array> 710 <key>public.mime-type</key> 711 <array> 712 <string>application/vnd.ms-excel.sheet.binary.macroEnabled.12</string> 713 </array> 714 </dict> 715 </dict> 716 <dict> 717 <key>UTTypeConformsTo</key> 718 <array> 719 <string>org.openxmlformats.openxml</string> 720 <string>public.composite-content</string> 721 <string>public.executable</string> 722 </array> 723 <key>UTTypeDescription</key> 724 <string>Office Open XML spreadsheet (macros enabled)</string> 725 <key>UTTypeIdentifier</key> 726 <string>org.openxmlformats.spreadsheetml.sheet.macroenabled</string> 727 <key>UTTypeTagSpecification</key> 728 <dict> 729 <key>public.filename-extension</key> 730 <array> 731 <string>xlsm</string> 732 </array> 733 <key>public.mime-type</key> 734 <array> 735 <string>application/vnd.ms-excel.sheet.macroEnabled.12</string> 736 </array> 737 </dict> 738 </dict> 739 740 <!-- Microsoft Powerpoint XML --> 741 <dict> 742 <key>UTTypeConformsTo</key> 743 <array> 744 <string>org.openxmlformats.openxml</string> 745 <string>public.presentation</string> 746 </array> 747 <key>UTTypeDescription</key> 748 <string>Office Open XML presentation</string> 749 <key>UTTypeIdentifier</key> 750 <string>org.openxmlformats.presentationml.presentation</string> 751 <key>UTTypeTagSpecification</key> 752 <dict> 753 <key>public.filename-extension</key> 754 <array> 755 <string>pptx</string> 756 </array> 757 <key>public.mime-type</key> 758 <array> 759 <string>application/vnd.openxmlformats-officedocument.presentationml.presentation</string> 760 </array> 761 </dict> 762 </dict> 763 <dict> 764 <key>UTTypeConformsTo</key> 765 <array> 766 <string>org.openxmlformats.openxml</string> 767 <string>public.presentation</string> 768 <string>public.executable</string> 769 </array> 770 <key>UTTypeDescription</key> 771 <string>Office Open XML presentation (macros enabled)</string> 772 <key>UTTypeIdentifier</key> 773 <string>org.openxmlformats.presentationml.presentation.macroenabled</string> 774 <key>UTTypeTagSpecification</key> 775 <dict> 776 <key>public.filename-extension</key> 777 <array> 778 <string>pptm</string> 779 </array> 780 <key>public.mime-type</key> 781 <array> 782 <string>application/vnd.ms-powerpoint.presentation.macroEnabled.12</string> 783 </array> 784 </dict> 785 </dict> 786 <dict> 787 <key>UTTypeConformsTo</key> 788 <array> 789 <string>org.openxmlformats.openxml</string> 790 <string>public.presentation</string> 791 <string>public.executable</string> 792 </array> 793 <key>UTTypeDescription</key> 794 <string>Office Open XML presentation template</string> 795 <key>UTTypeIdentifier</key> 796 <string>org.openxmlformats.presentationml.template</string> 797 <key>UTTypeTagSpecification</key> 798 <dict> 799 <key>public.filename-extension</key> 800 <array> 801 <string>potx</string> 802 </array> 803 <key>public.mime-type</key> 804 <array> 805 <string>application/vnd.openxmlformats-officedocument.presentationml.template</string> 806 </array> 807 </dict> 808 </dict> 809 <dict> 810 <key>UTTypeConformsTo</key> 811 <array> 812 <string>org.openxmlformats.openxml</string> 813 <string>public.presentation</string> 814 <string>public.executable</string> 815 </array> 816 <key>UTTypeDescription</key> 817 <string>Office Open XML presentation template (macros enabled)</string> 818 <key>UTTypeIdentifier</key> 819 <string>org.openxmlformats.presentationml.template.macroenabled</string> 820 <key>UTTypeTagSpecification</key> 821 <dict> 822 <key>public.filename-extension</key> 823 <array> 824 <string>potm</string> 825 </array> 826 <key>public.mime-type</key> 827 <array> 828 <string>application/vnd.ms-powerpoint.template.macroEnabled.12</string> 829 </array> 830 </dict> 831 </dict> 832 </array> 833 834 <!-- Document type declaration for OS X < 10.4 --> 835 <key>CFBundleDocumentTypes</key> 836 <array> 837 <dict> 838 <key>CFBundleTypeExtensions</key> 839 <array> 840 <string>sxw</string> 841 <string>sdw</string> 842 </array> 843 <key>CFBundleTypeMIMETypes</key> 844 <array> 845 <string>application/vnd.sun.xml.writer</string> 846 <string>application/vnd.stardivision.writer</string> 847 </array> 848 <key>CFBundleTypeIconFile</key> 849 <string>text.icns</string> 850 <key>CFBundleTypeName</key> 851 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Text</string> 852 <key>CFBundleTypeRole</key> 853 <string>Editor</string> 854 <key>LSIsAppleDefaultForType</key> 855 <true/> 856 </dict> 857 <dict> 858 <key>CFBundleTypeExtensions</key> 859 <array> 860 <string>odt</string> 861 </array> 862 <key>CFBundleTypeMIMETypes</key> 863 <array> 864 <string>application/vnd.oasis.opendocument.text</string> 865 </array> 866 <key>CFBundleTypeIconFile</key> 867 <string>oasis-text.icns</string> 868 <key>CFBundleTypeName</key> 869 <string>OpenDocument Text</string> 870 <key>CFBundleTypeRole</key> 871 <string>Editor</string> 872 <key>LSIsAppleDefaultForType</key> 873 <true/> 874 </dict> 875 <dict> 876 <key>CFBundleTypeExtensions</key> 877 <array> 878 <string>sxc</string> 879 <string>sdc</string> 880 </array> 881 <key>CFBundleTypeMIMETypes</key> 882 <array> 883 <string>application/vnd.sun.xml.calc</string> 884 <string>application/vnd.stardivision.calc</string> 885 </array> 886 <key>CFBundleTypeIconFile</key> 887 <string>spreadsheet.icns</string> 888 <key>CFBundleTypeName</key> 889 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Spreadsheet</string> 890 <key>CFBundleTypeRole</key> 891 <string>Editor</string> 892 <key>LSIsAppleDefaultForType</key> 893 <true/> 894 </dict> 895 <dict> 896 <key>CFBundleTypeExtensions</key> 897 <array> 898 <string>ods</string> 899 </array> 900 <key>CFBundleTypeMIMETypes</key> 901 <array> 902 <string>application/vnd.oasis.opendocument.spreadsheet</string> 903 </array> 904 <key>CFBundleTypeIconFile</key> 905 <string>oasis-spreadsheet.icns</string> 906 <key>CFBundleTypeName</key> 907 <string>OpenDocument Spreadsheet</string> 908 <key>CFBundleTypeRole</key> 909 <string>Editor</string> 910 <key>LSIsAppleDefaultForType</key> 911 <true/> 912 </dict> 913 <dict> 914 <key>CFBundleTypeExtensions</key> 915 <array> 916 <string>sxi</string> 917 <string>sdd</string> 918 <string>sdp</string> 919 </array> 920 <key>CFBundleTypeMIMETypes</key> 921 <array> 922 <string>application/vnd.sun.xml.impress</string> 923 <string>application/vnd.stardivision.impress</string> 924 <string>application/vnd.stardivision.impress-packed</string> 925 </array> 926 <key>CFBundleTypeIconFile</key> 927 <string>presentation.icns</string> 928 <key>CFBundleTypeName</key> 929 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Presentation</string> 930 <key>CFBundleTypeRole</key> 931 <string>Editor</string> 932 <key>LSIsAppleDefaultForType</key> 933 <true/> 934 </dict> 935 <dict> 936 <key>CFBundleTypeExtensions</key> 937 <array> 938 <string>odp</string> 939 </array> 940 <key>CFBundleTypeMIMETypes</key> 941 <array> 942 <string>application/vnd.oasis.opendocument.presentation</string> 943 </array> 944 <key>CFBundleTypeIconFile</key> 945 <string>oasis-presentation.icns</string> 946 <key>CFBundleTypeName</key> 947 <string>OpenDocument Presentation</string> 948 <key>CFBundleTypeRole</key> 949 <string>Editor</string> 950 <key>LSIsAppleDefaultForType</key> 951 <true/> 952 </dict> 953 <dict> 954 <key>CFBundleTypeExtensions</key> 955 <array> 956 <string>sxd</string> 957 <string>sda</string> 958 </array> 959 <key>CFBundleTypeMIMETypes</key> 960 <array> 961 <string>application/vnd.sun.xml.draw</string> 962 <string>application/vnd.stardivision.draw</string> 963 </array> 964 <key>CFBundleTypeIconFile</key> 965 <string>drawing.icns</string> 966 <key>CFBundleTypeName</key> 967 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Drawing</string> 968 <key>CFBundleTypeRole</key> 969 <string>Editor</string> 970 <key>LSIsAppleDefaultForType</key> 971 <true/> 972 </dict> 973 <dict> 974 <key>CFBundleTypeExtensions</key> 975 <array> 976 <string>odg</string> 977 </array> 978 <key>CFBundleTypeMIMETypes</key> 979 <array> 980 <string>application/vnd.oasis.opendocument.graphics</string> 981 </array> 982 <key>CFBundleTypeIconFile</key> 983 <string>oasis-drawing.icns</string> 984 <key>CFBundleTypeName</key> 985 <string>OpenDocument Drawing</string> 986 <key>CFBundleTypeRole</key> 987 <string>Editor</string> 988 <key>LSIsAppleDefaultForType</key> 989 <true/> 990 </dict> 991 <dict> 992 <key>CFBundleTypeExtensions</key> 993 <array> 994 <string>sxg</string> 995 </array> 996 <key>CFBundleTypeMIMETypes</key> 997 <array> 998 <string>application/vnd.sun.xml.writer.global</string> 999 </array> 1000 <key>CFBundleTypeIconFile</key> 1001 <string>master-document.icns</string> 1002 <key>CFBundleTypeName</key> 1003 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Master</string> 1004 <key>CFBundleTypeRole</key> 1005 <string>Editor</string> 1006 <key>LSIsAppleDefaultForType</key> 1007 <true/> 1008 </dict> 1009 <dict> 1010 <key>CFBundleTypeExtensions</key> 1011 <array> 1012 <string>odm</string> 1013 </array> 1014 <key>CFBundleTypeMIMETypes</key> 1015 <array> 1016 <string>application/vnd.oasis.opendocument.text-master</string> 1017 </array> 1018 <key>CFBundleTypeIconFile</key> 1019 <string>oasis-master-document.icns</string> 1020 <key>CFBundleTypeName</key> 1021 <string>OpenDocument Master</string> 1022 <key>CFBundleTypeRole</key> 1023 <string>Editor</string> 1024 <key>LSIsAppleDefaultForType</key> 1025 <true/> 1026 </dict> 1027 <dict> 1028 <key>CFBundleTypeExtensions</key> 1029 <array> 1030 <string>sxm</string> 1031 <string>smf</string> 1032 </array> 1033 <key>CFBundleTypeMIMETypes</key> 1034 <array> 1035 <string>application/vnd.sun.xml.math</string> 1036 <string>application/vnd.stardivision.math</string> 1037 </array> 1038 <key>CFBundleTypeIconFile</key> 1039 <string>formula.icns</string> 1040 <key>CFBundleTypeName</key> 1041 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Formula</string> 1042 <key>CFBundleTypeRole</key> 1043 <string>Editor</string> 1044 <key>LSIsAppleDefaultForType</key> 1045 <true/> 1046 </dict> 1047 <dict> 1048 <key>CFBundleTypeExtensions</key> 1049 <array> 1050 <string>odf</string> 1051 </array> 1052 <key>CFBundleTypeMIMETypes</key> 1053 <array> 1054 <string>application/vnd.oasis.opendocument.formula</string> 1055 </array> 1056 <key>CFBundleTypeIconFile</key> 1057 <string>oasis-formula.icns</string> 1058 <key>CFBundleTypeName</key> 1059 <string>OpenDocument Formula</string> 1060 <key>CFBundleTypeRole</key> 1061 <string>Editor</string> 1062 <key>LSIsAppleDefaultForType</key> 1063 <true/> 1064 </dict> 1065 <dict> 1066 <key>CFBundleTypeExtensions</key> 1067 <array> 1068 <string>stw</string> 1069 </array> 1070 <key>CFBundleTypeMIMETypes</key> 1071 <array> 1072 <string>application/vnd.sun.xml.writer.template</string> 1073 </array> 1074 <key>CFBundleTypeIconFile</key> 1075 <string>text-template.icns</string> 1076 <key>CFBundleTypeName</key> 1077 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Text Template</string> 1078 <key>CFBundleTypeRole</key> 1079 <string>Editor</string> 1080 <key>LSIsAppleDefaultForType</key> 1081 <true/> 1082 </dict> 1083 <dict> 1084 <key>CFBundleTypeExtensions</key> 1085 <array> 1086 <string>ott</string> 1087 </array> 1088 <key>CFBundleTypeMIMETypes</key> 1089 <array> 1090 <string>application/vnd.oasis.opendocument.text-template</string> 1091 </array> 1092 <key>CFBundleTypeIconFile</key> 1093 <string>oasis-text-template.icns</string> 1094 <key>CFBundleTypeName</key> 1095 <string>OpenDocument Text Template</string> 1096 <key>CFBundleTypeRole</key> 1097 <string>Editor</string> 1098 <key>LSIsAppleDefaultForType</key> 1099 <true/> 1100 </dict> 1101 <dict> 1102 <key>CFBundleTypeExtensions</key> 1103 <array> 1104 <string>stc</string> 1105 </array> 1106 <key>CFBundleTypeMIMETypes</key> 1107 <array> 1108 <string>application/vnd.sun.xml.calc.template</string> 1109 </array> 1110 <key>CFBundleTypeIconFile</key> 1111 <string>spreadsheet-template.icns</string> 1112 <key>CFBundleTypeName</key> 1113 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Spreadsheet Template</string> 1114 <key>CFBundleTypeRole</key> 1115 <string>Editor</string> 1116 <key>LSIsAppleDefaultForType</key> 1117 <true/> 1118 </dict> 1119 <dict> 1120 <key>CFBundleTypeExtensions</key> 1121 <array> 1122 <string>ots</string> 1123 </array> 1124 <key>CFBundleTypeMIMETypes</key> 1125 <array> 1126 <string>application/vnd.oasis.opendocument.spreadsheet-template</string> 1127 </array> 1128 <key>CFBundleTypeIconFile</key> 1129 <string>oasis-spreadsheet-template.icns</string> 1130 <key>CFBundleTypeName</key> 1131 <string>OpenDocument Spreadsheet Template</string> 1132 <key>CFBundleTypeRole</key> 1133 <string>Editor</string> 1134 <key>LSIsAppleDefaultForType</key> 1135 <true/> 1136 </dict> 1137 <dict> 1138 <key>CFBundleTypeExtensions</key> 1139 <array> 1140 <string>sti</string> 1141 </array> 1142 <key>CFBundleTypeMIMETypes</key> 1143 <array> 1144 <string>application/vnd.sun.xml.impress.template</string> 1145 </array> 1146 <key>CFBundleTypeIconFile</key> 1147 <string>presentation-template.icns</string> 1148 <key>CFBundleTypeName</key> 1149 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Presentation Template</string> 1150 <key>CFBundleTypeRole</key> 1151 <string>Editor</string> 1152 <key>LSIsAppleDefaultForType</key> 1153 <true/> 1154 </dict> 1155 <dict> 1156 <key>CFBundleTypeExtensions</key> 1157 <array> 1158 <string>otp</string> 1159 </array> 1160 <key>CFBundleTypeMIMETypes</key> 1161 <array> 1162 <string>application/vnd.oasis.opendocument.presentation-template</string> 1163 </array> 1164 <key>CFBundleTypeIconFile</key> 1165 <string>oasis-presentation-template.icns</string> 1166 <key>CFBundleTypeName</key> 1167 <string>OpenDocument Presentation Template</string> 1168 <key>CFBundleTypeRole</key> 1169 <string>Editor</string> 1170 <key>LSIsAppleDefaultForType</key> 1171 <true/> 1172 </dict> 1173 <dict> 1174 <key>CFBundleTypeExtensions</key> 1175 <array> 1176 <string>std</string> 1177 </array> 1178 <key>CFBundleTypeMIMETypes</key> 1179 <array> 1180 <string>application/vnd.sun.xml.draw.template</string> 1181 </array> 1182 <key>CFBundleTypeIconFile</key> 1183 <string>drawing-template.icns</string> 1184 <key>CFBundleTypeName</key> 1185 <string>${FILEFORMATNAME} ${FILEFORMATVERSION} Drawing Template</string> 1186 <key>CFBundleTypeRole</key> 1187 <string>Editor</string> 1188 <key>LSIsAppleDefaultForType</key> 1189 <true/> 1190 </dict> 1191 <dict> 1192 <key>CFBundleTypeExtensions</key> 1193 <array> 1194 <string>otg</string> 1195 </array> 1196 <key>CFBundleTypeMIMETypes</key> 1197 <array> 1198 <string>application/vnd.oasis.opendocument.graphics-template</string> 1199 </array> 1200 <key>CFBundleTypeIconFile</key> 1201 <string>oasis-drawing-template.icns</string> 1202 <key>CFBundleTypeName</key> 1203 <string>OpenDocument Drawing Template</string> 1204 <key>CFBundleTypeRole</key> 1205 <string>Editor</string> 1206 <key>LSIsAppleDefaultForType</key> 1207 <true/> 1208 </dict> 1209 <dict> 1210 <key>CFBundleTypeExtensions</key> 1211 <array> 1212 <string>odb</string> 1213 </array> 1214 <key>CFBundleTypeMIMETypes</key> 1215 <array> 1216 <string>application/vnd.oasis.opendocument.database</string> 1217 </array> 1218 <key>CFBundleTypeIconFile</key> 1219 <string>oasis-database.icns</string> 1220 <key>CFBundleTypeName</key> 1221 <string>OpenDocument Database</string> 1222 <key>CFBundleTypeRole</key> 1223 <string>Editor</string> 1224 <key>LSIsAppleDefaultForType</key> 1225 <true/> 1226 </dict> 1227 <dict> 1228 <key>CFBundleTypeExtensions</key> 1229 <array> 1230 <string>doc</string> 1231 <string>dot</string> 1232 <string>rtf</string> 1233 <string>html</string> 1234 <string>htm</string> 1235 <string>pdb</string> 1236 <string>xml</string> 1237 <string>psw</string> 1238 <string>wpd</string> 1239 <string>jtd</string> 1240 <string>jtt</string> 1241 <string>hwp</string> 1242 <string>wps</string> 1243 <string>dif</string> 1244 <string>dbf</string> 1245 <string>xls</string> 1246 <string>xlw</string> 1247 <string>xlt</string> 1248 <string>slk</string> 1249 <string>csv</string> 1250 <string>wk1</string> 1251 <string>wk2</string> 1252 <string>123</string> 1253 <string>pxl</string> 1254 <string>ppt</string> 1255 <string>pps</string> 1256 <string>pot</string> 1257 <string>cgm</string> 1258 <string>dxf</string> 1259 <string>emf</string> 1260 <string>eps</string> 1261 <string>met</string> 1262 <string>pct</string> 1263 <string>sgf</string> 1264 <string>sgv</string> 1265 <string>svm</string> 1266 <string>wmf</string> 1267 <string>bmp</string> 1268 <string>gif</string> 1269 <string>jpg</string> 1270 <string>jpeg</string> 1271 <string>jfif</string> 1272 <string>jif</string> 1273 <string>jpe</string> 1274 <string>pbm</string> 1275 <string>pcx</string> 1276 <string>pgm</string> 1277 <string>png</string> 1278 <string>ppm</string> 1279 <string>psd</string> 1280 <string>ras</string> 1281 <string>tga</string> 1282 <string>tif</string> 1283 <string>tiff</string> 1284 <string>xbm</string> 1285 <string>xpm</string> 1286 <string>pcd</string> 1287 <string>oth</string> 1288 <string>mml</string> 1289 </array> 1290 <key>CFBundleTypeRole</key> 1291 <string>Editor</string> 1292 </dict> 1293 <dict> 1294 <key>CFBundleTypeExtensions</key> 1295 <array> 1296 <string>txt</string> 1297 <string>TXT</string> 1298 <string>text</string> 1299 <string>*</string> 1300 </array> 1301 <key>CFBundleTypeName</key> 1302 <string>TEXT</string> 1303 <key>CFBundleTypeOSTypes</key> 1304 <array> 1305 <string>TEXT</string> 1306 <string>sEXT</string> 1307 <string>ttro</string> 1308 </array> 1309 <key>CFBundleTypeRole</key> 1310 <string>Editor</string> 1311 </dict> 1312 <dict> 1313 <key>LSItemContentTypes</key> 1314 <array> 1315 <string>org.openoffice.text</string> 1316 <string>org.oasis-open.opendocument.text</string> 1317 <string>org.openoffice.spreadsheet</string> 1318 <string>org.oasis-open.opendocument.spreadsheet</string> 1319 <string>org.openoffice.presentation</string> 1320 <string>org.oasis-open.opendocument.presentation</string> 1321 <string>org.openoffice.graphics</string> 1322 <string>org.oasis-open.opendocument.graphics</string> 1323 <string>org.openoffice.text-master</string> 1324 <string>org.oasis-open.opendocument.text-master</string> 1325 <string>org.openoffice.formula</string> 1326 <string>org.oasis-open.opendocument.formula</string> 1327 <string>org.openoffice.text-template</string> 1328 <string>org.oasis-open.opendocument.text-template</string> 1329 <string>org.openoffice.spreadsheet-template</string> 1330 <string>org.oasis-open.opendocument.spreadsheet-template</string> 1331 <string>org.openoffice.presentation-template</string> 1332 <string>org.oasis-open.opendocument.presentation-template</string> 1333 <string>org.openoffice.graphics-template</string> 1334 <string>org.oasis-open.opendocument.graphics-template</string> 1335 <string>org.oasis-open.opendocument.database</string> 1336 <string>org.oasis-open.opendocument.chart</string> 1337 <string>public.rtf</string> 1338 <string>public.html</string> 1339 <string>public.jpeg</string> 1340 <string>public.tiff</string> 1341 <string>public.png</string> 1342 <string>public.xbitmap-image</string> 1343 <string>com.adobe.encapsulated-postscript</string> 1344 <string>com.microsoft.bmp</string> 1345 <string>com.microsoft.word.doc</string> 1346 <string>com.microsoft.excel.xls</string> 1347 <string>com.microsoft.powerpoint.ppt</string> 1348 <string>org.openxmlformats.wordprocessingml.document</string> 1349 <string>org.openxmlformats.wordprocessingml.document.macroenabled</string> 1350 <string>org.openxmlformats.wordprocessingml.template</string> 1351 <string>org.openxmlformats.wordprocessingml.template.macroenabled</string> 1352 <string>org.openxmlformats.spreadsheetml.sheet</string> 1353 <string>org.openxmlformats.spreadsheetml.sheet.macroenabled</string> 1354 <string>com.microsoft.excel.sheet.binary.macroenabled</string> 1355 <string>org.openxmlformats.spreadsheetml.template</string> 1356 <string>org.openxmlformats.spreadsheetml.template.macroenabled</string> 1357 <string>org.openxmlformats.presentationml.presentation</string> 1358 <string>org.openxmlformats.presentationml.presentation.macroenabled</string> 1359 <string>org.openxmlformats.presentationml.template</string> 1360 <string>org.openxmlformats.presentationml.template.macroenabled</string> 1361 </array> 1362 <key>CFBundleTypeRole</key> 1363 <string>Editor</string> 1364 </dict> 1365 <dict> 1366 <key>CFBundleTypeExtensions</key> 1367 <array> 1368 <string>oxt</string> 1369 </array> 1370 <key>CFBundleTypeMIMETypes</key> 1371 <array> 1372 <string>application/vnd.openofficeorg.extension</string> 1373 </array> 1374 <key>CFBundleTypeIconFile</key> 1375 <string>extension.icns</string> 1376 <key>CFBundleTypeName</key> 1377 <string>${PRODUCTNAME} Extension</string> 1378 <key>CFBundleTypeRole</key> 1379 <string>Viewer</string> 1380 <key>LSIsAppleDefaultForType</key> 1381 <true/> 1382 </dict> 1383 </array> 1384 <key>CFBundleExecutable</key> 1385 <string>%EXECUTABLE</string> 1386 <key>CFBundleGetInfoString</key> 1387 <string>${PRODUCTNAME} ${ABOUTBOXPRODUCTVERSION} ${BUILDIDCWS}</string> 1388 <key>CFBundleIconFile</key> 1389 <string>main.icns</string> 1390 <key>CFBundleShortVersionString</key> 1391 <string>${ABOUTBOXPRODUCTVERSION}</string> 1392 <key>CFBundleIdentifier</key> 1393 <string>org.openoffice.script</string> 1394 <key>CFBundleInfoDictionaryVersion</key> 1395 <string>6.0</string> 1396 <key>CFBundleName</key> 1397 <string>${PRODUCTNAME}</string> 1398 <key>CFBundlePackageType</key> 1399 <string>APPL</string> 1400 <key>CFBundleSignature</key> 1401 <string>OOo2</string> 1402 <key>LSRequiresCarbon</key> 1403 <string>1</string> 1404 <key>NSPrincipalClass</key> 1405 <string>VCL_NSApplication</string> 1406</dict> 1407</plist> 1408 1409