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/quacker.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'quacker/quacker.pro') diff --git a/quacker/quacker.pro b/quacker/quacker.pro index ae12c34..24a7d25 100644 --- a/quacker/quacker.pro +++ b/quacker/quacker.pro @@ -48,10 +48,11 @@ win32 { macx { DEFINES += FORCE_SECONDARY_ARROW_GLYPHS=1 - ICON = quacker.icns BUNDLEID = com.Quackle.Quackle QMAKE_INFO_PLIST = Quackle.plist - QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8 + QMAKE_ASSET_CATALOGS = $$PWD/Images.xcassets + QMAKE_ASSET_CATALOGS_APP_ICON = "AppIcon" + QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9 # copy data/ directory into app bundle APP_ALPHABETS_FILES.files = ../data/alphabets -- cgit v1.2.3