Skip to content

Commit 582206e

Browse files
committed
Add TestNSStream file to Xcode project.
1 parent bc23b94 commit 582206e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Foundation.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
0383A1751D2E558A0052E5D1 /* TestNSStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0383A1741D2E558A0052E5D1 /* TestNSStream.swift */; };
1011
294E3C1D1CC5E19300E4F44C /* TestNSAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294E3C1C1CC5E19300E4F44C /* TestNSAttributedString.swift */; };
1112
2EBE67A51C77BF0E006583D5 /* TestNSDateFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EBE67A31C77BF05006583D5 /* TestNSDateFormatter.swift */; };
1213
528776141BF2629700CB0090 /* FoundationErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 522C253A1BF16E1600804FC6 /* FoundationErrors.swift */; };
@@ -419,6 +420,7 @@
419420
/* End PBXCopyFilesBuildPhase section */
420421

421422
/* Begin PBXFileReference section */
423+
0383A1741D2E558A0052E5D1 /* TestNSStream.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSStream.swift; sourceTree = "<group>"; };
422424
22B9C1E01C165D7A00DECFF9 /* TestNSDate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSDate.swift; sourceTree = "<group>"; };
423425
294E3C1C1CC5E19300E4F44C /* TestNSAttributedString.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSAttributedString.swift; sourceTree = "<group>"; };
424426
2EBE67A31C77BF05006583D5 /* TestNSDateFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSDateFormatter.swift; sourceTree = "<group>"; };
@@ -1276,6 +1278,7 @@
12761278
5B40F9F11C125187000E72E3 /* TestNSXMLParser.swift */,
12771279
CC5249BF1D341D23007CB54D /* TestUnitConverter.swift */,
12781280
5B6F17961C48631C00935030 /* TestUtils.swift */,
1281+
0383A1741D2E558A0052E5D1 /* TestNSStream.swift */,
12791282
);
12801283
name = Tests;
12811284
sourceTree = "<group>";
@@ -2086,6 +2089,7 @@
20862089
5B13B34E1C582D4C00651CE2 /* TestNSXMLDocument.swift in Sources */,
20872090
5B13B32B1C582D4C00651CE2 /* TestNSData.swift in Sources */,
20882091
5B13B34C1C582D4C00651CE2 /* TestNSURLResponse.swift in Sources */,
2092+
0383A1751D2E558A0052E5D1 /* TestNSStream.swift in Sources */,
20892093
5B13B3481C582D4C00651CE2 /* TestNSTimer.swift in Sources */,
20902094
5B13B32D1C582D4C00651CE2 /* TestNSDictionary.swift in Sources */,
20912095
5B13B3261C582D4C00651CE2 /* TestNSAffineTransform.swift in Sources */,

0 commit comments

Comments
 (0)