|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 1560EA8C219217F8004377E9 /* TestNSCalendar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1560EA8B219217F8004377E9 /* TestNSCalendar.swift */; };
|
11 | 11 | B907F36F20BB188800013CBE /* NSString-ISO-8859-1-data.txt in Resources */ = {isa = PBXBuildFile; fileRef = B907F36E20BB188800013CBE /* NSString-ISO-8859-1-data.txt */; };
|
| 12 | + B91269F622857B7100C78241 /* TestUUID.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269EE22857B7000C78241 /* TestUUID.swift */; }; |
| 13 | + B91269F722857B7100C78241 /* TestDateInterval.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269EF22857B7000C78241 /* TestDateInterval.swift */; }; |
| 14 | + B91269F822857B7100C78241 /* TestMeasurement.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269F022857B7000C78241 /* TestMeasurement.swift */; }; |
| 15 | + B91269F922857B7100C78241 /* TestHost.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269F122857B7000C78241 /* TestHost.swift */; }; |
| 16 | + B91269FA22857B7100C78241 /* TestNSLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269F322857B7100C78241 /* TestNSLock.swift */; }; |
| 17 | + B91269FB22857B7100C78241 /* TestDateComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = B91269F522857B7100C78241 /* TestDateComponents.swift */; }; |
12 | 18 | B917D32420B0DB9700728EE0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B917D32320B0DB9700728EE0 /* Foundation.framework */; };
|
13 | 19 | B917D32620B0DE2000728EE0 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B917D32520B0DE2000728EE0 /* main.swift */; };
|
14 | 20 | B940492B223B13D000FB4384 /* TestProgressFraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B940492A223B13D000FB4384 /* TestProgressFraction.swift */; };
|
|
155 | 161 | /* Begin PBXFileReference section */
|
156 | 162 | 1560EA8B219217F8004377E9 /* TestNSCalendar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TestNSCalendar.swift; path = TestFoundation/TestNSCalendar.swift; sourceTree = "<group>"; };
|
157 | 163 | 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>"; };
|
| 164 | + B91269ED22857B7000C78241 /* TestNotification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNotification.swift; path = TestFoundation/TestNotification.swift; sourceTree = "<group>"; }; |
| 165 | + B91269EE22857B7000C78241 /* TestUUID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestUUID.swift; path = TestFoundation/TestUUID.swift; sourceTree = "<group>"; }; |
| 166 | + B91269EF22857B7000C78241 /* TestDateInterval.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestDateInterval.swift; path = TestFoundation/TestDateInterval.swift; sourceTree = "<group>"; }; |
| 167 | + B91269F022857B7000C78241 /* TestMeasurement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestMeasurement.swift; path = TestFoundation/TestMeasurement.swift; sourceTree = "<group>"; }; |
| 168 | + B91269F122857B7000C78241 /* TestHost.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestHost.swift; path = TestFoundation/TestHost.swift; sourceTree = "<group>"; }; |
| 169 | + B91269F222857B7100C78241 /* TestNotificationQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNotificationQueue.swift; path = TestFoundation/TestNotificationQueue.swift; sourceTree = "<group>"; }; |
| 170 | + B91269F322857B7100C78241 /* TestNSLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSLock.swift; path = TestFoundation/TestNSLock.swift; sourceTree = "<group>"; }; |
| 171 | + B91269F422857B7100C78241 /* TestNotificationCenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNotificationCenter.swift; path = TestFoundation/TestNotificationCenter.swift; sourceTree = "<group>"; }; |
| 172 | + B91269F522857B7100C78241 /* TestDateComponents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestDateComponents.swift; path = TestFoundation/TestDateComponents.swift; sourceTree = "<group>"; }; |
158 | 173 | B917D31C20B0DB8B00728EE0 /* xdgTestHelper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = xdgTestHelper; sourceTree = BUILT_PRODUCTS_DIR; };
|
159 | 174 | B917D32320B0DB9700728EE0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
160 | 175 | B917D32520B0DE2000728EE0 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = main.swift; path = TestFoundation/xdgTestHelper/main.swift; sourceTree = "<group>"; };
|
|
301 | 316 | B9C89EB81F6BF47D00087AF4 = {
|
302 | 317 | isa = PBXGroup;
|
303 | 318 | children = (
|
| 319 | + B91269F522857B7100C78241 /* TestDateComponents.swift */, |
| 320 | + B91269EF22857B7000C78241 /* TestDateInterval.swift */, |
| 321 | + B91269F122857B7000C78241 /* TestHost.swift */, |
| 322 | + B91269F022857B7000C78241 /* TestMeasurement.swift */, |
| 323 | + B91269ED22857B7000C78241 /* TestNotification.swift */, |
| 324 | + B91269F422857B7100C78241 /* TestNotificationCenter.swift */, |
| 325 | + B91269F222857B7100C78241 /* TestNotificationQueue.swift */, |
| 326 | + B91269F322857B7100C78241 /* TestNSLock.swift */, |
| 327 | + B91269EE22857B7000C78241 /* TestUUID.swift */, |
304 | 328 | B9C1C63322607372002BBEA0 /* FixtureValues.swift */,
|
305 | 329 | B940492A223B13D000FB4384 /* TestProgressFraction.swift */,
|
306 | 330 | B97E7855222AF995007596B0 /* TestPropertyListEncoder.swift */,
|
|
569 | 593 | isa = PBXSourcesBuildPhase;
|
570 | 594 | buildActionMask = 2147483647;
|
571 | 595 | files = (
|
| 596 | + B9C89F771F6BF89C00087AF4 /* TestNotification.swift in Sources */, |
| 597 | + B91269F622857B7100C78241 /* TestUUID.swift in Sources */, |
| 598 | + B91269F722857B7100C78241 /* TestDateInterval.swift in Sources */, |
| 599 | + B91269F822857B7100C78241 /* TestMeasurement.swift in Sources */, |
| 600 | + B91269F922857B7100C78241 /* TestHost.swift in Sources */, |
| 601 | + B9C89F7F1F6BF89C00087AF4 /* TestNotificationQueue.swift in Sources */, |
| 602 | + B91269FA22857B7100C78241 /* TestNSLock.swift in Sources */, |
| 603 | + B9C89F731F6BF89C00087AF4 /* TestNotificationCenter.swift in Sources */, |
| 604 | + B91269FB22857B7100C78241 /* TestDateComponents.swift in Sources */, |
572 | 605 | B9C1C63422607372002BBEA0 /* FixtureValues.swift in Sources */,
|
573 | 606 | B940492B223B13D000FB4384 /* TestProgressFraction.swift in Sources */,
|
574 | 607 | B97E7856222AF995007596B0 /* TestPropertyListEncoder.swift in Sources */,
|
|
639 | 672 | B9C89F701F6BF89C00087AF4 /* TestDecimal.swift in Sources */,
|
640 | 673 | B9C89F711F6BF89C00087AF4 /* TestNSCache.swift in Sources */,
|
641 | 674 | B9C89F721F6BF89C00087AF4 /* TestNSDictionary.swift in Sources */,
|
642 |
| - B9C89F731F6BF89C00087AF4 /* TestNotificationCenter.swift in Sources */, |
643 | 675 | B9C89F741F6BF89C00087AF4 /* TestProcess.swift in Sources */,
|
644 | 676 | B9C89F751F6BF89C00087AF4 /* TestEnergyFormatter.swift in Sources */,
|
645 | 677 | B9C89F761F6BF89C00087AF4 /* TestNSCompoundPredicate.swift in Sources */,
|
646 |
| - B9C89F771F6BF89C00087AF4 /* TestNotification.swift in Sources */, |
647 | 678 | B9C89F781F6BF89C00087AF4 /* TestNSData.swift in Sources */,
|
648 | 679 | B9C89F791F6BF89C00087AF4 /* TestNSRange.swift in Sources */,
|
649 | 680 | B9C89F7A1F6BF89C00087AF4 /* TestNSGeometry.swift in Sources */,
|
650 | 681 | B9C89F7C1F6BF89C00087AF4 /* TestURLCredential.swift in Sources */,
|
651 | 682 | B9C89F7D1F6BF89C00087AF4 /* TestRunLoop.swift in Sources */,
|
652 | 683 | B9C89F7E1F6BF89C00087AF4 /* TestThread.swift in Sources */,
|
653 |
| - B9C89F7F1F6BF89C00087AF4 /* TestNotificationQueue.swift in Sources */, |
654 | 684 | B9C89F801F6BF89C00087AF4 /* TestJSONSerialization.swift in Sources */,
|
655 | 685 | B9C89F811F6BF89C00087AF4 /* TestAffineTransform.swift in Sources */,
|
656 | 686 | B9C89F821F6BF89C00087AF4 /* TestNSURLRequest.swift in Sources */,
|
|
0 commit comments