Skip to content

Commit

Permalink
Remove category methods - fixes SBJson#160
Browse files Browse the repository at this point in the history
  • Loading branch information
stig authored and Michael Ochs committed Feb 5, 2013
1 parent dfdf7af commit a212c6d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 171 deletions.
12 changes: 0 additions & 12 deletions SBJson.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
BC417FF913A1008F00C8BC49 /* ProxyTest.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8852301391D6DD00370E55 /* ProxyTest.m */; };
BC417FFB13A1008F00C8BC49 /* StreamSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8852971391D6DE00370E55 /* StreamSuite.m */; };
BC417FFC13A1008F00C8BC49 /* WriterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8852981391D6DE00370E55 /* WriterTest.m */; };
BC88513F1391D6CD00370E55 /* NSObject+SBJson.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8851251391D6CD00370E55 /* NSObject+SBJson.h */; settings = {ATTRIBUTES = (Public, ); }; };
BC8851401391D6CD00370E55 /* NSObject+SBJson.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8851261391D6CD00370E55 /* NSObject+SBJson.m */; };
BC8851411391D6CD00370E55 /* SBJson.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8851271391D6CD00370E55 /* SBJson.h */; settings = {ATTRIBUTES = (Public, ); }; };
BC8851421391D6CD00370E55 /* SBJsonParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8851281391D6CD00370E55 /* SBJsonParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
BC8851431391D6CD00370E55 /* SBJsonParser.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8851291391D6CD00370E55 /* SBJsonParser.m */; };
Expand Down Expand Up @@ -48,7 +46,6 @@
BC8853911391D6DE00370E55 /* StreamSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8852971391D6DE00370E55 /* StreamSuite.m */; };
BC8853921391D6DE00370E55 /* WriterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8852981391D6DE00370E55 /* WriterTest.m */; };
BCADB7CE139210C90057A705 /* SBJson.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8851271391D6CD00370E55 /* SBJson.h */; settings = {ATTRIBUTES = (Public, ); }; };
BCADB7CF139210C90057A705 /* NSObject+SBJson.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8851251391D6CD00370E55 /* NSObject+SBJson.h */; settings = {ATTRIBUTES = (Public, ); }; };
BCADB7D0139210C90057A705 /* SBJsonParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8851281391D6CD00370E55 /* SBJsonParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
BCADB7D1139210C90057A705 /* SBJsonStreamParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BC88512A1391D6CD00370E55 /* SBJsonStreamParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
BCADB7D2139210C90057A705 /* SBJsonStreamParserAccumulator.h in Headers */ = {isa = PBXBuildFile; fileRef = BC88512C1391D6CD00370E55 /* SBJsonStreamParserAccumulator.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand All @@ -66,7 +63,6 @@
BCC2627613920FC7003D9994 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC8853981391D74C00370E55 /* Foundation.framework */; };
BCC2627B13920FC7003D9994 /* libsbjson-ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BCC2626913920FC7003D9994 /* libsbjson-ios.a */; };
BCC2628113920FC7003D9994 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BCC2627F13920FC7003D9994 /* InfoPlist.strings */; };
BCC2628D13921035003D9994 /* NSObject+SBJson.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8851261391D6CD00370E55 /* NSObject+SBJson.m */; };
BCC2628E13921035003D9994 /* SBJsonParser.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8851291391D6CD00370E55 /* SBJsonParser.m */; };
BCC2628F13921035003D9994 /* SBJsonStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = BC88512B1391D6CD00370E55 /* SBJsonStreamParser.m */; };
BCC2629013921035003D9994 /* SBJsonStreamParserAccumulator.m in Sources */ = {isa = PBXBuildFile; fileRef = BC88512D1391D6CD00370E55 /* SBJsonStreamParserAccumulator.m */; };
Expand Down Expand Up @@ -118,8 +114,6 @@
BC1232591391D5CC00131607 /* SBJsonTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SBJsonTests-Info.plist"; sourceTree = "<group>"; };
BC12325B1391D5CC00131607 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
BC12325D1391D5CC00131607 /* SBJsonTests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SBJsonTests-Prefix.pch"; sourceTree = "<group>"; };
BC8851251391D6CD00370E55 /* NSObject+SBJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+SBJson.h"; sourceTree = "<group>"; };
BC8851261391D6CD00370E55 /* NSObject+SBJson.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+SBJson.m"; sourceTree = "<group>"; };
BC8851271391D6CD00370E55 /* SBJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJson.h; sourceTree = "<group>"; };
BC8851281391D6CD00370E55 /* SBJsonParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJsonParser.h; sourceTree = "<group>"; };
BC8851291391D6CD00370E55 /* SBJsonParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJsonParser.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -325,7 +319,6 @@
D7F64E221692549E009DF12E /* objc */ = {
isa = PBXGroup;
children = (
BC8851261391D6CD00370E55 /* NSObject+SBJson.m */,
BC8851271391D6CD00370E55 /* SBJson.h */,
BC8851371391D6CD00370E55 /* SBJsonStreamWriterState.m */,
BC8851361391D6CD00370E55 /* SBJsonStreamWriterState.h */,
Expand All @@ -337,7 +330,6 @@
BC8851281391D6CD00370E55 /* SBJsonParser.h */,
BC8851331391D6CD00370E55 /* SBJsonStreamWriter.m */,
BC8851391391D6CD00370E55 /* SBJsonTokeniser.m */,
BC8851251391D6CD00370E55 /* NSObject+SBJson.h */,
BC88512D1391D6CD00370E55 /* SBJsonStreamParserAccumulator.m */,
BC88512A1391D6CD00370E55 /* SBJsonStreamParser.h */,
BC88512E1391D6CD00370E55 /* SBJsonStreamParserAdapter.h */,
Expand Down Expand Up @@ -397,7 +389,6 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
BC88513F1391D6CD00370E55 /* NSObject+SBJson.h in Headers */,
BC8851421391D6CD00370E55 /* SBJsonParser.h in Headers */,
BC8851441391D6CD00370E55 /* SBJsonStreamParser.h in Headers */,
BC8851461391D6CD00370E55 /* SBJsonStreamParserAccumulator.h in Headers */,
Expand All @@ -423,7 +414,6 @@
BCADB7D1139210C90057A705 /* SBJsonStreamParser.h in Headers */,
BCADB7D3139210C90057A705 /* SBJsonStreamParserAdapter.h in Headers */,
BCADB7D5139210C90057A705 /* SBJsonStreamWriter.h in Headers */,
BCADB7CF139210C90057A705 /* NSObject+SBJson.h in Headers */,
BCADB7D2139210C90057A705 /* SBJsonStreamParserAccumulator.h in Headers */,
BCADB7D6139210C90057A705 /* SBJsonStreamWriterAccumulator.h in Headers */,
BCADB7D4139210C90057A705 /* SBJsonStreamParserState.h in Headers */,
Expand Down Expand Up @@ -609,7 +599,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BC8851401391D6CD00370E55 /* NSObject+SBJson.m in Sources */,
BC8851431391D6CD00370E55 /* SBJsonParser.m in Sources */,
BC8851451391D6CD00370E55 /* SBJsonStreamParser.m in Sources */,
BC8851471391D6CD00370E55 /* SBJsonStreamParserAccumulator.m in Sources */,
Expand Down Expand Up @@ -642,7 +631,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BCC2628D13921035003D9994 /* NSObject+SBJson.m in Sources */,
BCC2628E13921035003D9994 /* SBJsonParser.m in Sources */,
BCC2628F13921035003D9994 /* SBJsonStreamParser.m in Sources */,
BCC2629013921035003D9994 /* SBJsonStreamParserAccumulator.m in Sources */,
Expand Down
82 changes: 0 additions & 82 deletions src/main/objc/NSObject+SBJson.h

This file was deleted.

76 changes: 0 additions & 76 deletions src/main/objc/NSObject+SBJson.m

This file was deleted.

1 change: 0 additions & 1 deletion src/main/objc/SBJson.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@
#import "SBJsonStreamParser.h"
#import "SBJsonStreamParserAdapter.h"
#import "SBJsonStreamWriter.h"
#import "NSObject+SBJson.h"

0 comments on commit a212c6d

Please sign in to comment.