From: Dwight Perry Date: Tue, 4 Oct 2011 22:14:17 +0000 (-0400) Subject: Revised project file X-Git-Tag: LAST_LIBGRAPH~32^2~652^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3df6a82e30182ce8db8e65dfd5eb4e88d4ac633;p=graphviz Revised project file --- diff --git a/macosx/graphviz.xcodeproj/lion.project.pbxproj b/macosx/graphviz.xcodeproj/lion.project.pbxproj index b1bb294c0..d7e141dfa 100644 --- a/macosx/graphviz.xcodeproj/lion.project.pbxproj +++ b/macosx/graphviz.xcodeproj/lion.project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 5BCDD0AD141A8E6400E812BC /* graphviz.help in Resources */ = {isa = PBXBuildFile; fileRef = 5BCDD0AA141A8E6400E812BC /* graphviz.help */; }; 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165FFE840EACC02AAC07 /* InfoPlist.strings */; }; 8D15AC310486D014006FF6A4 /* GVDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4ACFDCFA73011CA2CEA /* GVDocument.m */; settings = {ATTRIBUTES = (); }; }; 8D15AC320486D014006FF6A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; @@ -54,7 +53,6 @@ 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 32DBCF750370BD2300C91783 /* graphviz_prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = graphviz_prefix.pch; sourceTree = ""; }; - 5BCDD0AA141A8E6400E812BC /* graphviz.help */ = {isa = PBXFileReference; lastKnownFileType = folder; path = graphviz.help; sourceTree = ""; }; 8D15AC360486D014006FF6A4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 8D15AC370486D014006FF6A4 /* Graphviz.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Graphviz.app; sourceTree = BUILT_PRODUCTS_DIR; }; D82649090DE58739009D6A44 /* ActualSizeToolbarImage.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ActualSizeToolbarImage.tiff; sourceTree = ""; }; @@ -180,7 +178,6 @@ 2A37F4B8FDCFA73011CA2CEA /* Resources */ = { isa = PBXGroup; children = ( - 5BCDD0AA141A8E6400E812BC /* graphviz.help */, D82649090DE58739009D6A44 /* ActualSizeToolbarImage.tiff */, D826490A0DE58739009D6A44 /* InspectorToolbarImage.tif */, D826490B0DE58739009D6A44 /* ZoomInToolbarImage.tiff */, @@ -299,7 +296,6 @@ D82649100DE58739009D6A44 /* ZoomOutToolbarImage.tiff in Resources */, D8264B0D0DE81133009D6A44 /* Export.xib in Resources */, D85D33870DEC599F00A69D07 /* ZoomToFitToolbarImage.tiff in Resources */, - 5BCDD0AD141A8E6400E812BC /* graphviz.help in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -422,7 +418,8 @@ buildSettings = { GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.7.sdk"; }; + SDKROOT = macosx; + }; name = Debug; }; C05733CD08A9546B00998B17 /* Release */ = { @@ -434,7 +431,8 @@ ); GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.7.sdk"; }; + SDKROOT = macosx; + }; name = Release; }; /* End XCBuildConfiguration section */