/info.plist

http://mugo.googlecode.com/ · Unknown · 76 lines · 76 code · 0 blank · 0 comment · 0 complexity · 8f2399287999505e7aa2f74549b43264 MD5 · raw file

  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>CFBundleDocumentTypes</key>
  6. <array>
  7. <dict>
  8. <key>CFBundleTypeRole</key>
  9. <string>Editor</string>
  10. <key>CFBundleTypeIconFile</key>
  11. <string>mugo.icns</string>
  12. <key>CFBundleTypeName</key>
  13. <string>Smart Game Format</string>
  14. <key>CFBundleTypeExtensions</key>
  15. <array>
  16. <string>sgf</string>
  17. </array>
  18. </dict>
  19. <dict>
  20. <key>CFBundleTypeRole</key>
  21. <string>Editor</string>
  22. <key>CFBundleTypeIconFile</key>
  23. <string>mugo.icns</string>
  24. <key>CFBundleTypeName</key>
  25. <string>UGF</string>
  26. <key>CFBundleTypeExtensions</key>
  27. <array>
  28. <string>ugf</string>
  29. <string>ugi</string>
  30. </array>
  31. <key>LSHandlerRank</key>
  32. <string>Default</string>
  33. </dict>
  34. <dict>
  35. <key>CFBundleTypeRole</key>
  36. <string>Editor</string>
  37. <key>CFBundleTypeIconFile</key>
  38. <string>mugo.icns</string>
  39. <key>CFBundleTypeName</key>
  40. <string>GIB</string>
  41. <key>CFBundleTypeExtensions</key>
  42. <array>
  43. <string>gib</string>
  44. </array>
  45. </dict>
  46. <dict>
  47. <key>CFBundleTypeRole</key>
  48. <string>Editor</string>
  49. <key>CFBundleTypeIconFile</key>
  50. <string>mugo.icns</string>
  51. <key>CFBundleTypeName</key>
  52. <string>NGF</string>
  53. <key>CFBundleTypeExtensions</key>
  54. <array>
  55. <string>ngf</string>
  56. </array>
  57. </dict>
  58. </array>
  59. <key>CFBundleGetInfoString</key>
  60. <string>mugo SGF Editor; Copyright nsase</string>
  61. <key>CFBundleIconFile</key>
  62. <string>mugo.icns</string>
  63. <key>CFBundlePackageType</key>
  64. <string>APPL</string>
  65. <key>CFBundleSignature</key>
  66. <string>????</string>
  67. <key>CFBundleExecutable</key>
  68. <string>mugo</string>
  69. <key>CFBundleIdentifier</key>
  70. <string>com.nsase.mugo</string>
  71. <key>CFBundleVersion</key>
  72. <string>0.12.1</string>
  73. <key>CFBundleShortVersionString</key>
  74. <string>0.12.1</string>
  75. </dict>
  76. </plist>