From aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 11 Jun 2025 21:06:51 +1200 Subject: Hopefully add SDL2_image, mixer, and ttf --- MacShit/AppIcon.icns | Bin 0 -> 622552 bytes MacShit/Info.plist | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 MacShit/AppIcon.icns create mode 100644 MacShit/Info.plist (limited to 'MacShit') diff --git a/MacShit/AppIcon.icns b/MacShit/AppIcon.icns new file mode 100644 index 0000000..bb4917c Binary files /dev/null and b/MacShit/AppIcon.icns differ diff --git a/MacShit/Info.plist b/MacShit/Info.plist new file mode 100644 index 0000000..ae7618e --- /dev/null +++ b/MacShit/Info.plist @@ -0,0 +1,19 @@ + + + + + CFBundleName + Showdown of the Sticks + CFBundleExecutable + ShowdownOfTheSticks + CFBundleIdentifier + com.arslaanpathan3102.showdownofthesticks + CFBundleVersion + 1.0 + CFBundlePackageType + APPL + CFBundleIconFile + AppIcon + + -- cgit v1.2.3