diff --git a/Anniversary.xcodeproj/project.pbxproj b/Anniversary.xcodeproj/project.pbxproj index 29f0612..aee8f34 100644 --- a/Anniversary.xcodeproj/project.pbxproj +++ b/Anniversary.xcodeproj/project.pbxproj @@ -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 */; }; @@ -489,6 +490,8 @@ E3743FB91550DA0B00F81255 /* schoolcloth.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = schoolcloth.png; sourceTree = ""; }; E3743FBA1550DA0B00F81255 /* fans.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fans.png; sourceTree = ""; }; E3743FBB1550DA0B00F81255 /* schoolbag.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = schoolbag.png; sourceTree = ""; }; + E3743FC81550E5F800F81255 /* SDURLCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDURLCache.h; sourceTree = ""; }; + E3743FC91550E5F800F81255 /* SDURLCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDURLCache.m; sourceTree = ""; }; E37509E7150D25DA00F3EC3F /* ANTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANTabBarController.h; sourceTree = ""; }; E37509E8150D25DA00F3EC3F /* ANTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANTabBarController.m; sourceTree = ""; }; E37509EB150D27B400F3EC3F /* ANPhotosViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANPhotosViewController.h; sourceTree = ""; }; @@ -867,6 +870,16 @@ path = Stickers; sourceTree = ""; }; + E3743FC41550E5F800F81255 /* SDURLCache */ = { + isa = PBXGroup; + children = ( + E3743FC81550E5F800F81255 /* SDURLCache.h */, + E3743FC91550E5F800F81255 /* SDURLCache.m */, + ); + name = SDURLCache; + path = Dependencies/SDURLCache; + sourceTree = ""; + }; E37509E3150D25A600F3EC3F /* Views */ = { isa = PBXGroup; children = ( @@ -1093,6 +1106,7 @@ E3CAC2E71515EE87003994A7 /* Dependencies */ = { isa = PBXGroup; children = ( + E3743FC41550E5F800F81255 /* SDURLCache */, E31702A81546A4C100A53B18 /* Touchpose */, E385A35915353CFF00420C09 /* SVProgressHUD */, E385A352153444C100420C09 /* SEDraggable */, @@ -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; };