|
12 | 12 | 4A4453811589EE9100B44ABB /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A44537A1589EE9100B44ABB /* base64.c */; };
|
13 | 13 | 4A4453821589EE9100B44ABB /* NSData+SRB64Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A44537D1589EE9100B44ABB /* NSData+SRB64Additions.m */; };
|
14 | 14 | 4A4453831589EE9100B44ABB /* SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A4453801589EE9100B44ABB /* SRWebSocket.m */; };
|
15 |
| - 4A92E916179548B40077B69C /* SBJsonParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A92E903179548B40077B69C /* SBJsonParser.m */; }; |
16 |
| - 4A92E917179548B40077B69C /* SBJsonStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A92E905179548B40077B69C /* SBJsonStreamParser.m */; }; |
17 |
| - 4A92E918179548B40077B69C /* SBJsonStreamParserAccumulator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A92E907179548B40077B69C /* SBJsonStreamParserAccumulator.m */; }; |
18 |
| - 4A92E919179548B40077B69C /* SBJsonStreamParserAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A92E909179548B40077B69C /* SBJsonStreamParserAdapter.m */; }; |
19 |
| - 4A92E91A179548B40077B69C /* SBJsonStreamParserState.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A92E90B179548B40077B69C /* SBJsonStreamParserState.m */; }; |
20 |
| - 4A92E91B179548B40077B69C /* SBJsonStreamTokeniser.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A92E90D179548B40077B69C /* SBJsonStreamTokeniser.m */; }; |
21 |
| - 4A92E91C179548B40077B69C /* SBJsonStreamWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A92E90F179548B40077B69C /* SBJsonStreamWriter.m */; }; |
22 |
| - 4A92E91D179548B40077B69C /* SBJsonStreamWriterAccumulator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A92E911179548B40077B69C /* SBJsonStreamWriterAccumulator.m */; }; |
23 |
| - 4A92E91E179548B40077B69C /* SBJsonStreamWriterState.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A92E913179548B40077B69C /* SBJsonStreamWriterState.m */; }; |
24 |
| - 4A92E91F179548B40077B69C /* SBJsonWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A92E915179548B40077B69C /* SBJsonWriter.m */; }; |
25 | 15 | 4AD96DF41680853E00D9E42D /* SocketIOPacket.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AD96DF31680853E00D9E42D /* SocketIOPacket.m */; };
|
26 | 16 | 4AD96DF816808B7900D9E42D /* SocketIOTransportWebsocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AD96DF716808B7900D9E42D /* SocketIOTransportWebsocket.m */; };
|
27 | 17 | 4AD96DFC16822DE300D9E42D /* SocketIOTransportXHR.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AD96DFB16822DE300D9E42D /* SocketIOTransportXHR.m */; };
|
|
50 | 40 | 4A44537E1589EE9100B44ABB /* SocketRocket-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SocketRocket-Prefix.pch"; path = "submodules/socket-rocket/SocketRocket/SocketRocket-Prefix.pch"; sourceTree = SOURCE_ROOT; };
|
51 | 41 | 4A44537F1589EE9100B44ABB /* SRWebSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SRWebSocket.h; path = "submodules/socket-rocket/SocketRocket/SRWebSocket.h"; sourceTree = SOURCE_ROOT; };
|
52 | 42 | 4A4453801589EE9100B44ABB /* SRWebSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SRWebSocket.m; path = "submodules/socket-rocket/SocketRocket/SRWebSocket.m"; sourceTree = SOURCE_ROOT; };
|
53 |
| - 4A92E901179548B40077B69C /* SBJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJson.h; path = "submodules/json-framework/src/main/objc/SBJson.h"; sourceTree = "<group>"; }; |
54 |
| - 4A92E902179548B40077B69C /* SBJsonParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonParser.h; path = "submodules/json-framework/src/main/objc/SBJsonParser.h"; sourceTree = "<group>"; }; |
55 |
| - 4A92E903179548B40077B69C /* SBJsonParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonParser.m; path = "submodules/json-framework/src/main/objc/SBJsonParser.m"; sourceTree = "<group>"; }; |
56 |
| - 4A92E904179548B40077B69C /* SBJsonStreamParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParser.h; path = "submodules/json-framework/src/main/objc/SBJsonStreamParser.h"; sourceTree = "<group>"; }; |
57 |
| - 4A92E905179548B40077B69C /* SBJsonStreamParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParser.m; path = "submodules/json-framework/src/main/objc/SBJsonStreamParser.m"; sourceTree = "<group>"; }; |
58 |
| - 4A92E906179548B40077B69C /* SBJsonStreamParserAccumulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParserAccumulator.h; path = "submodules/json-framework/src/main/objc/SBJsonStreamParserAccumulator.h"; sourceTree = "<group>"; }; |
59 |
| - 4A92E907179548B40077B69C /* SBJsonStreamParserAccumulator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParserAccumulator.m; path = "submodules/json-framework/src/main/objc/SBJsonStreamParserAccumulator.m"; sourceTree = "<group>"; }; |
60 |
| - 4A92E908179548B40077B69C /* SBJsonStreamParserAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParserAdapter.h; path = "submodules/json-framework/src/main/objc/SBJsonStreamParserAdapter.h"; sourceTree = "<group>"; }; |
61 |
| - 4A92E909179548B40077B69C /* SBJsonStreamParserAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParserAdapter.m; path = "submodules/json-framework/src/main/objc/SBJsonStreamParserAdapter.m"; sourceTree = "<group>"; }; |
62 |
| - 4A92E90A179548B40077B69C /* SBJsonStreamParserState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamParserState.h; path = "submodules/json-framework/src/main/objc/SBJsonStreamParserState.h"; sourceTree = "<group>"; }; |
63 |
| - 4A92E90B179548B40077B69C /* SBJsonStreamParserState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamParserState.m; path = "submodules/json-framework/src/main/objc/SBJsonStreamParserState.m"; sourceTree = "<group>"; }; |
64 |
| - 4A92E90C179548B40077B69C /* SBJsonStreamTokeniser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamTokeniser.h; path = "submodules/json-framework/src/main/objc/SBJsonStreamTokeniser.h"; sourceTree = "<group>"; }; |
65 |
| - 4A92E90D179548B40077B69C /* SBJsonStreamTokeniser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamTokeniser.m; path = "submodules/json-framework/src/main/objc/SBJsonStreamTokeniser.m"; sourceTree = "<group>"; }; |
66 |
| - 4A92E90E179548B40077B69C /* SBJsonStreamWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamWriter.h; path = "submodules/json-framework/src/main/objc/SBJsonStreamWriter.h"; sourceTree = "<group>"; }; |
67 |
| - 4A92E90F179548B40077B69C /* SBJsonStreamWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamWriter.m; path = "submodules/json-framework/src/main/objc/SBJsonStreamWriter.m"; sourceTree = "<group>"; }; |
68 |
| - 4A92E910179548B40077B69C /* SBJsonStreamWriterAccumulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamWriterAccumulator.h; path = "submodules/json-framework/src/main/objc/SBJsonStreamWriterAccumulator.h"; sourceTree = "<group>"; }; |
69 |
| - 4A92E911179548B40077B69C /* SBJsonStreamWriterAccumulator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamWriterAccumulator.m; path = "submodules/json-framework/src/main/objc/SBJsonStreamWriterAccumulator.m"; sourceTree = "<group>"; }; |
70 |
| - 4A92E912179548B40077B69C /* SBJsonStreamWriterState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonStreamWriterState.h; path = "submodules/json-framework/src/main/objc/SBJsonStreamWriterState.h"; sourceTree = "<group>"; }; |
71 |
| - 4A92E913179548B40077B69C /* SBJsonStreamWriterState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonStreamWriterState.m; path = "submodules/json-framework/src/main/objc/SBJsonStreamWriterState.m"; sourceTree = "<group>"; }; |
72 |
| - 4A92E914179548B40077B69C /* SBJsonWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SBJsonWriter.h; path = "submodules/json-framework/src/main/objc/SBJsonWriter.h"; sourceTree = "<group>"; }; |
73 |
| - 4A92E915179548B40077B69C /* SBJsonWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SBJsonWriter.m; path = "submodules/json-framework/src/main/objc/SBJsonWriter.m"; sourceTree = "<group>"; }; |
74 | 43 | 4AD96DF21680853E00D9E42D /* SocketIOPacket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SocketIOPacket.h; sourceTree = SOURCE_ROOT; };
|
75 | 44 | 4AD96DF31680853E00D9E42D /* SocketIOPacket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SocketIOPacket.m; sourceTree = SOURCE_ROOT; };
|
76 | 45 | 4AD96DF616808B7900D9E42D /* SocketIOTransportWebsocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SocketIOTransportWebsocket.h; path = ../SocketIOTransportWebsocket.h; sourceTree = "<group>"; };
|
|
119 | 88 | /* End PBXFrameworksBuildPhase section */
|
120 | 89 |
|
121 | 90 | /* Begin PBXGroup section */
|
122 |
| - 4A4453781589EE6300B44ABB /* SBJson */ = { |
123 |
| - isa = PBXGroup; |
124 |
| - children = ( |
125 |
| - 4A92E901179548B40077B69C /* SBJson.h */, |
126 |
| - 4A92E902179548B40077B69C /* SBJsonParser.h */, |
127 |
| - 4A92E903179548B40077B69C /* SBJsonParser.m */, |
128 |
| - 4A92E904179548B40077B69C /* SBJsonStreamParser.h */, |
129 |
| - 4A92E905179548B40077B69C /* SBJsonStreamParser.m */, |
130 |
| - 4A92E906179548B40077B69C /* SBJsonStreamParserAccumulator.h */, |
131 |
| - 4A92E907179548B40077B69C /* SBJsonStreamParserAccumulator.m */, |
132 |
| - 4A92E908179548B40077B69C /* SBJsonStreamParserAdapter.h */, |
133 |
| - 4A92E909179548B40077B69C /* SBJsonStreamParserAdapter.m */, |
134 |
| - 4A92E90A179548B40077B69C /* SBJsonStreamParserState.h */, |
135 |
| - 4A92E90B179548B40077B69C /* SBJsonStreamParserState.m */, |
136 |
| - 4A92E90C179548B40077B69C /* SBJsonStreamTokeniser.h */, |
137 |
| - 4A92E90D179548B40077B69C /* SBJsonStreamTokeniser.m */, |
138 |
| - 4A92E90E179548B40077B69C /* SBJsonStreamWriter.h */, |
139 |
| - 4A92E90F179548B40077B69C /* SBJsonStreamWriter.m */, |
140 |
| - 4A92E910179548B40077B69C /* SBJsonStreamWriterAccumulator.h */, |
141 |
| - 4A92E911179548B40077B69C /* SBJsonStreamWriterAccumulator.m */, |
142 |
| - 4A92E912179548B40077B69C /* SBJsonStreamWriterState.h */, |
143 |
| - 4A92E913179548B40077B69C /* SBJsonStreamWriterState.m */, |
144 |
| - 4A92E914179548B40077B69C /* SBJsonWriter.h */, |
145 |
| - 4A92E915179548B40077B69C /* SBJsonWriter.m */, |
146 |
| - ); |
147 |
| - name = SBJson; |
148 |
| - path = ..; |
149 |
| - sourceTree = "<group>"; |
150 |
| - }; |
151 | 91 | 4A4453791589EE7D00B44ABB /* SocketRocket */ = {
|
152 | 92 | isa = PBXGroup;
|
153 | 93 | children = (
|
|
198 | 138 | isa = PBXGroup;
|
199 | 139 | children = (
|
200 | 140 | 4A4453791589EE7D00B44ABB /* SocketRocket */,
|
201 |
| - 4A4453781589EE6300B44ABB /* SBJson */, |
202 | 141 | 4ADCCBB015790D760022990C /* AppDelegate.h */,
|
203 | 142 | 4ADCCBB115790D760022990C /* AppDelegate.m */,
|
204 | 143 | 4ADCCBB315790D760022990C /* ViewController.h */,
|
|
305 | 244 | 4AD96DF41680853E00D9E42D /* SocketIOPacket.m in Sources */,
|
306 | 245 | 4AD96DF816808B7900D9E42D /* SocketIOTransportWebsocket.m in Sources */,
|
307 | 246 | 4AD96DFC16822DE300D9E42D /* SocketIOTransportXHR.m in Sources */,
|
308 |
| - 4A92E916179548B40077B69C /* SBJsonParser.m in Sources */, |
309 |
| - 4A92E917179548B40077B69C /* SBJsonStreamParser.m in Sources */, |
310 |
| - 4A92E918179548B40077B69C /* SBJsonStreamParserAccumulator.m in Sources */, |
311 |
| - 4A92E919179548B40077B69C /* SBJsonStreamParserAdapter.m in Sources */, |
312 |
| - 4A92E91A179548B40077B69C /* SBJsonStreamParserState.m in Sources */, |
313 |
| - 4A92E91B179548B40077B69C /* SBJsonStreamTokeniser.m in Sources */, |
314 |
| - 4A92E91C179548B40077B69C /* SBJsonStreamWriter.m in Sources */, |
315 |
| - 4A92E91D179548B40077B69C /* SBJsonStreamWriterAccumulator.m in Sources */, |
316 |
| - 4A92E91E179548B40077B69C /* SBJsonStreamWriterState.m in Sources */, |
317 |
| - 4A92E91F179548B40077B69C /* SBJsonWriter.m in Sources */, |
318 | 247 | );
|
319 | 248 | runOnlyForDeploymentPostprocessing = 0;
|
320 | 249 | };
|
|
0 commit comments