diff --git a/platform/macosx/Info.plist b/platform/macosx/Info.plist new file mode 100644 index 000000000..865a98621 --- /dev/null +++ b/platform/macosx/Info.plist @@ -0,0 +1,51 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + love + + CFBundleTypeIconFile + LoveDocument.icns + CFBundleTypeName + Love Project + CFBundleTypeOSTypes + + ???? + + CFBundleTypeRole + Viewer + LSIsAppleDefaultForType + + LSTypeIsPackage + + + + CFBundleExecutable + love + CFBundleIconFile + Love.icns + CFBundleIdentifier + org.love2d.love + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + love + CFBundlePackageType + LoVe + CFBundleSignature + LoVe + CFBundleVersion + 0.6.0 + NSMainNibFile + SDLMain + NSPrincipalClass + NSApplication + +