you can now drag and drop folders onto the Mac version of love

This commit is contained in:
bill@Ixion
2009-11-24 14:48:51 -06:00
parent f7eeac00ce
commit 3c68cf5a93
+10
View File
@@ -26,6 +26,16 @@
<key>LSTypeIsPackage</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Folder</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>fold</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>love</string>