diff options
| author | Arslaan Pathan <[email protected]> | 2025-06-11 21:06:51 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2025-06-11 21:06:51 +1200 |
| commit | aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02 (patch) | |
| tree | 2a403aaff79e625dc36c84099c6ad41acac08136 /MacShit | |
| parent | dc0f9628b262b47f37ca7cdf15657f576ab71a45 (diff) | |
| download | showdownofthesticks-aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02.tar.xz showdownofthesticks-aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02.zip | |
Hopefully add SDL2_image, mixer, and ttf
Diffstat (limited to 'MacShit')
| -rw-r--r-- | MacShit/AppIcon.icns | bin | 0 -> 622552 bytes | |||
| -rw-r--r-- | MacShit/Info.plist | 19 |
2 files changed, 19 insertions, 0 deletions
diff --git a/MacShit/AppIcon.icns b/MacShit/AppIcon.icns Binary files differnew file mode 100644 index 0000000..bb4917c --- /dev/null +++ b/MacShit/AppIcon.icns 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" + "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>CFBundleName</key> + <string>Showdown of the Sticks</string> + <key>CFBundleExecutable</key> + <string>ShowdownOfTheSticks</string> + <key>CFBundleIdentifier</key> + <string>com.arslaanpathan3102.showdownofthesticks</string> + <key>CFBundleVersion</key> + <string>1.0</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleIconFile</key> + <string>AppIcon</string> +</dict> +</plist> |
