aboutsummaryrefslogtreecommitdiff
path: root/MacShit/Info.plist
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2025-06-11 21:06:51 +1200
committerArslaan Pathan <[email protected]>2025-06-11 21:06:51 +1200
commitaec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02 (patch)
tree2a403aaff79e625dc36c84099c6ad41acac08136 /MacShit/Info.plist
parentdc0f9628b262b47f37ca7cdf15657f576ab71a45 (diff)
downloadshowdownofthesticks-aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02.tar.xz
showdownofthesticks-aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02.zip
Hopefully add SDL2_image, mixer, and ttf
Diffstat (limited to 'MacShit/Info.plist')
-rw-r--r--MacShit/Info.plist19
1 files changed, 19 insertions, 0 deletions
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>