|
10 | 10 | B907F36F20BB188800013CBE /* NSString-ISO-8859-1-data.txt in Resources */ = {isa = PBXBuildFile; fileRef = B907F36E20BB188800013CBE /* NSString-ISO-8859-1-data.txt */; };
|
11 | 11 | B917D32420B0DB9700728EE0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B917D32320B0DB9700728EE0 /* Foundation.framework */; };
|
12 | 12 | B917D32620B0DE2000728EE0 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B917D32520B0DE2000728EE0 /* main.swift */; };
|
| 13 | + B94897772135E7AD00FB930E /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = B94897762135E7AC00FB930E /* Utilities.swift */; }; |
13 | 14 | B95788861F6FB9470003EB01 /* TestNSNumberBridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */; };
|
14 | 15 | B987C65E2093C8AF0026B50D /* TestImports.swift in Sources */ = {isa = PBXBuildFile; fileRef = B987C65D2093C8AF0026B50D /* TestImports.swift */; };
|
| 16 | + B98E33E02136AC120044EBE9 /* TestFileWithZeros.txt in Resources */ = {isa = PBXBuildFile; fileRef = B98E33DF2136AC120044EBE9 /* TestFileWithZeros.txt */; }; |
15 | 17 | B9C89F361F6BF89C00087AF4 /* TestScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE61F6BF88F00087AF4 /* TestScanner.swift */; };
|
16 | 18 | B9C89F371F6BF89C00087AF4 /* TestNSValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE71F6BF88F00087AF4 /* TestNSValue.swift */; };
|
17 | 19 | B9C89F381F6BF89C00087AF4 /* TestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C89EE81F6BF88F00087AF4 /* TestUtils.swift */; };
|
|
151 | 153 | B917D31C20B0DB8B00728EE0 /* xdgTestHelper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = xdgTestHelper; sourceTree = BUILT_PRODUCTS_DIR; };
|
152 | 154 | B917D32320B0DB9700728EE0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
153 | 155 | B917D32520B0DE2000728EE0 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = main.swift; path = TestFoundation/xdgTestHelper/main.swift; sourceTree = "<group>"; };
|
| 156 | + B94897762135E7AC00FB930E /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Utilities.swift; path = TestFoundation/Utilities.swift; sourceTree = "<group>"; }; |
154 | 157 | B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSNumberBridging.swift; path = TestFoundation/TestNSNumberBridging.swift; sourceTree = "<group>"; };
|
155 | 158 | B987C65D2093C8AF0026B50D /* TestImports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestImports.swift; path = TestFoundation/TestImports.swift; sourceTree = "<group>"; };
|
| 159 | + B98E33DF2136AC120044EBE9 /* TestFileWithZeros.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = TestFileWithZeros.txt; path = TestFoundation/Resources/TestFileWithZeros.txt; sourceTree = "<group>"; }; |
156 | 160 | B9C89ED11F6BF67C00087AF4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
157 | 161 | B9C89ED71F6BF77E00087AF4 /* DarwinCompatibilityTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DarwinCompatibilityTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
158 | 162 | B9C89EDB1F6BF77E00087AF4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
288 | 292 | B9C89EB81F6BF47D00087AF4 = {
|
289 | 293 | isa = PBXGroup;
|
290 | 294 | children = (
|
291 |
| - B917D32520B0DE2000728EE0 /* main.swift */, |
292 |
| - B987C65D2093C8AF0026B50D /* TestImports.swift */, |
293 |
| - B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */, |
294 | 295 | B9C89FAC1F6DCAE700087AF4 /* Info.plist */,
|
295 | 296 | B9C89FAD1F6DCAE800087AF4 /* NSKeyedUnarchiver-ArrayTest.plist */,
|
296 | 297 | B9C89FB31F6DCAE900087AF4 /* NSKeyedUnarchiver-ComplexTest.plist */,
|
|
313 | 314 | B9C89FA91F6DCAE700087AF4 /* NSXMLDTDTestData.xml */,
|
314 | 315 | B9C89FB81F6DCAEB00087AF4 /* PropertyList-1.0.dtd */,
|
315 | 316 | B9C89FB91F6DCAEB00087AF4 /* Test.plist */,
|
| 317 | + B98E33DF2136AC120044EBE9 /* TestFileWithZeros.txt */, |
| 318 | + B917D32520B0DE2000728EE0 /* main.swift */, |
| 319 | + B94897762135E7AC00FB930E /* Utilities.swift */, |
| 320 | + B987C65D2093C8AF0026B50D /* TestImports.swift */, |
| 321 | + B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */, |
316 | 322 | B9C89F891F6D4D9D00087AF4 /* HTTPServer.swift */,
|
317 | 323 | B9C89F321F6BF89B00087AF4 /* TestAffineTransform.swift */,
|
318 | 324 | B9C89EFB1F6BF89200087AF4 /* TestBundle.swift */,
|
|
519 | 525 | B9C89FC11F6DCAEB00087AF4 /* Info.plist in Resources */,
|
520 | 526 | B9C89FC21F6DCAEB00087AF4 /* NSKeyedUnarchiver-ArrayTest.plist in Resources */,
|
521 | 527 | B9C89FC31F6DCAEB00087AF4 /* NSStringTestData.txt in Resources */,
|
| 528 | + B98E33E02136AC120044EBE9 /* TestFileWithZeros.txt in Resources */, |
522 | 529 | B9C89FC41F6DCAEB00087AF4 /* NSKeyedUnarchiver-OrderedSetTest.plist in Resources */,
|
523 | 530 | B9C89FC51F6DCAEB00087AF4 /* NSString-UTF32-BE-data.txt in Resources */,
|
524 | 531 | B9C89FC61F6DCAEB00087AF4 /* NSKeyedUnarchiver-URLTest.plist in Resources */,
|
|
548 | 555 | isa = PBXSourcesBuildPhase;
|
549 | 556 | buildActionMask = 2147483647;
|
550 | 557 | files = (
|
| 558 | + B94897772135E7AD00FB930E /* Utilities.swift in Sources */, |
551 | 559 | B987C65E2093C8AF0026B50D /* TestImports.swift in Sources */,
|
552 | 560 | B95788861F6FB9470003EB01 /* TestNSNumberBridging.swift in Sources */,
|
553 | 561 | B9C89F8B1F6D4DA900087AF4 /* HTTPServer.swift in Sources */,
|
|
0 commit comments