From 0ec9a95998fddbccac464a96b457d28f30587dca Mon Sep 17 00:00:00 2001 From: John Fultz Date: Mon, 14 Jan 2019 03:56:20 -0600 Subject: Fix icon for Xcode >=9 macOS build. Xcode now wants an asset catalog thing with proper .png files rather than a .icns thing. Bits shuffled accordingly. Also, higher res icon. Slightly different design. Only on Mac for now. Also, move minimum macOS to 10.9. Also fix 1.0.4 update versioning oversight. --- quacker/Info.plist | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'quacker/Info.plist') diff --git a/quacker/Info.plist b/quacker/Info.plist index 29cb164..36110da 100644 --- a/quacker/Info.plist +++ b/quacker/Info.plist @@ -19,14 +19,12 @@ Quackle CFBundleGetInfoString Created by Qt/QMake - CFBundleIconFile - quacker.icns CFBundleIdentifier com.Quackle.Quackle CFBundlePackageType APPL CFBundleShortVersionString - 1.0.3 + 1.0.4 CFBundleSignature ???? CFBundleVersion -- cgit v1.2.3