diff options
author | Damiano Galassi <[email protected]> | 2019-01-25 11:46:58 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-01-25 11:46:58 +0100 |
commit | b606ce01a86aee41f66465d853408358346cf46f (patch) | |
tree | 517c7af9dfd19d68199ebaacf238ed3b17df4950 /macosx/xcconfig/base/os.osx1011.xcconfig | |
parent | fde5d376a4939e6d9e75691387bf9564545f276a (diff) |
Set the right deployment target in xcconfig.
Diffstat (limited to 'macosx/xcconfig/base/os.osx1011.xcconfig')
-rw-r--r-- | macosx/xcconfig/base/os.osx1011.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/xcconfig/base/os.osx1011.xcconfig b/macosx/xcconfig/base/os.osx1011.xcconfig index e6a6a4eb3..a94a5104a 100644 --- a/macosx/xcconfig/base/os.osx1011.xcconfig +++ b/macosx/xcconfig/base/os.osx1011.xcconfig @@ -1 +1 @@ -MACOSX_DEPLOYMENT_TARGET = 10.10 +MACOSX_DEPLOYMENT_TARGET = 10.11 |