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 | |
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
-rw-r--r-- | macosx/HandBrake.xcodeproj/project.pbxproj | 4 | ||||
-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 | ||||
-rw-r--r-- | make/variant/darwin.defs | 2 |
5 files changed, 3 insertions, 6 deletions
diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index 97d2e0ac1..668962638 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -1639,7 +1639,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_LABEL = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.6; + MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_LDFLAGS = ( "-filelist", "$(EXTERNAL_BUILD)/macosx/osl.filelist.txt", @@ -1687,7 +1687,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_LABEL = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.6; + MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_LDFLAGS = ( "-filelist", "$(EXTERNAL_BUILD)/macosx/osl.filelist.txt", 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 diff --git a/make/variant/darwin.defs b/make/variant/darwin.defs index 755bcb571..4a08147f1 100644 --- a/make/variant/darwin.defs +++ b/make/variant/darwin.defs @@ -1,4 +1,4 @@ -UB.xcconfigs = osx106.i386 osx106.x86_64 +UB.xcconfigs = osx107.i386 osx107.x86_64 UB.builds = $(wildcard $(foreach n,$(UB.xcconfigs),$(SRC/)build.$n)) UB.first = $(word 1,$(UB.xcconfigs)) UB.more = $(wordlist 2,999,$(UB.xcconfigs)) |