aboutsummaryrefslogtreecommitdiff
path: root/Info.plist
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2025-06-11 07:40:15 +1200
committerArslaan Pathan <[email protected]>2025-06-11 07:40:15 +1200
commit8d6464fe655a68d278a9806392ec1488757adf2e (patch)
treee585d55421983d1e15a9459ad64adca7621172fa /Info.plist
downloadshowdownofthesticks-8d6464fe655a68d278a9806392ec1488757adf2e.tar.xz
showdownofthesticks-8d6464fe655a68d278a9806392ec1488757adf2e.zip
Initial commit
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist17
1 files changed, 17 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist
new file mode 100644
index 0000000..cb5245b
--- /dev/null
+++ b/Info.plist
@@ -0,0 +1,17 @@
+<?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>
+</dict>
+</plist>