summaryrefslogtreecommitdiff
path: root/quacker/Info.plist
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2019-07-28 16:55:28 -0500
committerJohn Fultz <jfultz@wolfram.com>2019-07-28 16:55:28 -0500
commit7d652051546a69f684cfea15c96c85a07391b0ee (patch)
tree9f50034405793d8d9f37b0a094fd7d51e59d6986 /quacker/Info.plist
parent98008e148fbd4cbb2a5ea4dfbc88fa19de233749 (diff)
Update version to 1.0.4.1.
Rereleasing with just a couple of bug fixes, and may need to be able to tell the difference between releases in the wild.
Diffstat (limited to 'quacker/Info.plist')
-rw-r--r--quacker/Info.plist39
1 files changed, 0 insertions, 39 deletions
diff --git a/quacker/Info.plist b/quacker/Info.plist
deleted file mode 100644
index d9a9aa5..0000000
--- a/quacker/Info.plist
+++ /dev/null
@@ -1,39 +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>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>gcg</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Quackle Game File</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>Quackle</string>
- <key>CFBundleGetInfoString</key>
- <string>Created by Qt/QMake</string>
- <key>CFBundleIconFile</key>
- <string>quacker.icns</string>
- <key>CFBundleIdentifier</key>
- <string>com.Quackle.Quackle</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0.4</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>LSApplicationCategoryType</key>
- <string>public.app-category.board-games</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
-</dict>
-</plist>