aboutsummaryrefslogtreecommitdiff
path: root/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 /Info.plist
parentdc0f9628b262b47f37ca7cdf15657f576ab71a45 (diff)
downloadshowdownofthesticks-aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02.tar.xz
showdownofthesticks-aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02.zip
Hopefully add SDL2_image, mixer, and ttf
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist19
1 files changed, 0 insertions, 19 deletions
diff --git a/Info.plist b/Info.plist
deleted file mode 100644
index 646d6fa..0000000
--- a/Info.plist
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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.icns</key>
-</dict>
-</plist>