Skip to content

Commit

Permalink
Cleanup the Frameworks group
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Jun 16, 2011
1 parent 22e91fc commit bd7b9de
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions class-dump.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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 */
Expand Down Expand Up @@ -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 = "<group>"; };
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; };
Expand Down Expand Up @@ -360,7 +356,7 @@
buildActionMask = 2147483647;
files = (
013D1F5713A5AF3400BF0A67 /* libcrypto.dylib in Frameworks */,
013D1F1213A5AE5A00BF0A67 /* Cocoa.framework in Frameworks */,
DA7533B213AA587A003BE32C /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -432,8 +428,6 @@
isa = PBXGroup;
children = (
01EB826313A590D9003EDE60 /* Foundation.framework */,
01EB827A13A5916D003EDE60 /* Cocoa.framework */,
01EB827C13A5916D003EDE60 /* Other Frameworks */,
013D1F0B13A5ADC300BF0A67 /* libcrypto.dylib */,
);
name = Frameworks;
Expand Down Expand Up @@ -473,16 +467,6 @@
name = "class-dump";
sourceTree = "<group>";
};
01EB827C13A5916D003EDE60 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
01EB827D13A5916D003EDE60 /* AppKit.framework */,
01EB827E13A5916D003EDE60 /* CoreData.framework */,
01EB827F13A5916D003EDE60 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
01EB828013A5916D003EDE60 /* MachObjC */ = {
isa = PBXGroup;
children = (
Expand Down

0 comments on commit bd7b9de

Please sign in to comment.