|
66 | 66 | 5B1FD9C51D6D16150080E83C /* CFURLSessionInterface.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9C11D6D160F0080E83C /* CFURLSessionInterface.c */; };
|
67 | 67 | 5B1FD9C61D6D161A0080E83C /* CFURLSessionInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B1FD9C21D6D160F0080E83C /* CFURLSessionInterface.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
68 | 68 | 5B1FD9D41D6D16580080E83C /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9C81D6D16580080E83C /* Configuration.swift */; };
|
69 |
| - 5B1FD9D51D6D16580080E83C /* EasyHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9C91D6D16580080E83C /* EasyHandle.swift */; }; |
70 |
| - 5B1FD9D61D6D16580080E83C /* HTTPBodySource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9CA1D6D16580080E83C /* HTTPBodySource.swift */; }; |
71 |
| - 5B1FD9D71D6D16580080E83C /* HTTPMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9CB1D6D16580080E83C /* HTTPMessage.swift */; }; |
72 |
| - 5B1FD9D81D6D16580080E83C /* libcurlHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9CC1D6D16580080E83C /* libcurlHelpers.swift */; }; |
73 |
| - 5B1FD9D91D6D16580080E83C /* MultiHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9CD1D6D16580080E83C /* MultiHandle.swift */; }; |
74 | 69 | 5B1FD9DA1D6D16580080E83C /* NSURLSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9CE1D6D16580080E83C /* NSURLSession.swift */; };
|
75 | 70 | 5B1FD9DB1D6D16580080E83C /* NSURLSessionConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9CF1D6D16580080E83C /* NSURLSessionConfiguration.swift */; };
|
76 | 71 | 5B1FD9DC1D6D16580080E83C /* NSURLSessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9D01D6D16580080E83C /* NSURLSessionDelegate.swift */; };
|
77 | 72 | 5B1FD9DD1D6D16580080E83C /* NSURLSessionTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9D11D6D16580080E83C /* NSURLSessionTask.swift */; };
|
78 | 73 | 5B1FD9DE1D6D16580080E83C /* TaskRegistry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9D21D6D16580080E83C /* TaskRegistry.swift */; };
|
79 |
| - 5B1FD9DF1D6D16580080E83C /* TransferState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9D31D6D16580080E83C /* TransferState.swift */; }; |
80 | 74 | 5B1FD9E11D6D178E0080E83C /* libcurl.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B1FD9E01D6D178E0080E83C /* libcurl.3.dylib */; };
|
81 |
| - E429ED451E9638DA0031BC20 /* HTTPURLProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = E429ED441E9638DA0031BC20 /* HTTPURLProtocol.swift */; }; |
82 | 75 | 5B1FD9E31D6D17B80080E83C /* TestNSURLSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1FD9E21D6D17B80080E83C /* TestNSURLSession.swift */; };
|
83 | 76 | 5B23AB871CE62D17000DB898 /* Boxing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B23AB861CE62D17000DB898 /* Boxing.swift */; };
|
84 | 77 | 5B23AB891CE62D4D000DB898 /* ReferenceConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B23AB881CE62D4D000DB898 /* ReferenceConvertible.swift */; };
|
|
318 | 311 | 7900433C1CACD33E00ECCBF1 /* TestNSPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7900433A1CACD33E00ECCBF1 /* TestNSPredicate.swift */; };
|
319 | 312 | 90E645DF1E4C89A400D0D47C /* TestNSCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90E645DE1E4C89A400D0D47C /* TestNSCache.swift */; };
|
320 | 313 | AE35A1861CBAC85E0042DB84 /* SwiftFoundation.h in Headers */ = {isa = PBXBuildFile; fileRef = AE35A1851CBAC85E0042DB84 /* SwiftFoundation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
| 314 | + B9974B961EDF4A22007F15B8 /* TransferState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B8F1EDF4A22007F15B8 /* TransferState.swift */; }; |
| 315 | + B9974B971EDF4A22007F15B8 /* MultiHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B901EDF4A22007F15B8 /* MultiHandle.swift */; }; |
| 316 | + B9974B981EDF4A22007F15B8 /* libcurlHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */; }; |
| 317 | + B9974B991EDF4A22007F15B8 /* HTTPURLProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B921EDF4A22007F15B8 /* HTTPURLProtocol.swift */; }; |
| 318 | + B9974B9A1EDF4A22007F15B8 /* HTTPMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B931EDF4A22007F15B8 /* HTTPMessage.swift */; }; |
| 319 | + B9974B9B1EDF4A22007F15B8 /* HTTPBodySource.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B941EDF4A22007F15B8 /* HTTPBodySource.swift */; }; |
| 320 | + B9974B9C1EDF4A22007F15B8 /* EasyHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B951EDF4A22007F15B8 /* EasyHandle.swift */; }; |
321 | 321 | BD8042161E09857800487EB8 /* TestNSLengthFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8042151E09857800487EB8 /* TestNSLengthFormatter.swift */; };
|
322 | 322 | BDBB65901E256BFA001A7286 /* TestNSEnergyFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDBB658F1E256BFA001A7286 /* TestNSEnergyFormatter.swift */; };
|
323 | 323 | BDFDF0A71DFF5B3E00C04CC5 /* TestNSPersonNameComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDFDF0A61DFF5B3E00C04CC5 /* TestNSPersonNameComponents.swift */; };
|
|
489 | 489 | 5B1FD9C11D6D160F0080E83C /* CFURLSessionInterface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CFURLSessionInterface.c; sourceTree = "<group>"; };
|
490 | 490 | 5B1FD9C21D6D160F0080E83C /* CFURLSessionInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CFURLSessionInterface.h; sourceTree = "<group>"; };
|
491 | 491 | 5B1FD9C81D6D16580080E83C /* Configuration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Configuration.swift; sourceTree = "<group>"; };
|
492 |
| - 5B1FD9C91D6D16580080E83C /* EasyHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EasyHandle.swift; sourceTree = "<group>"; }; |
493 |
| - 5B1FD9CA1D6D16580080E83C /* HTTPBodySource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPBodySource.swift; sourceTree = "<group>"; }; |
494 |
| - 5B1FD9CB1D6D16580080E83C /* HTTPMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPMessage.swift; sourceTree = "<group>"; }; |
495 |
| - 5B1FD9CC1D6D16580080E83C /* libcurlHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = libcurlHelpers.swift; sourceTree = "<group>"; }; |
496 |
| - 5B1FD9CD1D6D16580080E83C /* MultiHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultiHandle.swift; sourceTree = "<group>"; }; |
497 | 492 | 5B1FD9CE1D6D16580080E83C /* NSURLSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSURLSession.swift; sourceTree = "<group>"; };
|
498 | 493 | 5B1FD9CF1D6D16580080E83C /* NSURLSessionConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSURLSessionConfiguration.swift; sourceTree = "<group>"; };
|
499 | 494 | 5B1FD9D01D6D16580080E83C /* NSURLSessionDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSURLSessionDelegate.swift; sourceTree = "<group>"; };
|
500 | 495 | 5B1FD9D11D6D16580080E83C /* NSURLSessionTask.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSURLSessionTask.swift; sourceTree = "<group>"; };
|
501 | 496 | 5B1FD9D21D6D16580080E83C /* TaskRegistry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TaskRegistry.swift; sourceTree = "<group>"; };
|
502 |
| - 5B1FD9D31D6D16580080E83C /* TransferState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransferState.swift; sourceTree = "<group>"; }; |
503 | 497 | 5B1FD9E01D6D178E0080E83C /* libcurl.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcurl.3.dylib; path = usr/lib/libcurl.3.dylib; sourceTree = SDKROOT; };
|
504 |
| - E429ED441E9638DA0031BC20 /* HTTPURLProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPURLProtocol.swift; path = HTTPURLProtocol.swift; sourceTree = "<group>"; }; |
505 | 498 | 5B1FD9E21D6D17B80080E83C /* TestNSURLSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSURLSession.swift; sourceTree = "<group>"; };
|
506 | 499 | 5B23AB861CE62D17000DB898 /* Boxing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Boxing.swift; sourceTree = "<group>"; };
|
507 | 500 | 5B23AB881CE62D4D000DB898 /* ReferenceConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReferenceConvertible.swift; sourceTree = "<group>"; };
|
|
769 | 762 | A5A34B551C18C85D00FD972B /* TestNSByteCountFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSByteCountFormatter.swift; sourceTree = "<group>"; };
|
770 | 763 | AE35A1851CBAC85E0042DB84 /* SwiftFoundation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SwiftFoundation.h; sourceTree = "<group>"; };
|
771 | 764 | B167A6641ED7303F0040B09A /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
| 765 | + B9974B8F1EDF4A22007F15B8 /* TransferState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TransferState.swift; path = http/TransferState.swift; sourceTree = "<group>"; }; |
| 766 | + B9974B901EDF4A22007F15B8 /* MultiHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MultiHandle.swift; path = http/MultiHandle.swift; sourceTree = "<group>"; }; |
| 767 | + B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = libcurlHelpers.swift; path = http/libcurlHelpers.swift; sourceTree = "<group>"; }; |
| 768 | + B9974B921EDF4A22007F15B8 /* HTTPURLProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPURLProtocol.swift; path = http/HTTPURLProtocol.swift; sourceTree = "<group>"; }; |
| 769 | + B9974B931EDF4A22007F15B8 /* HTTPMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPMessage.swift; path = http/HTTPMessage.swift; sourceTree = "<group>"; }; |
| 770 | + B9974B941EDF4A22007F15B8 /* HTTPBodySource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPBodySource.swift; path = http/HTTPBodySource.swift; sourceTree = "<group>"; }; |
| 771 | + B9974B951EDF4A22007F15B8 /* EasyHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EasyHandle.swift; path = http/EasyHandle.swift; sourceTree = "<group>"; }; |
772 | 772 | BD8042151E09857800487EB8 /* TestNSLengthFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSLengthFormatter.swift; sourceTree = "<group>"; };
|
773 | 773 | BDBB658F1E256BFA001A7286 /* TestNSEnergyFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSEnergyFormatter.swift; sourceTree = "<group>"; };
|
774 | 774 | BDFDF0A61DFF5B3E00C04CC5 /* TestNSPersonNameComponents.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSPersonNameComponents.swift; sourceTree = "<group>"; };
|
|
952 | 952 | path = NSURLSession;
|
953 | 953 | sourceTree = "<group>";
|
954 | 954 | };
|
955 |
| - E4F889331E9CF04D008A70EB /* http */ = { |
956 |
| - isa = PBXGroup; |
957 |
| - children = ( |
958 |
| - E429ED441E9638DA0031BC20 /* HTTPURLProtocol.swift */, |
959 |
| - 5B1FD9C91D6D16580080E83C /* EasyHandle.swift */, |
960 |
| - 5B1FD9CA1D6D16580080E83C /* HTTPBodySource.swift */, |
961 |
| - 5B1FD9CB1D6D16580080E83C /* HTTPMessage.swift */, |
962 |
| - 5B1FD9CC1D6D16580080E83C /* libcurlHelpers.swift */, |
963 |
| - 5B1FD9CD1D6D16580080E83C /* MultiHandle.swift */, |
964 |
| - 5B1FD9D31D6D16580080E83C /* TransferState.swift */, |
965 |
| - ); |
966 |
| - name = http; |
967 |
| - sourceTree = "<group>"; |
968 |
| - }; |
969 | 955 | 5B5D88531BBC938800234F36 = {
|
970 | 956 | isa = PBXGroup;
|
971 | 957 | children = (
|
|
1310 | 1296 | path = Foundation;
|
1311 | 1297 | sourceTree = "<group>";
|
1312 | 1298 | };
|
| 1299 | + E4F889331E9CF04D008A70EB /* http */ = { |
| 1300 | + isa = PBXGroup; |
| 1301 | + children = ( |
| 1302 | + B9974B921EDF4A22007F15B8 /* HTTPURLProtocol.swift */, |
| 1303 | + B9974B8F1EDF4A22007F15B8 /* TransferState.swift */, |
| 1304 | + B9974B901EDF4A22007F15B8 /* MultiHandle.swift */, |
| 1305 | + B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */, |
| 1306 | + B9974B931EDF4A22007F15B8 /* HTTPMessage.swift */, |
| 1307 | + B9974B941EDF4A22007F15B8 /* HTTPBodySource.swift */, |
| 1308 | + B9974B951EDF4A22007F15B8 /* EasyHandle.swift */, |
| 1309 | + ); |
| 1310 | + name = http; |
| 1311 | + sourceTree = "<group>"; |
| 1312 | + }; |
1313 | 1313 | EA66F6321BEECC7400136161 /* SwiftRuntime */ = {
|
1314 | 1314 | isa = PBXGroup;
|
1315 | 1315 | children = (
|
|
2020 | 2020 | files = (
|
2021 | 2021 | 63DCE9D21EAA430100E9CB02 /* NSISO8601DateFormatter.swift in Sources */,
|
2022 | 2022 | 5BF7AE831BCD50CD008F214A /* NSArray.swift in Sources */,
|
| 2023 | + B9974B971EDF4A22007F15B8 /* MultiHandle.swift in Sources */, |
2023 | 2024 | EADE0B991BD15DFF00C49C64 /* NSEnergyFormatter.swift in Sources */,
|
2024 | 2025 | EADE0BBF1BD15E0000C49C64 /* NSURLError.swift in Sources */,
|
2025 | 2026 | EADE0BAF1BD15E0000C49C64 /* NSPersonNameComponentsFormatter.swift in Sources */,
|
|
2034 | 2035 | 61E0117E1C1B55B9000037DD /* NSTimer.swift in Sources */,
|
2035 | 2036 | EADE0BCD1BD15E0000C49C64 /* NSXMLParser.swift in Sources */,
|
2036 | 2037 | 5BDC3FD01BCF17E600ED97BB /* NSCFSet.swift in Sources */,
|
2037 |
| - 5B1FD9D91D6D16580080E83C /* MultiHandle.swift in Sources */, |
2038 | 2038 | 5B1FD9DE1D6D16580080E83C /* TaskRegistry.swift in Sources */,
|
2039 | 2039 | EADE0B931BD15DFF00C49C64 /* NSComparisonPredicate.swift in Sources */,
|
2040 | 2040 | 5B1FD9DC1D6D16580080E83C /* NSURLSessionDelegate.swift in Sources */,
|
2041 | 2041 | EADE0B921BD15DFF00C49C64 /* NSCache.swift in Sources */,
|
2042 |
| - 5B1FD9D71D6D16580080E83C /* HTTPMessage.swift in Sources */, |
2043 | 2042 | EADE0BAB1BD15E0000C49C64 /* Operation.swift in Sources */,
|
2044 | 2043 | 5BECBA3C1D1CAF8800B39B1F /* Unit.swift in Sources */,
|
2045 | 2044 | 5B2A98CD1D021886008A0B75 /* NSCFCharacterSet.swift in Sources */,
|
|
2058 | 2057 | 5BF7AEBB1BCD51F9008F214A /* NSSwiftRuntime.swift in Sources */,
|
2059 | 2058 | 5B5C5EF01CE61FA4001346BD /* Date.swift in Sources */,
|
2060 | 2059 | EADE0B9B1BD15DFF00C49C64 /* FileHandle.swift in Sources */,
|
| 2060 | + B9974B9C1EDF4A22007F15B8 /* EasyHandle.swift in Sources */, |
2061 | 2061 | EADE0BB11BD15E0000C49C64 /* NSPredicate.swift in Sources */,
|
2062 | 2062 | 5BF7AEC01BCD51F9008F214A /* NSUUID.swift in Sources */,
|
2063 | 2063 | EADE0BCB1BD15E0000C49C64 /* NSXMLNode.swift in Sources */,
|
|
2068 | 2068 | 5B23AB871CE62D17000DB898 /* Boxing.swift in Sources */,
|
2069 | 2069 | 5BF7AEA41BCD51F9008F214A /* Bundle.swift in Sources */,
|
2070 | 2070 | 5B23AB891CE62D4D000DB898 /* ReferenceConvertible.swift in Sources */,
|
2071 |
| - E429ED451E9638DA0031BC20 /* HTTPURLProtocol.swift in Sources */, |
2072 | 2071 | D3E8D6D11C367AB600295652 /* NSSpecialValue.swift in Sources */,
|
2073 |
| - 5B1FD9D51D6D16580080E83C /* EasyHandle.swift in Sources */, |
2074 | 2072 | EAB57B721BD1C7A5004AC5C5 /* NSPortMessage.swift in Sources */,
|
2075 | 2073 | 5BD31D201D5CE8C400563814 /* Bridging.swift in Sources */,
|
2076 | 2074 | EADE0BBB1BD15E0000C49C64 /* NSURLAuthenticationChallenge.swift in Sources */,
|
|
2089 | 2087 | 5BD31D241D5CECC400563814 /* Array.swift in Sources */,
|
2090 | 2088 | 5BF7AEBC1BCD51F9008F214A /* Thread.swift in Sources */,
|
2091 | 2089 | D31302011C30CEA900295652 /* NSConcreteValue.swift in Sources */,
|
2092 |
| - 5B1FD9DF1D6D16580080E83C /* TransferState.swift in Sources */, |
2093 | 2090 | 5BF7AEA81BCD51F9008F214A /* NSData.swift in Sources */,
|
2094 | 2091 | 5B424C761D0B6E5B007B39C8 /* IndexPath.swift in Sources */,
|
2095 | 2092 | EADE0BB51BD15E0000C49C64 /* NSScanner.swift in Sources */,
|
|
2103 | 2100 | EADE0BB31BD15E0000C49C64 /* NSRegularExpression.swift in Sources */,
|
2104 | 2101 | EADE0BA41BD15E0000C49C64 /* NSLengthFormatter.swift in Sources */,
|
2105 | 2102 | 5BDC3FCA1BCF176100ED97BB /* NSCFArray.swift in Sources */,
|
2106 |
| - 5B1FD9D61D6D16580080E83C /* HTTPBodySource.swift in Sources */, |
| 2103 | + B9974B961EDF4A22007F15B8 /* TransferState.swift in Sources */, |
2107 | 2104 | EADE0BB21BD15E0000C49C64 /* Progress.swift in Sources */,
|
2108 | 2105 | EADE0B961BD15DFF00C49C64 /* NSDateIntervalFormatter.swift in Sources */,
|
2109 | 2106 | 5B5BFEAC1E6CC0C200AC8D9E /* NSCFBoolean.swift in Sources */,
|
|
2113 | 2110 | EADE0BB81BD15E0000C49C64 /* Process.swift in Sources */,
|
2114 | 2111 | 5BF7AEB31BCD51F9008F214A /* NSObjCRuntime.swift in Sources */,
|
2115 | 2112 | 5BD31D3F1D5D19D600563814 /* Dictionary.swift in Sources */,
|
| 2113 | + B9974B9B1EDF4A22007F15B8 /* HTTPBodySource.swift in Sources */, |
2116 | 2114 | 5B94E8821C430DE70055C035 /* NSStringAPI.swift in Sources */,
|
2117 | 2115 | 5B0163BB1D024EB7003CCD96 /* DateComponents.swift in Sources */,
|
2118 | 2116 | 5BF7AEAB1BCD51F9008F214A /* NSDictionary.swift in Sources */,
|
2119 | 2117 | EADE0BAA1BD15E0000C49C64 /* NSNumberFormatter.swift in Sources */,
|
2120 | 2118 | D39A14011C2D6E0A00295652 /* NSKeyedUnarchiver.swift in Sources */,
|
2121 | 2119 | 5B4092101D1B304C0022B067 /* NSStringEncodings.swift in Sources */,
|
| 2120 | + B9974B981EDF4A22007F15B8 /* libcurlHelpers.swift in Sources */, |
2122 | 2121 | 5BECBA381D1CAD7000B39B1F /* Measurement.swift in Sources */,
|
2123 | 2122 | 5BF7AEAF1BCD51F9008F214A /* Host.swift in Sources */,
|
2124 | 2123 | EADE0B4E1BD09E0800C49C64 /* NSAffineTransform.swift in Sources */,
|
|
2146 | 2145 | EADE0BA61BD15E0000C49C64 /* NSMassFormatter.swift in Sources */,
|
2147 | 2146 | 5BECBA3A1D1CAE9A00B39B1F /* NSMeasurement.swift in Sources */,
|
2148 | 2147 | 5BF7AEB21BCD51F9008F214A /* NSNumber.swift in Sources */,
|
| 2148 | + B9974B991EDF4A22007F15B8 /* HTTPURLProtocol.swift in Sources */, |
2149 | 2149 | 5BCD03821D3EE35C00E3FF9B /* TimeZone.swift in Sources */,
|
2150 | 2150 | EADE0BBC1BD15E0000C49C64 /* NSURLCache.swift in Sources */,
|
2151 | 2151 | 5B4092121D1B30B40022B067 /* ExtraStringAPIs.swift in Sources */,
|
2152 | 2152 | 5BC46D541D05D6D900005853 /* DateInterval.swift in Sources */,
|
2153 | 2153 | EADE0BC51BD15E0000C49C64 /* NSUserDefaults.swift in Sources */,
|
2154 | 2154 | 5BF7AEB11BCD51F9008F214A /* NSLock.swift in Sources */,
|
2155 |
| - 5B1FD9D81D6D16580080E83C /* libcurlHelpers.swift in Sources */, |
2156 | 2155 | 5BF7AEB91BCD51F9008F214A /* NSSet.swift in Sources */,
|
2157 | 2156 | EADE0B9E1BD15DFF00C49C64 /* NSHTTPCookie.swift in Sources */,
|
2158 | 2157 | 5BCCA8D91CE6697F0059B963 /* URLComponents.swift in Sources */,
|
2159 | 2158 | 5BDC3FCC1BCF177E00ED97BB /* NSCFString.swift in Sources */,
|
| 2159 | + B9974B9A1EDF4A22007F15B8 /* HTTPMessage.swift in Sources */, |
2160 | 2160 | EADE0BAC1BD15E0000C49C64 /* NSOrderedSet.swift in Sources */,
|
2161 | 2161 | EADE0BC31BD15E0000C49C64 /* NSURLResponse.swift in Sources */,
|
2162 | 2162 | EADE0B971BD15DFF00C49C64 /* NSDecimal.swift in Sources */,
|
|
0 commit comments