diff --git a/Platform/MacOS/Info.plist b/Platform/MacOS/Info.plist new file mode 100644 index 0000000..0ba645c --- /dev/null +++ b/Platform/MacOS/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleGetInfoString + Foo + CFBundleExecutable + SpaceCadetPinball + CFBundleIdentifier + com.github.k4zmu2a.spacecadetpinball + CFBundleName + Space Cadet Pinball + CFBundleIconFile + icon.icns + CFBundleShortVersionString + 0.01 + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + IFMajorVersion + 2 + IFMinorVersion + 0 + + \ No newline at end of file diff --git a/Platform/MacOS/icon.icns b/Platform/MacOS/icon.icns new file mode 100644 index 0000000..26595ec Binary files /dev/null and b/Platform/MacOS/icon.icns differ