love-macosx.plist 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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>love</string>
  13. </array>
  14. <key>CFBundleTypeIconFile</key>
  15. <string>GameIcon</string>
  16. <key>CFBundleTypeName</key>
  17. <string>LÖVE Project</string>
  18. <key>CFBundleTypeRole</key>
  19. <string>Viewer</string>
  20. <key>LSHandlerRank</key>
  21. <string>Owner</string>
  22. <key>LSItemContentTypes</key>
  23. <array>
  24. <string>org.love2d.love-game</string>
  25. </array>
  26. <key>LSTypeIsPackage</key>
  27. <integer>1</integer>
  28. </dict>
  29. <dict>
  30. <key>CFBundleTypeName</key>
  31. <string>Folder</string>
  32. <key>CFBundleTypeOSTypes</key>
  33. <array>
  34. <string>fold</string>
  35. </array>
  36. <key>CFBundleTypeRole</key>
  37. <string>Viewer</string>
  38. <key>LSHandlerRank</key>
  39. <string>None</string>
  40. </dict>
  41. <dict>
  42. <key>CFBundleTypeIconFile</key>
  43. <string>Document</string>
  44. <key>CFBundleTypeName</key>
  45. <string>Document</string>
  46. <key>CFBundleTypeOSTypes</key>
  47. <array>
  48. <string>****</string>
  49. </array>
  50. <key>CFBundleTypeRole</key>
  51. <string>Editor</string>
  52. </dict>
  53. </array>
  54. <key>CFBundleExecutable</key>
  55. <string>love</string>
  56. <key>CFBundleIdentifier</key>
  57. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  58. <key>CFBundleInfoDictionaryVersion</key>
  59. <string>6.0</string>
  60. <key>CFBundleName</key>
  61. <string>LÖVE</string>
  62. <key>CFBundlePackageType</key>
  63. <string>APPL</string>
  64. <key>CFBundleShortVersionString</key>
  65. <string>0.10.2</string>
  66. <key>CFBundleSignature</key>
  67. <string>LoVe</string>
  68. <key>LSApplicationCategoryType</key>
  69. <string>public.app-category.games</string>
  70. <key>NSHighResolutionCapable</key>
  71. <true/>
  72. <key>NSHumanReadableCopyright</key>
  73. <string>© 2006-2016 LÖVE Development Team</string>
  74. <key>NSPrincipalClass</key>
  75. <string>NSApplication</string>
  76. <key>UTExportedTypeDeclarations</key>
  77. <array>
  78. <dict>
  79. <key>UTTypeConformsTo</key>
  80. <array>
  81. <string>com.pkware.zip-archive</string>
  82. <string>com.apple.package</string>
  83. </array>
  84. <key>UTTypeDescription</key>
  85. <string>LÖVE Project</string>
  86. <key>UTTypeIconFile</key>
  87. <string>GameIcon</string>
  88. <key>UTTypeIdentifier</key>
  89. <string>org.love2d.love-game</string>
  90. <key>UTTypeReferenceURL</key>
  91. <string>http://love2d.org/wiki/Game_Distribution</string>
  92. <key>UTTypeTagSpecification</key>
  93. <dict>
  94. <key>com.apple.ostype</key>
  95. <string>LOVE</string>
  96. <key>public.filename-extension</key>
  97. <array>
  98. <string>love</string>
  99. </array>
  100. <key>public.mime-type</key>
  101. <string>application/x-love-game</string>
  102. </dict>
  103. </dict>
  104. </array>
  105. </dict>
  106. </plist>