|
@@ -7,6 +7,10 @@
|
|
<key>CFBundleDocumentTypes</key>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<array>
|
|
<dict>
|
|
<dict>
|
|
|
|
+ <key>CFBundleTypeExtensions</key>
|
|
|
|
+ <array>
|
|
|
|
+ <string>love</string>
|
|
|
|
+ </array>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>GameIcon</string>
|
|
<string>GameIcon</string>
|
|
<key>CFBundleTypeName</key>
|
|
<key>CFBundleTypeName</key>
|
|
@@ -19,6 +23,8 @@
|
|
<array>
|
|
<array>
|
|
<string>org.love2d.love-game</string>
|
|
<string>org.love2d.love-game</string>
|
|
</array>
|
|
</array>
|
|
|
|
+ <key>LSTypeIsPackage</key>
|
|
|
|
+ <integer>1</integer>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<dict>
|
|
<key>CFBundleTypeName</key>
|
|
<key>CFBundleTypeName</key>
|
|
@@ -73,6 +79,7 @@
|
|
<key>UTTypeConformsTo</key>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<array>
|
|
<string>com.pkware.zip-archive</string>
|
|
<string>com.pkware.zip-archive</string>
|
|
|
|
+ <string>com.apple.package</string>
|
|
</array>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<key>UTTypeDescription</key>
|
|
<string>LÖVE Project</string>
|
|
<string>LÖVE Project</string>
|