diff options
author | ritsuka <[email protected]> | 2015-05-21 16:57:49 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-05-21 16:57:49 +0000 |
commit | 2cacd741ad291f71576aea4cddf6cd45b1d6b729 (patch) | |
tree | 26e5155ed4009719efd8e267cc6d19874844ddc2 /macosx/xcconfig | |
parent | b403424dea333a723fdbfd799d22a66fa6885251 (diff) |
MacGui: set the deployment target to 10.7.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7216 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/xcconfig')
-rw-r--r-- | macosx/xcconfig/base/os.osx107.xcconfig | 1 | ||||
-rw-r--r-- | macosx/xcconfig/base/os.osx108.xcconfig | 1 | ||||
-rw-r--r-- | macosx/xcconfig/base/os.osx109.xcconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/macosx/xcconfig/base/os.osx107.xcconfig b/macosx/xcconfig/base/os.osx107.xcconfig index 6dfd2d540..6a4b42233 100644 --- a/macosx/xcconfig/base/os.osx107.xcconfig +++ b/macosx/xcconfig/base/os.osx107.xcconfig @@ -1,2 +1 @@ -SDKROOT = macosx10.7 MACOSX_DEPLOYMENT_TARGET = 10.7 diff --git a/macosx/xcconfig/base/os.osx108.xcconfig b/macosx/xcconfig/base/os.osx108.xcconfig index 6da71a91f..e6b07f6a8 100644 --- a/macosx/xcconfig/base/os.osx108.xcconfig +++ b/macosx/xcconfig/base/os.osx108.xcconfig @@ -1,2 +1 @@ -SDKROOT = macosx10.8 MACOSX_DEPLOYMENT_TARGET = 10.8 diff --git a/macosx/xcconfig/base/os.osx109.xcconfig b/macosx/xcconfig/base/os.osx109.xcconfig index f702daa15..d68f7b364 100644 --- a/macosx/xcconfig/base/os.osx109.xcconfig +++ b/macosx/xcconfig/base/os.osx109.xcconfig @@ -1,2 +1 @@ -SDKROOT = macosx10.9 MACOSX_DEPLOYMENT_TARGET = 10.9 |