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 /quackleio | |
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 'quackleio')
-rw-r--r-- | quackleio/quackleio.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quackleio/quackleio.pro b/quackleio/quackleio.pro index 215e66b..f111717 100644 --- a/quackleio/quackleio.pro +++ b/quackleio/quackleio.pro @@ -31,7 +31,7 @@ SOURCES += *.cpp macx { CONFIG += x86 - QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8 + QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9 } unix:!macx { |