From aa2b461be4cb045c770b52be71a728f8bc1e0dc1 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Tue, 12 Aug 2014 01:45:29 -0500 Subject: Make qmake play well with Mac builds Includes .plist and .icns files automatically now. --- quacker/quacker.plist | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 quacker/quacker.plist (limited to 'quacker/quacker.plist') 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 @@ + + + + + CFBundleExecutable + quacker + CFBundleIconFile + quacker.icns + CFBundleIdentifier + com.quackle.quackle + CFBundlePackageType + APPL + CFBundleName + Quackle + CFBundleShortVersionString + 1.0.0 + CFBundlePackageType + APPL + LSApplicationCategoryType + public.app-category.word-games + NSPrincipalClass + NSApplication + NSHumanReadableCopyright + Copyright © 2005-2013 by Jason Katz-Brown & John O'Laughlin + + -- cgit v1.2.3