Skip to content

Commit

Permalink
Removed JSON Framework, formatting fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
newsyc committed Apr 2, 2011
1 parent a6c718e commit 1a4ed55
Show file tree
Hide file tree
Showing 23 changed files with 28,646 additions and 30,802 deletions.
64 changes: 0 additions & 64 deletions Orangey.xcodeproj/project.pbxproj
Expand Up @@ -24,15 +24,6 @@
7D1F98D11322143E0059EBBB /* HNEntry.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98D01322143E0059EBBB /* HNEntry.m */; };
7D1F98D613221C5E0059EBBB /* NSURL+Parameters.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98D513221C5E0059EBBB /* NSURL+Parameters.m */; };
7D1F98D9132221710059EBBB /* HNAPIRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98D81322216E0059EBBB /* HNAPIRequest.m */; };
7D1F98EE13222F0F0059EBBB /* NSObject+JSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98DD13222F0F0059EBBB /* NSObject+JSON.m */; };
7D1F98EF13222F0F0059EBBB /* SBJsonParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98DF13222F0F0059EBBB /* SBJsonParser.m */; };
7D1F98F013222F0F0059EBBB /* SBJsonStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98E113222F0F0059EBBB /* SBJsonStreamParser.m */; };
7D1F98F113222F0F0059EBBB /* SBJsonStreamParserAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98E313222F0F0059EBBB /* SBJsonStreamParserAdapter.m */; };
7D1F98F213222F0F0059EBBB /* SBJsonStreamParserState.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98E513222F0F0059EBBB /* SBJsonStreamParserState.m */; };
7D1F98F313222F0F0059EBBB /* SBJsonStreamWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98E713222F0F0059EBBB /* SBJsonStreamWriter.m */; };
7D1F98F413222F0F0059EBBB /* SBJsonStreamWriterState.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98E913222F0F0059EBBB /* SBJsonStreamWriterState.m */; };
7D1F98F513222F0F0059EBBB /* SBJsonTokeniser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98EB13222F0F0059EBBB /* SBJsonTokeniser.m */; };
7D1F98F613222F0F0059EBBB /* SBJsonWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98ED13222F0F0059EBBB /* SBJsonWriter.m */; };
7D1F98F91322306C0059EBBB /* NSObject+PerformSelector.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1F98F81322306B0059EBBB /* NSObject+PerformSelector.m */; };
7D1F98FF1322CC280059EBBB /* home.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D1F98FD1322CC280059EBBB /* home.png */; };
7D1F99001322CC280059EBBB /* home@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D1F98FE1322CC280059EBBB /* home@2x.png */; };
Expand Down Expand Up @@ -162,25 +153,6 @@
7D1F98D513221C5E0059EBBB /* NSURL+Parameters.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSURL+Parameters.m"; sourceTree = "<group>"; };
7D1F98D71322216D0059EBBB /* HNAPIRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HNAPIRequest.h; sourceTree = "<group>"; };
7D1F98D81322216E0059EBBB /* HNAPIRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HNAPIRequest.m; sourceTree = "<group>"; };
7D1F98DB13222F0F0059EBBB /* JSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSON.h; sourceTree = "<group>"; };
7D1F98DC13222F0F0059EBBB /* NSObject+JSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+JSON.h"; sourceTree = "<group>"; };
7D1F98DD13222F0F0059EBBB /* NSObject+JSON.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+JSON.m"; sourceTree = "<group>"; };
7D1F98DE13222F0F0059EBBB /* SBJsonParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJsonParser.h; sourceTree = "<group>"; };
7D1F98DF13222F0F0059EBBB /* SBJsonParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJsonParser.m; sourceTree = "<group>"; };
7D1F98E013222F0F0059EBBB /* SBJsonStreamParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJsonStreamParser.h; sourceTree = "<group>"; };
7D1F98E113222F0F0059EBBB /* SBJsonStreamParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJsonStreamParser.m; sourceTree = "<group>"; };
7D1F98E213222F0F0059EBBB /* SBJsonStreamParserAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJsonStreamParserAdapter.h; sourceTree = "<group>"; };
7D1F98E313222F0F0059EBBB /* SBJsonStreamParserAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJsonStreamParserAdapter.m; sourceTree = "<group>"; };
7D1F98E413222F0F0059EBBB /* SBJsonStreamParserState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJsonStreamParserState.h; sourceTree = "<group>"; };
7D1F98E513222F0F0059EBBB /* SBJsonStreamParserState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJsonStreamParserState.m; sourceTree = "<group>"; };
7D1F98E613222F0F0059EBBB /* SBJsonStreamWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJsonStreamWriter.h; sourceTree = "<group>"; };
7D1F98E713222F0F0059EBBB /* SBJsonStreamWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJsonStreamWriter.m; sourceTree = "<group>"; };
7D1F98E813222F0F0059EBBB /* SBJsonStreamWriterState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJsonStreamWriterState.h; sourceTree = "<group>"; };
7D1F98E913222F0F0059EBBB /* SBJsonStreamWriterState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJsonStreamWriterState.m; sourceTree = "<group>"; };
7D1F98EA13222F0F0059EBBB /* SBJsonTokeniser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJsonTokeniser.h; sourceTree = "<group>"; };
7D1F98EB13222F0F0059EBBB /* SBJsonTokeniser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJsonTokeniser.m; sourceTree = "<group>"; };
7D1F98EC13222F0F0059EBBB /* SBJsonWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJsonWriter.h; sourceTree = "<group>"; };
7D1F98ED13222F0F0059EBBB /* SBJsonWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJsonWriter.m; sourceTree = "<group>"; };
7D1F98F71322306B0059EBBB /* NSObject+PerformSelector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+PerformSelector.h"; sourceTree = "<group>"; };
7D1F98F81322306B0059EBBB /* NSObject+PerformSelector.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+PerformSelector.m"; sourceTree = "<group>"; };
7D1F98FD1322CC280059EBBB /* home.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = home.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -398,7 +370,6 @@
children = (
7D8A660213333961002012AA /* EGOTableViewPullRefresh */,
7DFFDED813325EB60082F55A /* DTAttributedTextView */,
7D1F98DA13222F000059EBBB /* json-framework */,
7D148E4F132D682D008FBF32 /* XML */,
7D1F98D313221C3D0059EBBB /* Categories */,
7D1F98C8132213E20059EBBB /* HNKit */,
Expand Down Expand Up @@ -563,32 +534,6 @@
name = Categories;
sourceTree = "<group>";
};
7D1F98DA13222F000059EBBB /* json-framework */ = {
isa = PBXGroup;
children = (
7D1F98DB13222F0F0059EBBB /* JSON.h */,
7D1F98DC13222F0F0059EBBB /* NSObject+JSON.h */,
7D1F98DD13222F0F0059EBBB /* NSObject+JSON.m */,
7D1F98DE13222F0F0059EBBB /* SBJsonParser.h */,
7D1F98DF13222F0F0059EBBB /* SBJsonParser.m */,
7D1F98E013222F0F0059EBBB /* SBJsonStreamParser.h */,
7D1F98E113222F0F0059EBBB /* SBJsonStreamParser.m */,
7D1F98E213222F0F0059EBBB /* SBJsonStreamParserAdapter.h */,
7D1F98E313222F0F0059EBBB /* SBJsonStreamParserAdapter.m */,
7D1F98E413222F0F0059EBBB /* SBJsonStreamParserState.h */,
7D1F98E513222F0F0059EBBB /* SBJsonStreamParserState.m */,
7D1F98E613222F0F0059EBBB /* SBJsonStreamWriter.h */,
7D1F98E713222F0F0059EBBB /* SBJsonStreamWriter.m */,
7D1F98E813222F0F0059EBBB /* SBJsonStreamWriterState.h */,
7D1F98E913222F0F0059EBBB /* SBJsonStreamWriterState.m */,
7D1F98EA13222F0F0059EBBB /* SBJsonTokeniser.h */,
7D1F98EB13222F0F0059EBBB /* SBJsonTokeniser.m */,
7D1F98EC13222F0F0059EBBB /* SBJsonWriter.h */,
7D1F98ED13222F0F0059EBBB /* SBJsonWriter.m */,
);
name = "json-framework";
sourceTree = "<group>";
};
7D876EC31329EDC100904F68 /* Images */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -778,15 +723,6 @@
7D1F98D11322143E0059EBBB /* HNEntry.m in Sources */,
7D1F98D613221C5E0059EBBB /* NSURL+Parameters.m in Sources */,
7D1F98D9132221710059EBBB /* HNAPIRequest.m in Sources */,
7D1F98EE13222F0F0059EBBB /* NSObject+JSON.m in Sources */,
7D1F98EF13222F0F0059EBBB /* SBJsonParser.m in Sources */,
7D1F98F013222F0F0059EBBB /* SBJsonStreamParser.m in Sources */,
7D1F98F113222F0F0059EBBB /* SBJsonStreamParserAdapter.m in Sources */,
7D1F98F213222F0F0059EBBB /* SBJsonStreamParserState.m in Sources */,
7D1F98F313222F0F0059EBBB /* SBJsonStreamWriter.m in Sources */,
7D1F98F413222F0F0059EBBB /* SBJsonStreamWriterState.m in Sources */,
7D1F98F513222F0F0059EBBB /* SBJsonTokeniser.m in Sources */,
7D1F98F613222F0F0059EBBB /* SBJsonWriter.m in Sources */,
7D1F98F91322306C0059EBBB /* NSObject+PerformSelector.m in Sources */,
7D1F990D1322E9400059EBBB /* SubmissionTableCell.m in Sources */,
7D1F99101322EE330059EBBB /* ABTableViewCell.m in Sources */,
Expand Down

0 comments on commit 1a4ed55

Please sign in to comment.