|
49 | 49 | 7F7048F11D9D8A12003C99F6 /* SessionTaskError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F7048EE1D9D8A12003C99F6 /* SessionTaskError.swift */; };
|
50 | 50 | 7F7048F31D9D8A1F003C99F6 /* URLEncodedSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F7048F21D9D8A1F003C99F6 /* URLEncodedSerialization.swift */; };
|
51 | 51 | 7FA1690D1D9D8C80006C982B /* HTTPStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FA1690C1D9D8C80006C982B /* HTTPStub.swift */; };
|
| 52 | + ECA831481DE4DDBF004EB1B5 /* ProtobufDataParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA831471DE4DDBF004EB1B5 /* ProtobufDataParser.swift */; }; |
| 53 | + ECA8314A1DE4DEBE004EB1B5 /* ProtobufDataParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA831491DE4DEBE004EB1B5 /* ProtobufDataParserTests.swift */; }; |
| 54 | + ECA8314C1DE4E677004EB1B5 /* ProtobufBodyParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA8314B1DE4E677004EB1B5 /* ProtobufBodyParameters.swift */; }; |
| 55 | + ECA8314E1DE4E739004EB1B5 /* ProtobufBodyParametersTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA8314D1DE4E739004EB1B5 /* ProtobufBodyParametersTests.swift */; }; |
52 | 56 | /* End PBXBuildFile section */
|
53 | 57 |
|
54 | 58 | /* Begin PBXContainerItemProxy section */
|
|
126 | 130 | 7F8ECDFD1B6A799E00234E04 /* Demo.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Demo.playground; sourceTree = "<group>"; };
|
127 | 131 | 7FA1690C1D9D8C80006C982B /* HTTPStub.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPStub.swift; sourceTree = "<group>"; };
|
128 | 132 | CD5115241B1FFBA900514240 /* Result.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 133 | + ECA831471DE4DDBF004EB1B5 /* ProtobufDataParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ProtobufDataParser.swift; path = Sources/APIKit/DataParser/ProtobufDataParser.swift; sourceTree = SOURCE_ROOT; }; |
| 134 | + ECA831491DE4DEBE004EB1B5 /* ProtobufDataParserTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProtobufDataParserTests.swift; sourceTree = "<group>"; }; |
| 135 | + ECA8314B1DE4E677004EB1B5 /* ProtobufBodyParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ProtobufBodyParameters.swift; path = Sources/APIKit/BodyParameters/ProtobufBodyParameters.swift; sourceTree = SOURCE_ROOT; }; |
| 136 | + ECA8314D1DE4E739004EB1B5 /* ProtobufBodyParametersTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProtobufBodyParametersTests.swift; sourceTree = "<group>"; }; |
129 | 137 | /* End PBXFileReference section */
|
130 | 138 |
|
131 | 139 | /* Begin PBXFrameworksBuildPhase section */
|
|
176 | 184 | 7F7048DB1D9D89FB003C99F6 /* FormURLEncodedBodyParameters.swift */,
|
177 | 185 | 7F7048DC1D9D89FB003C99F6 /* JSONBodyParameters.swift */,
|
178 | 186 | 7F7048DD1D9D89FB003C99F6 /* MultipartFormDataBodyParameters.swift */,
|
| 187 | + ECA8314B1DE4E677004EB1B5 /* ProtobufBodyParameters.swift */, |
179 | 188 | 7F7048D81D9D89FB003C99F6 /* AbstractInputStream.m */,
|
180 | 189 | );
|
181 | 190 | path = BodyParameters;
|
|
230 | 239 | 7F698E3C1D9D680C00F1561D /* FormURLEncodedBodyParametersTests.swift */,
|
231 | 240 | 7F698E3D1D9D680C00F1561D /* JSONBodyParametersTests.swift */,
|
232 | 241 | 7F698E3E1D9D680C00F1561D /* MultipartFormDataParametersTests.swift */,
|
| 242 | + ECA8314D1DE4E739004EB1B5 /* ProtobufBodyParametersTests.swift */, |
233 | 243 | 7F698E3F1D9D680C00F1561D /* URLEncodedSerializationTests.swift */,
|
234 | 244 | );
|
235 | 245 | path = BodyParametersType;
|
|
240 | 250 | children = (
|
241 | 251 | 7F698E411D9D680C00F1561D /* FormURLEncodedDataParserTests.swift */,
|
242 | 252 | 7F698E421D9D680C00F1561D /* JSONDataParserTests.swift */,
|
| 253 | + ECA831491DE4DEBE004EB1B5 /* ProtobufDataParserTests.swift */, |
243 | 254 | 7F698E431D9D680C00F1561D /* StringDataParserTests.swift */,
|
244 | 255 | );
|
245 | 256 | path = DataParserType;
|
|
327 | 338 | 7F7048E41D9D8A08003C99F6 /* DataParser.swift */,
|
328 | 339 | 7F7048E51D9D8A08003C99F6 /* FormURLEncodedDataParser.swift */,
|
329 | 340 | 7F7048E61D9D8A08003C99F6 /* JSONDataParser.swift */,
|
| 341 | + ECA831471DE4DDBF004EB1B5 /* ProtobufDataParser.swift */, |
330 | 342 | 7F7048E71D9D8A08003C99F6 /* StringDataParser.swift */,
|
331 | 343 | );
|
332 | 344 | path = DataParser;
|
|
458 | 470 | 7F7048D61D9D89F2003C99F6 /* SessionAdapter.swift in Sources */,
|
459 | 471 | 7F7048EF1D9D8A12003C99F6 /* RequestError.swift in Sources */,
|
460 | 472 | 7F7048E91D9D8A08003C99F6 /* FormURLEncodedDataParser.swift in Sources */,
|
| 473 | + ECA8314C1DE4E677004EB1B5 /* ProtobufBodyParameters.swift in Sources */, |
461 | 474 | 7F7048E11D9D89FB003C99F6 /* FormURLEncodedBodyParameters.swift in Sources */,
|
462 | 475 | 7F7048F11D9D8A12003C99F6 /* SessionTaskError.swift in Sources */,
|
| 476 | + ECA831481DE4DDBF004EB1B5 /* ProtobufDataParser.swift in Sources */, |
463 | 477 | 7F7048F31D9D8A1F003C99F6 /* URLEncodedSerialization.swift in Sources */,
|
464 | 478 | 7F7048D71D9D89F2003C99F6 /* URLSessionAdapter.swift in Sources */,
|
465 | 479 | 7F7048EB1D9D8A08003C99F6 /* StringDataParser.swift in Sources */,
|
|
476 | 490 | 7F698E5B1D9D680C00F1561D /* SessionCallbackQueueTests.swift in Sources */,
|
477 | 491 | 7F698E501D9D680C00F1561D /* FormURLEncodedBodyParametersTests.swift in Sources */,
|
478 | 492 | 7F698E581D9D680C00F1561D /* RequestTests.swift in Sources */,
|
| 493 | + ECA8314A1DE4DEBE004EB1B5 /* ProtobufDataParserTests.swift in Sources */, |
479 | 494 | 7F698E5E1D9D680C00F1561D /* TestRequest.swift in Sources */,
|
480 | 495 | 7F698E601D9D680C00F1561D /* TestSessionTask.swift in Sources */,
|
481 | 496 | 7FA1690D1D9D8C80006C982B /* HTTPStub.swift in Sources */,
|
|
484 | 499 | 7F698E541D9D680C00F1561D /* FormURLEncodedDataParserTests.swift in Sources */,
|
485 | 500 | 7F698E591D9D680C00F1561D /* URLSessionAdapterSubclassTests.swift in Sources */,
|
486 | 501 | 7F698E551D9D680C00F1561D /* JSONDataParserTests.swift in Sources */,
|
| 502 | + ECA8314E1DE4E739004EB1B5 /* ProtobufBodyParametersTests.swift in Sources */, |
487 | 503 | 7F698E511D9D680C00F1561D /* JSONBodyParametersTests.swift in Sources */,
|
488 | 504 | 7F698E521D9D680C00F1561D /* MultipartFormDataParametersTests.swift in Sources */,
|
489 | 505 | 7F698E531D9D680C00F1561D /* URLEncodedSerializationTests.swift in Sources */,
|
|
0 commit comments