From bd7b9de585a19adab34b0dbfd37fa6fb22e85bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Thu, 16 Jun 2011 17:29:12 +0200 Subject: [PATCH] Cleanup the Frameworks group --- class-dump.xcodeproj/project.pbxproj | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/class-dump.xcodeproj/project.pbxproj b/class-dump.xcodeproj/project.pbxproj index ef93b92d..c3b1d791 100644 --- a/class-dump.xcodeproj/project.pbxproj +++ b/class-dump.xcodeproj/project.pbxproj @@ -25,7 +25,6 @@ /* Begin PBXBuildFile section */ 013D1EFD13A5A0F100BF0A67 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EB826313A590D9003EDE60 /* Foundation.framework */; }; - 013D1F1213A5AE5A00BF0A67 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EB827A13A5916D003EDE60 /* Cocoa.framework */; }; 013D1F1913A5AEA100BF0A67 /* CDTopoSortNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EB830F13A591D8003EDE60 /* CDTopoSortNode.m */; }; 013D1F1A13A5AEA100BF0A67 /* NSArray-Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EB828813A591A5003EDE60 /* NSArray-Extensions.m */; }; 013D1F1B13A5AEA100BF0A67 /* NSData-CDExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EB828A13A591A5003EDE60 /* NSData-CDExtensions.m */; }; @@ -111,6 +110,7 @@ 01B02D2D13A5B57E0047BC53 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 013D1F0B13A5ADC300BF0A67 /* libcrypto.dylib */; }; 01B02D3A13A5B72B0047BC53 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 013D1F0B13A5ADC300BF0A67 /* libcrypto.dylib */; }; 01EB826413A590D9003EDE60 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EB826313A590D9003EDE60 /* Foundation.framework */; }; + DA7533B213AA587A003BE32C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EB826313A590D9003EDE60 /* Foundation.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -188,10 +188,6 @@ 01B02D4913A5B9090047BC53 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = SOURCE_ROOT; }; 01EB825F13A590D9003EDE60 /* class-dump */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "class-dump"; sourceTree = BUILT_PRODUCTS_DIR; }; 01EB826313A590D9003EDE60 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 01EB827A13A5916D003EDE60 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; - 01EB827D13A5916D003EDE60 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; - 01EB827E13A5916D003EDE60 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; - 01EB827F13A5916D003EDE60 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 01EB828213A5916D003EDE60 /* MachObjC-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MachObjC-Prefix.pch"; sourceTree = ""; }; 01EB828713A591A5003EDE60 /* NSArray-Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray-Extensions.h"; sourceTree = SOURCE_ROOT; }; 01EB828813A591A5003EDE60 /* NSArray-Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray-Extensions.m"; sourceTree = SOURCE_ROOT; }; @@ -360,7 +356,7 @@ buildActionMask = 2147483647; files = ( 013D1F5713A5AF3400BF0A67 /* libcrypto.dylib in Frameworks */, - 013D1F1213A5AE5A00BF0A67 /* Cocoa.framework in Frameworks */, + DA7533B213AA587A003BE32C /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -432,8 +428,6 @@ isa = PBXGroup; children = ( 01EB826313A590D9003EDE60 /* Foundation.framework */, - 01EB827A13A5916D003EDE60 /* Cocoa.framework */, - 01EB827C13A5916D003EDE60 /* Other Frameworks */, 013D1F0B13A5ADC300BF0A67 /* libcrypto.dylib */, ); name = Frameworks; @@ -473,16 +467,6 @@ name = "class-dump"; sourceTree = ""; }; - 01EB827C13A5916D003EDE60 /* Other Frameworks */ = { - isa = PBXGroup; - children = ( - 01EB827D13A5916D003EDE60 /* AppKit.framework */, - 01EB827E13A5916D003EDE60 /* CoreData.framework */, - 01EB827F13A5916D003EDE60 /* Foundation.framework */, - ); - name = "Other Frameworks"; - sourceTree = ""; - }; 01EB828013A5916D003EDE60 /* MachObjC */ = { isa = PBXGroup; children = (