Skip to content

Commit

Permalink
Remove unused framework
Browse files Browse the repository at this point in the history
  • Loading branch information
kentnguyen committed Jun 6, 2012
1 parent fdcf98f commit a752c18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions KNFBFriendSelectorDemo.xcodeproj/project.pbxproj
Expand Up @@ -60,7 +60,6 @@
8BE7B2391577EF5300BC7787 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BE7B2381577EF5300BC7787 /* SystemConfiguration.framework */; };
8BE7B23B1577EF5800BC7787 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BE7B23A1577EF5800BC7787 /* MobileCoreServices.framework */; };
8BE7B23D1577EF9600BC7787 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BE7B23C1577EF9600BC7787 /* libz.dylib */; };
8BE7B23F1577F01B00BC7787 /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BE7B23E1577F01B00BC7787 /* CoreImage.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
8BE7B2411577F03000BC7787 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BE7B2401577F03000BC7787 /* ImageIO.framework */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -167,7 +166,6 @@
8BE7B2381577EF5300BC7787 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
8BE7B23A1577EF5800BC7787 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
8BE7B23C1577EF9600BC7787 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
8BE7B23E1577F01B00BC7787 /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; };
8BE7B2401577F03000BC7787 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

Expand All @@ -177,7 +175,6 @@
buildActionMask = 2147483647;
files = (
8BE7B2411577F03000BC7787 /* ImageIO.framework in Frameworks */,
8BE7B23F1577F01B00BC7787 /* CoreImage.framework in Frameworks */,
8BE7B23B1577EF5800BC7787 /* MobileCoreServices.framework in Frameworks */,
8BE7B2391577EF5300BC7787 /* SystemConfiguration.framework in Frameworks */,
8BE7B2371577EF4D00BC7787 /* CFNetwork.framework in Frameworks */,
Expand Down Expand Up @@ -240,7 +237,6 @@
children = (
8BE7B23C1577EF9600BC7787 /* libz.dylib */,
8BE7B2401577F03000BC7787 /* ImageIO.framework */,
8BE7B23E1577F01B00BC7787 /* CoreImage.framework */,
8BE7B23A1577EF5800BC7787 /* MobileCoreServices.framework */,
8BE7B2381577EF5300BC7787 /* SystemConfiguration.framework */,
8BE7B2361577EF4D00BC7787 /* CFNetwork.framework */,
Expand Down

0 comments on commit a752c18

Please sign in to comment.