summaryrefslogtreecommitdiff
path: root/quacker/Quackle.plist
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2017-08-01 23:20:55 -0500
committerJohn Fultz <jfultz@wolfram.com>2017-08-02 00:27:47 -0500
commit67059305e164f3b741c36d4e0ac22022c9b79901 (patch)
tree7f9a62443c0283c58e4353fa38e41ef95bcf264a /quacker/Quackle.plist
parent6684280feec74fa4c58066cf8e667b5f19a717c7 (diff)
More Qt5 changes and cleanups.
Now builds on Qt 5.9.1, and works on Mac, Windows, Linux.
Diffstat (limited to 'quacker/Quackle.plist')
-rw-r--r--quacker/Quackle.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/quacker/Quackle.plist b/quacker/Quackle.plist
new file mode 100644
index 0000000..c826b55
--- /dev/null
+++ b/quacker/Quackle.plist
@@ -0,0 +1,26 @@
+<?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>CFBundleExecutable</key>
+ <string>Quackle</string>
+ <key>CFBundleIconFile</key>
+ <string>quacker.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.quackle.quackle</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleName</key>
+ <string>Quackle</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0.3</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>LSApplicationCategoryType</key>
+ <string>public.app-category.word-games</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2005-2017 by Jason Katz-Brown &amp; John O'Laughlin</string>
+</dict>
+</plist>