diff options
author | John Fultz <jfultz@wolfram.com> | 2014-08-12 01:45:29 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2014-08-12 01:52:02 -0500 |
commit | aa2b461be4cb045c770b52be71a728f8bc1e0dc1 (patch) | |
tree | 3e9ba7d678d3b2f5a1987e2719d4359e004cdfe2 /quacker/quacker.plist | |
parent | 6614a3db275dcb0e6d6d4be751b047657c38a36b (diff) |
Make qmake play well with Mac builds
Includes .plist and .icns files automatically now.
Diffstat (limited to 'quacker/quacker.plist')
-rw-r--r-- | quacker/quacker.plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/quacker/quacker.plist b/quacker/quacker.plist new file mode 100644 index 0000000..bf6b31e --- /dev/null +++ b/quacker/quacker.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>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.0</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-2013 by Jason Katz-Brown & John O'Laughlin</string> +</dict> +</plist> |