|
@@ -7,28 +7,30 @@
|
|
<key>CFBundleDocumentTypes</key>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<array>
|
|
<dict>
|
|
<dict>
|
|
- <key>CFBundleTypeOSTypes</key>
|
|
|
|
- <array>
|
|
|
|
- <string>????</string>
|
|
|
|
- </array>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<array>
|
|
<string>love</string>
|
|
<string>love</string>
|
|
</array>
|
|
</array>
|
|
|
|
+ <key>CFBundleTypeIconFile</key>
|
|
|
|
+ <string>LoveDocument.icns</string>
|
|
<key>CFBundleTypeName</key>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Love Project</string>
|
|
<string>Love Project</string>
|
|
- <key>CFBundleTypeIconFile</key>
|
|
|
|
- <string></string>
|
|
|
|
|
|
+ <key>CFBundleTypeOSTypes</key>
|
|
|
|
+ <array>
|
|
|
|
+ <string>????</string>
|
|
|
|
+ </array>
|
|
|
|
+ <key>CFBundleTypeRole</key>
|
|
|
|
+ <string>Viewer</string>
|
|
<key>LSIsAppleDefaultForType</key>
|
|
<key>LSIsAppleDefaultForType</key>
|
|
<true/>
|
|
<true/>
|
|
<key>LSTypeIsPackage</key>
|
|
<key>LSTypeIsPackage</key>
|
|
<true/>
|
|
<true/>
|
|
- <key>CFBundleTypeRole</key>
|
|
|
|
- <string>Viewer</string>
|
|
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<key>CFBundleExecutable</key>
|
|
<string>love</string>
|
|
<string>love</string>
|
|
|
|
+ <key>CFBundleIconFile</key>
|
|
|
|
+ <string>Love.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.love2d.love</string>
|
|
<string>org.love2d.love</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|