diff options
author | ritsuka <[email protected]> | 2014-08-20 07:35:27 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-20 07:35:27 +0000 |
commit | 64f39eb7f2ad0fa54bb9faa8f3f997238500cd4a (patch) | |
tree | ada4c3b395337ef9135c2a245be78f3bdd4245b2 /macosx/HandBrake.xcodeproj | |
parent | d1897978424444696eda51313f41feffc4112c78 (diff) |
MacGui: set the tab views directly instead of adding a subview in the main window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6325 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HandBrake.xcodeproj')
-rw-r--r-- | macosx/HandBrake.xcodeproj/project.pbxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index 0e098b425..2fb8e4606 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -1232,7 +1232,6 @@ GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.6; OTHER_LDFLAGS = ( "-filelist", "$(EXTERNAL_BUILD)/macosx/osl.filelist.txt", @@ -1261,7 +1260,6 @@ GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.6; OTHER_LDFLAGS = ( "-filelist", "$(EXTERNAL_BUILD)/macosx/osl.filelist.txt", |