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. --- quackle.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quackle.pro') diff --git a/quackle.pro b/quackle.pro index 5631b6b..2b708f6 100644 --- a/quackle.pro +++ b/quackle.pro @@ -34,7 +34,7 @@ SOURCES -= \ macx { CONFIG += x86 - QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8 + QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9 } linux { # old unixes/Qt distribs running around...most notably on Travis-CI -- cgit v1.2.3