diff options
author | John Fultz <jfultz@wolfram.com> | 2017-08-01 23:20:55 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2017-08-02 00:27:47 -0500 |
commit | 67059305e164f3b741c36d4e0ac22022c9b79901 (patch) | |
tree | 7f9a62443c0283c58e4353fa38e41ef95bcf264a /quacker/quacker.plist | |
parent | 6684280feec74fa4c58066cf8e667b5f19a717c7 (diff) |
More Qt5 changes and cleanups.
Now builds on Qt 5.9.1, and works on Mac, Windows, Linux.
Diffstat (limited to 'quacker/quacker.plist')
-rw-r--r-- | quacker/quacker.plist | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/quacker/quacker.plist b/quacker/quacker.plist deleted file mode 100644 index 3969d54..0000000 --- a/quacker/quacker.plist +++ /dev/null @@ -1,26 +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>CFBundleExecutable</key> - <string>quacker</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-2016 by Jason Katz-Brown & John O'Laughlin</string> -</dict> -</plist> |