diff options
author | John Fultz <jfultz@wolfram.com> | 2019-01-14 03:56:20 -0600 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2019-01-14 03:56:20 -0600 |
commit | 0ec9a95998fddbccac464a96b457d28f30587dca (patch) | |
tree | e731a678d7064df8c07cc1dc4330697bbd8b9639 /quackle.pro | |
parent | 2c6b3b89da2a728ba6683d9f4455139372beb21b (diff) |
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.
Diffstat (limited to 'quackle.pro')
-rw-r--r-- | quackle.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |