|
18 | 18 | B97E7856222AF995007596B0 /* TestPropertyListEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97E7855222AF995007596B0 /* TestPropertyListEncoder.swift */; };
|
19 | 19 | B987C65E2093C8AF0026B50D /* TestImports.swift in Sources */ = {isa = PBXBuildFile; fileRef = B987C65D2093C8AF0026B50D /* TestImports.swift */; };
|
20 | 20 | B98E33E02136AC120044EBE9 /* TestFileWithZeros.txt in Resources */ = {isa = PBXBuildFile; fileRef = B98E33DF2136AC120044EBE9 /* TestFileWithZeros.txt */; };
|
| 21 | + B9C1C63422607372002BBEA0 /* FixtureValues.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C1C63322607372002BBEA0 /* FixtureValues.swift */; }; |
21 | 22 | B9C89F361F6BF89C00087AF4 /* TestScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE61F6BF88F00087AF4 /* TestScanner.swift */; };
|
22 | 23 | B9C89F371F6BF89C00087AF4 /* TestNSValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE71F6BF88F00087AF4 /* TestNSValue.swift */; };
|
23 | 24 | B9C89F381F6BF89C00087AF4 /* TestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE81F6BF88F00087AF4 /* TestUtils.swift */; };
|
|
164 | 165 | B97E7855222AF995007596B0 /* TestPropertyListEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestPropertyListEncoder.swift; path = TestFoundation/TestPropertyListEncoder.swift; sourceTree = "<group>"; };
|
165 | 166 | B987C65D2093C8AF0026B50D /* TestImports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestImports.swift; path = TestFoundation/TestImports.swift; sourceTree = "<group>"; };
|
166 | 167 | B98E33DF2136AC120044EBE9 /* TestFileWithZeros.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = TestFileWithZeros.txt; path = TestFoundation/Resources/TestFileWithZeros.txt; sourceTree = "<group>"; };
|
| 168 | + B9C1C63322607372002BBEA0 /* FixtureValues.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = FixtureValues.swift; path = TestFoundation/FixtureValues.swift; sourceTree = "<group>"; }; |
167 | 169 | B9C89ED11F6BF67C00087AF4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
168 | 170 | B9C89ED71F6BF77E00087AF4 /* DarwinCompatibilityTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DarwinCompatibilityTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
169 | 171 | B9C89EDB1F6BF77E00087AF4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
299 | 301 | B9C89EB81F6BF47D00087AF4 = {
|
300 | 302 | isa = PBXGroup;
|
301 | 303 | children = (
|
| 304 | + B9C1C63322607372002BBEA0 /* FixtureValues.swift */, |
302 | 305 | B940492A223B13D000FB4384 /* TestProgressFraction.swift */,
|
303 | 306 | B97E7855222AF995007596B0 /* TestPropertyListEncoder.swift */,
|
304 | 307 | B97E7853222AF973007596B0 /* TestDateIntervalFormatter.swift */,
|
|
566 | 569 | isa = PBXSourcesBuildPhase;
|
567 | 570 | buildActionMask = 2147483647;
|
568 | 571 | files = (
|
| 572 | + B9C1C63422607372002BBEA0 /* FixtureValues.swift in Sources */, |
569 | 573 | B940492B223B13D000FB4384 /* TestProgressFraction.swift in Sources */,
|
570 | 574 | B97E7856222AF995007596B0 /* TestPropertyListEncoder.swift in Sources */,
|
571 | 575 | B97E7854222AF973007596B0 /* TestDateIntervalFormatter.swift in Sources */,
|
|
0 commit comments