aboutsummaryrefslogtreecommitdiff
path: root/Info.plist
blob: 646d6fa3124347022356815d76060e1605bc2e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.icns</key>
</dict>
</plist>