summaryrefslogtreecommitdiffstats
path: root/PicCast.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-26 17:18:49 -0400
committermatt handler <matt.handler@gmail.com>2011-04-26 17:18:49 -0400
commit46642320901ebaaedae5618e423ebfe70f316351 (patch)
treefa4f7d55589c1057ee8e33194a71bbf7b587960a /PicCast.xcodeproj/project.pbxproj
parent9ac2c9e13eb63c2a3a5e9b5a14b079d4fc24a220 (diff)
downloadpiccast-app-46642320901ebaaedae5618e423ebfe70f316351.tar.gz
piccast-app-46642320901ebaaedae5618e423ebfe70f316351.zip
updated topics dynamic loading, added fetcher class, storing in database and not overwriting is good, need to add info to photo view controller and also sort results
Diffstat (limited to 'PicCast.xcodeproj/project.pbxproj')
-rw-r--r--PicCast.xcodeproj/project.pbxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/PicCast.xcodeproj/project.pbxproj b/PicCast.xcodeproj/project.pbxproj
index 2df39f7..c1df6af 100644
--- a/PicCast.xcodeproj/project.pbxproj
+++ b/PicCast.xcodeproj/project.pbxproj
@@ -31,6 +31,7 @@
4E68282F13594C48001EB808 /* Topic.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E68282E13594C48001EB808 /* Topic.m */; };
4E68298B13596FB9001EB808 /* TopicTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4E68298A13596FB9001EB808 /* TopicTableViewCell.xib */; };
4E6829F313597AF1001EB808 /* AsyncImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6829F113597AF1001EB808 /* AsyncImageView.m */; };
+ 4E75CE0313675F1100ED9C9D /* Fetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E75CE0213675F1100ED9C9D /* Fetcher.m */; };
4E8CFE9C136234CA00B810C6 /* PicCastSqlTable.db in Resources */ = {isa = PBXBuildFile; fileRef = 4E8CFE9B136234CA00B810C6 /* PicCastSqlTable.db */; };
4EA95FCB135CE8C3009243EE /* PhotoSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EA95FC9135CE8C3009243EE /* PhotoSource.m */; };
4EA95FD5135CE959009243EE /* PhotoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EA95FD4135CE959009243EE /* PhotoViewController.m */; };
@@ -268,6 +269,8 @@
4E68298A13596FB9001EB808 /* TopicTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TopicTableViewCell.xib; sourceTree = "<group>"; };
4E6829F113597AF1001EB808 /* AsyncImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AsyncImageView.m; sourceTree = "<group>"; };
4E6829F213597AF1001EB808 /* AsyncImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AsyncImageView.h; sourceTree = "<group>"; };
+ 4E75CE0113675F1100ED9C9D /* Fetcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Fetcher.h; sourceTree = "<group>"; };
+ 4E75CE0213675F1100ED9C9D /* Fetcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Fetcher.m; sourceTree = "<group>"; };
4E8CFE9B136234CA00B810C6 /* PicCastSqlTable.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = PicCastSqlTable.db; sourceTree = "<group>"; };
4EA95FC9135CE8C3009243EE /* PhotoSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PhotoSource.m; sourceTree = "<group>"; };
4EA95FCA135CE8C3009243EE /* PhotoSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhotoSource.h; sourceTree = "<group>"; };
@@ -559,6 +562,8 @@
4EB53EE71363773B009A5AC5 /* SectionDictionary.m */,
4EE054EC1365DB58000FE2EF /* Source.h */,
4EE054ED1365DB58000FE2EF /* Source.m */,
+ 4E75CE0113675F1100ED9C9D /* Fetcher.h */,
+ 4E75CE0213675F1100ED9C9D /* Fetcher.m */,
);
name = Objects;
sourceTree = "<group>";
@@ -956,6 +961,7 @@
4EB5427B13653A50009A5AC5 /* CJSONScanner.m in Sources */,
4EB5427C13653A50009A5AC5 /* CJSONSerializer.m in Sources */,
4EE054EE1365DB58000FE2EF /* Source.m in Sources */,
+ 4E75CE0313675F1100ED9C9D /* Fetcher.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};