Mac: treat folders with the .love extension as packages that can be double-clicked to open with LÖVE (resolves issue #1186).

This commit is contained in:
Alex Szpakowski
2016-07-20 19:36:43 -03:00
parent 8ea1edbc2a
commit d2c2c717e4
+7
View File
@@ -7,6 +7,10 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>love</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>GameIcon</string>
<key>CFBundleTypeName</key>
@@ -19,6 +23,8 @@
<array>
<string>org.love2d.love-game</string>
</array>
<key>LSTypeIsPackage</key>
<integer>1</integer>
</dict>
<dict>
<key>CFBundleTypeName</key>
@@ -73,6 +79,7 @@
<key>UTTypeConformsTo</key>
<array>
<string>com.pkware.zip-archive</string>
<string>com.apple.package</string>
</array>
<key>UTTypeDescription</key>
<string>LÖVE Project</string>