Skip to content

Commit 7427877

Browse files
Boukeparkera
authored andcommitted
Added missing file to workspace (#347)
1 parent 954f55f commit 7427877

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
@@ -273,6 +273,7 @@
273273
D3E8D6D11C367AB600295652 /* NSSpecialValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E8D6D01C367AB600295652 /* NSSpecialValue.swift */; };
274274
D3E8D6D31C36982700295652 /* NSKeyedUnarchiver-EdgeInsetsTest.plist in Resources */ = {isa = PBXBuildFile; fileRef = D3E8D6D21C36982700295652 /* NSKeyedUnarchiver-EdgeInsetsTest.plist */; };
275275
D3E8D6D51C36AC0C00295652 /* NSKeyedUnarchiver-RectTest.plist in Resources */ = {isa = PBXBuildFile; fileRef = D3E8D6D41C36AC0C00295652 /* NSKeyedUnarchiver-RectTest.plist */; };
276+
D5C40F331CDA1D460005690C /* TestNSOperationQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5C40F321CDA1D460005690C /* TestNSOperationQueue.swift */; };
276277
E1A03F361C4828650023AF4D /* PropertyList-1.0.dtd in Resources */ = {isa = PBXBuildFile; fileRef = E1A03F351C4828650023AF4D /* PropertyList-1.0.dtd */; };
277278
E1A03F381C482C730023AF4D /* NSXMLDTDTestData.xml in Resources */ = {isa = PBXBuildFile; fileRef = E1A03F371C482C730023AF4D /* NSXMLDTDTestData.xml */; };
278279
E1A3726F1C31EBFB0023AF4D /* NSXMLDocumentTestData.xml in Resources */ = {isa = PBXBuildFile; fileRef = E1A3726E1C31EBFB0023AF4D /* NSXMLDocumentTestData.xml */; };
@@ -646,6 +647,7 @@
646647
D3E8D6D01C367AB600295652 /* NSSpecialValue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSSpecialValue.swift; sourceTree = "<group>"; };
647648
D3E8D6D21C36982700295652 /* NSKeyedUnarchiver-EdgeInsetsTest.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "NSKeyedUnarchiver-EdgeInsetsTest.plist"; sourceTree = "<group>"; };
648649
D3E8D6D41C36AC0C00295652 /* NSKeyedUnarchiver-RectTest.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "NSKeyedUnarchiver-RectTest.plist"; sourceTree = "<group>"; };
650+
D5C40F321CDA1D460005690C /* TestNSOperationQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSOperationQueue.swift; sourceTree = "<group>"; };
649651
D834F9931C31C4060023812A /* TestNSOrderedSet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSOrderedSet.swift; sourceTree = "<group>"; };
650652
DCDBB8321C1768AC00313299 /* TestNSData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSData.swift; sourceTree = "<group>"; };
651653
E19E17DB1C2225930023AF4D /* TestNSXMLDocument.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSXMLDocument.swift; sourceTree = "<group>"; };
@@ -1164,6 +1166,7 @@
11641166
EA66F65A1BF1976100136161 /* Tests */ = {
11651167
isa = PBXGroup;
11661168
children = (
1169+
D5C40F321CDA1D460005690C /* TestNSOperationQueue.swift */,
11671170
C93559281C12C49F009FD6A9 /* TestNSAffineTransform.swift */,
11681171
EA66F63C1BF1619600136161 /* TestNSArray.swift */,
11691172
6E203B8C1C1303BB003B2576 /* TestNSBundle.swift */,
@@ -1979,6 +1982,7 @@
19791982
2EBE67A51C77BF0E006583D5 /* TestNSDateFormatter.swift in Sources */,
19801983
5B13B3291C582D4C00651CE2 /* TestNSCalendar.swift in Sources */,
19811984
5B13B34F1C582D4C00651CE2 /* TestNSXMLParser.swift in Sources */,
1985+
D5C40F331CDA1D460005690C /* TestNSOperationQueue.swift in Sources */,
19821986
5B13B32F1C582D4C00651CE2 /* TestNSGeometry.swift in Sources */,
19831987
5B13B3351C582D4C00651CE2 /* TestNSKeyedUnarchiver.swift in Sources */,
19841988
5B13B33D1C582D4C00651CE2 /* TestNSPipe.swift in Sources */,

0 commit comments

Comments
 (0)