diff options
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> |
