|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 1560EA8C219217F8004377E9 /* TestNSCalendar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1560EA8B219217F8004377E9 /* TestNSCalendar.swift */; };
|
| 11 | + B906C30122AC6CE700FCFA2D /* TestNSSortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B906C2FF22AC6CE600FCFA2D /* TestNSSortDescriptor.swift */; }; |
| 12 | + B906C30222AC6CE700FCFA2D /* TestURLSessionFTP.swift in Sources */ = {isa = PBXBuildFile; fileRef = B906C30022AC6CE600FCFA2D /* TestURLSessionFTP.swift */; }; |
| 13 | + B906C30422AC6E2A00FCFA2D /* FTPServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B906C30322AC6E2A00FCFA2D /* FTPServer.swift */; }; |
11 | 14 | B907F36F20BB188800013CBE /* NSString-ISO-8859-1-data.txt in Resources */ = {isa = PBXBuildFile; fileRef = B907F36E20BB188800013CBE /* NSString-ISO-8859-1-data.txt */; };
|
| 15 | + B91269F622857B7100C78241 /* TestUUID.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269EE22857B7000C78241 /* TestUUID.swift */; }; |
| 16 | + B91269F722857B7100C78241 /* TestDateInterval.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269EF22857B7000C78241 /* TestDateInterval.swift */; }; |
| 17 | + B91269F822857B7100C78241 /* TestMeasurement.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269F022857B7000C78241 /* TestMeasurement.swift */; }; |
| 18 | + B91269F922857B7100C78241 /* TestHost.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269F122857B7000C78241 /* TestHost.swift */; }; |
| 19 | + B91269FA22857B7100C78241 /* TestNSLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269F322857B7100C78241 /* TestNSLock.swift */; }; |
| 20 | + B91269FB22857B7100C78241 /* TestDateComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269F522857B7100C78241 /* TestDateComponents.swift */; }; |
12 | 21 | B917D32420B0DB9700728EE0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B917D32320B0DB9700728EE0 /* Foundation.framework */; };
|
13 | 22 | B917D32620B0DE2000728EE0 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B917D32520B0DE2000728EE0 /* main.swift */; };
|
14 | 23 | B940492B223B13D000FB4384 /* TestProgressFraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B940492A223B13D000FB4384 /* TestProgressFraction.swift */; };
|
|
154 | 163 |
|
155 | 164 | /* Begin PBXFileReference section */
|
156 | 165 | 1560EA8B219217F8004377E9 /* TestNSCalendar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TestNSCalendar.swift; path = TestFoundation/TestNSCalendar.swift; sourceTree = "<group>"; };
|
| 166 | + B906C2FF22AC6CE600FCFA2D /* TestNSSortDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSSortDescriptor.swift; path = TestFoundation/TestNSSortDescriptor.swift; sourceTree = "<group>"; }; |
| 167 | + B906C30022AC6CE600FCFA2D /* TestURLSessionFTP.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestURLSessionFTP.swift; path = TestFoundation/TestURLSessionFTP.swift; sourceTree = "<group>"; }; |
| 168 | + B906C30322AC6E2A00FCFA2D /* FTPServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = FTPServer.swift; path = TestFoundation/FTPServer.swift; sourceTree = "<group>"; }; |
157 | 169 | B907F36E20BB188800013CBE /* NSString-ISO-8859-1-data.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = "NSString-ISO-8859-1-data.txt"; path = "TestFoundation/Resources/NSString-ISO-8859-1-data.txt"; sourceTree = "<group>"; };
|
| 170 | + B91269ED22857B7000C78241 /* TestNotification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNotification.swift; path = TestFoundation/TestNotification.swift; sourceTree = "<group>"; }; |
| 171 | + B91269EE22857B7000C78241 /* TestUUID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestUUID.swift; path = TestFoundation/TestUUID.swift; sourceTree = "<group>"; }; |
| 172 | + B91269EF22857B7000C78241 /* TestDateInterval.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestDateInterval.swift; path = TestFoundation/TestDateInterval.swift; sourceTree = "<group>"; }; |
| 173 | + B91269F022857B7000C78241 /* TestMeasurement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestMeasurement.swift; path = TestFoundation/TestMeasurement.swift; sourceTree = "<group>"; }; |
| 174 | + B91269F122857B7000C78241 /* TestHost.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestHost.swift; path = TestFoundation/TestHost.swift; sourceTree = "<group>"; }; |
| 175 | + B91269F222857B7100C78241 /* TestNotificationQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNotificationQueue.swift; path = TestFoundation/TestNotificationQueue.swift; sourceTree = "<group>"; }; |
| 176 | + B91269F322857B7100C78241 /* TestNSLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSLock.swift; path = TestFoundation/TestNSLock.swift; sourceTree = "<group>"; }; |
| 177 | + B91269F422857B7100C78241 /* TestNotificationCenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNotificationCenter.swift; path = TestFoundation/TestNotificationCenter.swift; sourceTree = "<group>"; }; |
| 178 | + B91269F522857B7100C78241 /* TestDateComponents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestDateComponents.swift; path = TestFoundation/TestDateComponents.swift; sourceTree = "<group>"; }; |
158 | 179 | B917D31C20B0DB8B00728EE0 /* xdgTestHelper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = xdgTestHelper; sourceTree = BUILT_PRODUCTS_DIR; };
|
159 | 180 | B917D32320B0DB9700728EE0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
160 | 181 | B917D32520B0DE2000728EE0 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = main.swift; path = TestFoundation/xdgTestHelper/main.swift; sourceTree = "<group>"; };
|
|
231 | 252 | B9C89F221F6BF89800087AF4 /* TestNSCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSCache.swift; path = TestFoundation/TestNSCache.swift; sourceTree = "<group>"; };
|
232 | 253 | B9C89F231F6BF89800087AF4 /* TestNSDictionary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSDictionary.swift; path = TestFoundation/TestNSDictionary.swift; sourceTree = "<group>"; };
|
233 | 254 | B9C89F241F6BF89800087AF4 /* TestNotificationCenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNotificationCenter.swift; path = TestFoundation/TestNotificationCenter.swift; sourceTree = "<group>"; };
|
234 |
| - B9C89F251F6BF89800087AF4 /* TestProcess.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestProcess.swift; path = TestFoundation/TestProcess.swift; sourceTree = "<group>"; }; |
| 255 | + B9C89F251F6BF89800087AF4 /* TestProcess.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestProcess.swift; path = TestFoundation/TestProcess.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
235 | 256 | B9C89F261F6BF89900087AF4 /* TestEnergyFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestEnergyFormatter.swift; path = TestFoundation/TestEnergyFormatter.swift; sourceTree = "<group>"; };
|
236 | 257 | B9C89F271F6BF89900087AF4 /* TestNSCompoundPredicate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSCompoundPredicate.swift; path = TestFoundation/TestNSCompoundPredicate.swift; sourceTree = "<group>"; };
|
237 | 258 | B9C89F281F6BF89900087AF4 /* TestNotification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNotification.swift; path = TestFoundation/TestNotification.swift; sourceTree = "<group>"; };
|
|
301 | 322 | B9C89EB81F6BF47D00087AF4 = {
|
302 | 323 | isa = PBXGroup;
|
303 | 324 | children = (
|
| 325 | + B906C30322AC6E2A00FCFA2D /* FTPServer.swift */, |
| 326 | + B906C2FF22AC6CE600FCFA2D /* TestNSSortDescriptor.swift */, |
| 327 | + B906C30022AC6CE600FCFA2D /* TestURLSessionFTP.swift */, |
| 328 | + B91269F522857B7100C78241 /* TestDateComponents.swift */, |
| 329 | + B91269EF22857B7000C78241 /* TestDateInterval.swift */, |
| 330 | + B91269F122857B7000C78241 /* TestHost.swift */, |
| 331 | + B91269F022857B7000C78241 /* TestMeasurement.swift */, |
| 332 | + B91269ED22857B7000C78241 /* TestNotification.swift */, |
| 333 | + B91269F422857B7100C78241 /* TestNotificationCenter.swift */, |
| 334 | + B91269F222857B7100C78241 /* TestNotificationQueue.swift */, |
| 335 | + B91269F322857B7100C78241 /* TestNSLock.swift */, |
| 336 | + B91269EE22857B7000C78241 /* TestUUID.swift */, |
304 | 337 | B9C1C63322607372002BBEA0 /* FixtureValues.swift */,
|
305 | 338 | B940492A223B13D000FB4384 /* TestProgressFraction.swift */,
|
306 | 339 | B97E7855222AF995007596B0 /* TestPropertyListEncoder.swift */,
|
|
569 | 602 | isa = PBXSourcesBuildPhase;
|
570 | 603 | buildActionMask = 2147483647;
|
571 | 604 | files = (
|
| 605 | + B906C30422AC6E2A00FCFA2D /* FTPServer.swift in Sources */, |
| 606 | + B906C30122AC6CE700FCFA2D /* TestNSSortDescriptor.swift in Sources */, |
| 607 | + B906C30222AC6CE700FCFA2D /* TestURLSessionFTP.swift in Sources */, |
| 608 | + B9C89F771F6BF89C00087AF4 /* TestNotification.swift in Sources */, |
| 609 | + B91269F622857B7100C78241 /* TestUUID.swift in Sources */, |
| 610 | + B91269F722857B7100C78241 /* TestDateInterval.swift in Sources */, |
| 611 | + B91269F822857B7100C78241 /* TestMeasurement.swift in Sources */, |
| 612 | + B91269F922857B7100C78241 /* TestHost.swift in Sources */, |
| 613 | + B9C89F7F1F6BF89C00087AF4 /* TestNotificationQueue.swift in Sources */, |
| 614 | + B91269FA22857B7100C78241 /* TestNSLock.swift in Sources */, |
| 615 | + B9C89F731F6BF89C00087AF4 /* TestNotificationCenter.swift in Sources */, |
| 616 | + B91269FB22857B7100C78241 /* TestDateComponents.swift in Sources */, |
572 | 617 | B9C1C63422607372002BBEA0 /* FixtureValues.swift in Sources */,
|
573 | 618 | B940492B223B13D000FB4384 /* TestProgressFraction.swift in Sources */,
|
574 | 619 | B97E7856222AF995007596B0 /* TestPropertyListEncoder.swift in Sources */,
|
|
639 | 684 | B9C89F701F6BF89C00087AF4 /* TestDecimal.swift in Sources */,
|
640 | 685 | B9C89F711F6BF89C00087AF4 /* TestNSCache.swift in Sources */,
|
641 | 686 | B9C89F721F6BF89C00087AF4 /* TestNSDictionary.swift in Sources */,
|
642 |
| - B9C89F731F6BF89C00087AF4 /* TestNotificationCenter.swift in Sources */, |
643 | 687 | B9C89F741F6BF89C00087AF4 /* TestProcess.swift in Sources */,
|
644 | 688 | B9C89F751F6BF89C00087AF4 /* TestEnergyFormatter.swift in Sources */,
|
645 | 689 | B9C89F761F6BF89C00087AF4 /* TestNSCompoundPredicate.swift in Sources */,
|
646 |
| - B9C89F771F6BF89C00087AF4 /* TestNotification.swift in Sources */, |
647 | 690 | B9C89F781F6BF89C00087AF4 /* TestNSData.swift in Sources */,
|
648 | 691 | B9C89F791F6BF89C00087AF4 /* TestNSRange.swift in Sources */,
|
649 | 692 | B9C89F7A1F6BF89C00087AF4 /* TestNSGeometry.swift in Sources */,
|
650 | 693 | B9C89F7C1F6BF89C00087AF4 /* TestURLCredential.swift in Sources */,
|
651 | 694 | B9C89F7D1F6BF89C00087AF4 /* TestRunLoop.swift in Sources */,
|
652 | 695 | B9C89F7E1F6BF89C00087AF4 /* TestThread.swift in Sources */,
|
653 |
| - B9C89F7F1F6BF89C00087AF4 /* TestNotificationQueue.swift in Sources */, |
654 | 696 | B9C89F801F6BF89C00087AF4 /* TestJSONSerialization.swift in Sources */,
|
655 | 697 | B9C89F811F6BF89C00087AF4 /* TestAffineTransform.swift in Sources */,
|
656 | 698 | B9C89F821F6BF89C00087AF4 /* TestNSURLRequest.swift in Sources */,
|
|
0 commit comments