Info.plist 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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>CFBundleGetInfoString</key>
  8. <string>_VERSION_, © 2001-2008 The Synfig Team</string>
  9. <key>CFBundleShortVersionString</key>
  10. <string>_VERSION_</string>
  11. <key>CFBundleVersion</key>
  12. <string>_VERSION_</string>
  13. <key>NSHumanReadableCopyright</key>
  14. <string>© 2001-2008 The Synfig Team</string>
  15. <key>CFBundleIconFile</key>
  16. <string>SynfigStudio</string>
  17. <key>CFBundleDocumentTypes</key>
  18. <array>
  19. <dict>
  20. <key>CFBundleTypeExtensions</key>
  21. <array>
  22. <string>sif</string>
  23. <string>SIF</string>
  24. </array>
  25. <key>CFBundleTypeIconFile</key>
  26. <string>sif_file.icns</string>
  27. <key>CFBundleTypeMIMETypes</key>
  28. <array>
  29. <string>image/x-sif</string>
  30. </array>
  31. <key>CFBundleTypeName</key>
  32. <string>Synfig Animation</string>
  33. <key>CFBundleTypeOSTypes</key>
  34. <array>
  35. <string>SIF </string>
  36. </array>
  37. <key>CFBundleTypeRole</key>
  38. <string>Editor</string>
  39. <key>LSIsAppleDefaultForType</key>
  40. <true/>
  41. <key>LSItemContentTypes</key>
  42. <array>
  43. <string>org.synfig.sif</string>
  44. </array>
  45. </dict>
  46. <dict>
  47. <key>CFBundleTypeExtensions</key>
  48. <array>
  49. <string>sifz</string>
  50. <string>SIFZ</string>
  51. </array>
  52. <key>CFBundleTypeIconFile</key>
  53. <string>sif_file.icns</string>
  54. <key>CFBundleTypeMIMETypes</key>
  55. <array>
  56. <string>image/x-compressed-sif</string>
  57. </array>
  58. <key>CFBundleTypeName</key>
  59. <string>Synfig Compressed Animation</string>
  60. <key>CFBundleTypeOSTypes</key>
  61. <array>
  62. <string>SIFZ </string>
  63. </array>
  64. <key>CFBundleTypeRole</key>
  65. <string>Editor</string>
  66. <key>LSIsAppleDefaultForType</key>
  67. <true/>
  68. <key>LSItemContentTypes</key>
  69. <array>
  70. <string>org.synfig.sifz</string>
  71. </array>
  72. </dict>
  73. </array>
  74. </dict>
  75. </plist>