summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2014-10-31 16:07:03 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2014-11-03 11:19:32 +0100
commit417f8a7caf32c7196d00aea54cfcfdeb777da71b (patch)
treee5f844db67fc93dae265f7b5097477aaabfc93d1 /src/app
parentf44aee5da0ae261fbc2ae53d552daf7dcbdb6ea0 (diff)
downloadqt-creator-417f8a7caf32c7196d00aea54cfcfdeb777da71b.tar.gz
OS X: Add system requirement OS X 10.7 to Info.plist
Since 10.6 is no longer supported (C++11). With the explicit system requirement, the user gets a nice message about minimum system requirements, instead of a comment-less crash at startup. Change-Id: I909796ce8c5a303162b7a778311b95ed06a28108 Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/Info.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/Info.plist.in b/src/app/Info.plist.in
index 6bbfcc3a02..a0c2b39ff7 100644
--- a/src/app/Info.plist.in
+++ b/src/app/Info.plist.in
@@ -248,5 +248,7 @@
<string>$$QTCREATOR_VERSION</string>
<key>CFBundleShortVersionString</key>
<string>$$QTCREATOR_VERSION</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.7.0</string>
</dict>
</plist>