Skip to content

Commit

Permalink
Increase minimum OS X version to 10.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
rygwdn committed Jun 5, 2014
1 parent d4acd1f commit a21c155
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ macx {
# Only Intel binaries are accepted so force this
CONFIG += x86

# Minimum OS X version for submission is 10.6.6
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
# Only support 10.9+ due because we require NSProcessInfo::beginActivityWithOptions:reason:
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
QMAKE_MAC_SDK = macosx10.9

# Copy the custom Info.plist to the app bundle
QMAKE_INFO_PLIST = ../shared/Info.plist
Expand Down

0 comments on commit a21c155

Please sign in to comment.