Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Commit

Permalink
Add missing project changes for SDURLCache.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed May 2, 2012
1 parent 72401fa commit 05eafa1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Anniversary.xcodeproj/project.pbxproj
Expand Up @@ -173,6 +173,7 @@
E3743FC11550DA0B00F81255 /* schoolcloth.png in Resources */ = {isa = PBXBuildFile; fileRef = E3743FB91550DA0B00F81255 /* schoolcloth.png */; };
E3743FC21550DA0B00F81255 /* fans.png in Resources */ = {isa = PBXBuildFile; fileRef = E3743FBA1550DA0B00F81255 /* fans.png */; };
E3743FC31550DA0B00F81255 /* schoolbag.png in Resources */ = {isa = PBXBuildFile; fileRef = E3743FBB1550DA0B00F81255 /* schoolbag.png */; };
E3743FD61550E5F800F81255 /* SDURLCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E3743FC91550E5F800F81255 /* SDURLCache.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
E37509E9150D25DA00F3EC3F /* ANTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = E37509E8150D25DA00F3EC3F /* ANTabBarController.m */; };
E37509ED150D27B500F3EC3F /* ANPhotosViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E37509EC150D27B400F3EC3F /* ANPhotosViewController.m */; };
E37509F0150D27C000F3EC3F /* ANPhotoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E37509EF150D27C000F3EC3F /* ANPhotoViewController.m */; };
Expand Down Expand Up @@ -489,6 +490,8 @@
E3743FB91550DA0B00F81255 /* schoolcloth.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = schoolcloth.png; sourceTree = "<group>"; };
E3743FBA1550DA0B00F81255 /* fans.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fans.png; sourceTree = "<group>"; };
E3743FBB1550DA0B00F81255 /* schoolbag.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = schoolbag.png; sourceTree = "<group>"; };
E3743FC81550E5F800F81255 /* SDURLCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDURLCache.h; sourceTree = "<group>"; };
E3743FC91550E5F800F81255 /* SDURLCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDURLCache.m; sourceTree = "<group>"; };
E37509E7150D25DA00F3EC3F /* ANTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANTabBarController.h; sourceTree = "<group>"; };
E37509E8150D25DA00F3EC3F /* ANTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANTabBarController.m; sourceTree = "<group>"; };
E37509EB150D27B400F3EC3F /* ANPhotosViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANPhotosViewController.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -867,6 +870,16 @@
path = Stickers;
sourceTree = "<group>";
};
E3743FC41550E5F800F81255 /* SDURLCache */ = {
isa = PBXGroup;
children = (
E3743FC81550E5F800F81255 /* SDURLCache.h */,
E3743FC91550E5F800F81255 /* SDURLCache.m */,
);
name = SDURLCache;
path = Dependencies/SDURLCache;
sourceTree = "<group>";
};
E37509E3150D25A600F3EC3F /* Views */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1093,6 +1106,7 @@
E3CAC2E71515EE87003994A7 /* Dependencies */ = {
isa = PBXGroup;
children = (
E3743FC41550E5F800F81255 /* SDURLCache */,
E31702A81546A4C100A53B18 /* Touchpose */,
E385A35915353CFF00420C09 /* SVProgressHUD */,
E385A352153444C100420C09 /* SEDraggable */,
Expand Down Expand Up @@ -1611,6 +1625,7 @@
E31702B71546A4C100A53B18 /* QTouchposeApplication.m in Sources */,
E3BC653A15492D4700A96D13 /* UINavigationBar+DropShadow.m in Sources */,
E32A2ACE155063F200F911C4 /* ANDraggable.m in Sources */,
E3743FD61550E5F800F81255 /* SDURLCache.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 05eafa1

Please sign in to comment.