Skip to content

Commit 7388250

Browse files
committed
Moving TransferState out of http folder
1 parent fdf6bb4 commit 7388250

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Foundation.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@
810810
B933A79C1F3055F600FE6846 /* NSString-UTF32-BE-data.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "NSString-UTF32-BE-data.txt"; sourceTree = "<group>"; };
811811
B933A79D1F3055F600FE6846 /* NSString-UTF32-LE-data.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "NSString-UTF32-LE-data.txt"; sourceTree = "<group>"; };
812812
B951B5EB1F4E2A2000D8B332 /* TestNSLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestNSLock.swift; sourceTree = "<group>"; };
813-
B9974B8F1EDF4A22007F15B8 /* TransferState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TransferState.swift; path = http/TransferState.swift; sourceTree = "<group>"; };
813+
B9974B8F1EDF4A22007F15B8 /* TransferState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransferState.swift; sourceTree = "<group>"; };
814814
B9974B901EDF4A22007F15B8 /* MultiHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultiHandle.swift; sourceTree = "<group>"; };
815815
B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = libcurlHelpers.swift; sourceTree = "<group>"; };
816816
B9974B921EDF4A22007F15B8 /* HTTPURLProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPURLProtocol.swift; path = http/HTTPURLProtocol.swift; sourceTree = "<group>"; };
@@ -1010,6 +1010,7 @@
10101010
614732781FC2DEB7005B5E61 /* libcurl */,
10111011
E4F889331E9CF04D008A70EB /* http */,
10121012
5B1FD9C81D6D16580080E83C /* Configuration.swift */,
1013+
B9974B8F1EDF4A22007F15B8 /* TransferState.swift */,
10131014
B9974B941EDF4A22007F15B8 /* BodySource.swift */,
10141015
5B1FD9CE1D6D16580080E83C /* URLSession.swift */,
10151016
5B1FD9CF1D6D16580080E83C /* URLSessionConfiguration.swift */,
@@ -1398,7 +1399,6 @@
13981399
isa = PBXGroup;
13991400
children = (
14001401
B9974B921EDF4A22007F15B8 /* HTTPURLProtocol.swift */,
1401-
B9974B8F1EDF4A22007F15B8 /* TransferState.swift */,
14021402
B9974B931EDF4A22007F15B8 /* HTTPMessage.swift */,
14031403
);
14041404
name = http;

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
'Foundation/URLSession/URLSessionDelegate.swift',
439439
'Foundation/URLSession/URLSessionTask.swift',
440440
'Foundation/URLSession/TaskRegistry.swift',
441-
'Foundation/URLSession/http/TransferState.swift',
441+
'Foundation/URLSession/TransferState.swift',
442442
'Foundation/URLSession/libcurl/libcurlHelpers.swift',
443443
'Foundation/URLSession/http/HTTPURLProtocol.swift',
444444
'Foundation/UserDefaults.swift',

0 commit comments

Comments
 (0)