summaryrefslogtreecommitdiffstats
path: root/macosx/HandBrake.xcodeproj
diff options
context:
space:
mode:
authordynaflash <[email protected]>2008-01-08 18:43:31 +0000
committerdynaflash <[email protected]>2008-01-08 18:43:31 +0000
commit9a5ca2ba26a568588d74bb10902a9b577ca74aef (patch)
tree9353c885767836e3bbbcbdbfb2dcd135febd7009 /macosx/HandBrake.xcodeproj
parent5b9fd5c621abf4f8912d20dbc0f2703801f4c86b (diff)
MacGui: establish the source display name in browseSourcesDone instead of showNewScan to alleviate using the same logic twice depending on source type
- Also adds the ability to scan .dvdmedia packages - Also changes the xcode project to not report xib messages during building, which previously filled the screen with remedial alignment messages, etc. - .xib warnings and errors are still reported git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1177 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HandBrake.xcodeproj')
-rw-r--r--macosx/HandBrake.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj
index 1ade59204..f6769a41d 100644
--- a/macosx/HandBrake.xcodeproj/project.pbxproj
+++ b/macosx/HandBrake.xcodeproj/project.pbxproj
@@ -1778,6 +1778,8 @@
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
+ IBC_NOTICES = NO;
+ IBC_WARNINGS = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;