|
13 | 13 | 231503DB1D8AEE5D0061694D /* TestNSDecimal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231503DA1D8AEE5D0061694D /* TestNSDecimal.swift */; };
|
14 | 14 | 294E3C1D1CC5E19300E4F44C /* TestNSAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294E3C1C1CC5E19300E4F44C /* TestNSAttributedString.swift */; };
|
15 | 15 | 2EBE67A51C77BF0E006583D5 /* TestNSDateFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EBE67A31C77BF05006583D5 /* TestNSDateFormatter.swift */; };
|
| 16 | + 3E8583B31EF5B6B600174E94 /* ConsistentCasting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E8583B21EF5B6B600174E94 /* ConsistentCasting.swift */; }; |
| 17 | + 3E8583B41EF5BFA700174E94 /* ConsistentCasting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E8583B21EF5B6B600174E94 /* ConsistentCasting.swift */; }; |
| 18 | + 3EA9D66E1EF050C800B362D6 /* TestCastingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EA9D66D1EF050C800B362D6 /* TestCastingUtils.swift */; }; |
| 19 | + 3EA9D6701EF0532D00B362D6 /* TestJSONEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EA9D66F1EF0532D00B362D6 /* TestJSONEncoder.swift */; }; |
| 20 | + 3EDCE50C1EF04D8100C2EC04 /* Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EDCE5051EF04D8100C2EC04 /* Codable.swift */; }; |
| 21 | + 3EDCE5101EF04D8100C2EC04 /* JSONEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EDCE5091EF04D8100C2EC04 /* JSONEncoder.swift */; }; |
16 | 22 | 528776141BF2629700CB0090 /* FoundationErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 522C253A1BF16E1600804FC6 /* FoundationErrors.swift */; };
|
17 | 23 | 528776191BF27D9500CB0090 /* Test.plist in Resources */ = {isa = PBXBuildFile; fileRef = 528776181BF27D9500CB0090 /* Test.plist */; };
|
18 | 24 | 555683BD1C1250E70041D4C6 /* TestNSUserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 555683BC1C1250E70041D4C6 /* TestNSUserDefaults.swift */; };
|
|
482 | 488 | 231503DA1D8AEE5D0061694D /* TestNSDecimal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSDecimal.swift; sourceTree = "<group>"; };
|
483 | 489 | 294E3C1C1CC5E19300E4F44C /* TestNSAttributedString.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSAttributedString.swift; sourceTree = "<group>"; };
|
484 | 490 | 2EBE67A31C77BF05006583D5 /* TestNSDateFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSDateFormatter.swift; sourceTree = "<group>"; };
|
| 491 | + 3E8583B21EF5B6B600174E94 /* ConsistentCasting.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConsistentCasting.swift; sourceTree = "<group>"; }; |
| 492 | + 3EA9D66D1EF050C800B362D6 /* TestCastingUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestCastingUtils.swift; sourceTree = "<group>"; }; |
| 493 | + 3EA9D66F1EF0532D00B362D6 /* TestJSONEncoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestJSONEncoder.swift; sourceTree = "<group>"; }; |
| 494 | + 3EDCE5051EF04D8100C2EC04 /* Codable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Codable.swift; sourceTree = "<group>"; }; |
| 495 | + 3EDCE5091EF04D8100C2EC04 /* JSONEncoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONEncoder.swift; sourceTree = "<group>"; }; |
485 | 496 | 400E22641C1A4E58007C5933 /* TestProcessInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestProcessInfo.swift; sourceTree = "<group>"; };
|
486 | 497 | 4AE109261C17CCBF007367B5 /* TestNSIndexPath.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSIndexPath.swift; sourceTree = "<group>"; };
|
487 | 498 | 4DC1D07F1C12EEEF00B5948A /* TestNSPipe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSPipe.swift; sourceTree = "<group>"; };
|
|
959 | 970 | /* End PBXFrameworksBuildPhase section */
|
960 | 971 |
|
961 | 972 | /* Begin PBXGroup section */
|
| 973 | + 3EDCE5121EF04D8600C2EC04 /* JSONEncoder */ = { |
| 974 | + isa = PBXGroup; |
| 975 | + children = ( |
| 976 | + 3EDCE5051EF04D8100C2EC04 /* Codable.swift */, |
| 977 | + 3EDCE5091EF04D8100C2EC04 /* JSONEncoder.swift */, |
| 978 | + 3E8583B21EF5B6B600174E94 /* ConsistentCasting.swift */, |
| 979 | + ); |
| 980 | + name = JSONEncoder; |
| 981 | + sourceTree = "<group>"; |
| 982 | + }; |
962 | 983 | 5B1FD9C71D6D162D0080E83C /* Session */ = {
|
963 | 984 | isa = PBXGroup;
|
964 | 985 | children = (
|
|
1395 | 1416 | EA66F65A1BF1976100136161 /* Tests */ = {
|
1396 | 1417 | isa = PBXGroup;
|
1397 | 1418 | children = (
|
| 1419 | + 3EA9D66F1EF0532D00B362D6 /* TestJSONEncoder.swift */, |
| 1420 | + 3EA9D66D1EF050C800B362D6 /* TestCastingUtils.swift */, |
1398 | 1421 | 159884911DCC877700E3314C /* TestNSHTTPCookieStorage.swift */,
|
1399 | 1422 | D4FE895A1D703D1100DA7986 /* TestURLRequest.swift */,
|
1400 | 1423 | C93559281C12C49F009FD6A9 /* TestNSAffineTransform.swift */,
|
|
1593 | 1616 | EAB57B6C1BD1A852004AC5C5 /* Serialization */ = {
|
1594 | 1617 | isa = PBXGroup;
|
1595 | 1618 | children = (
|
| 1619 | + 3EDCE5121EF04D8600C2EC04 /* JSONEncoder */, |
1596 | 1620 | EADE0B641BD15DFF00C49C64 /* NSJSONSerialization.swift */,
|
1597 | 1621 | EADE0B651BD15DFF00C49C64 /* NSKeyedArchiver.swift */,
|
1598 | 1622 | D3BCEB9F1C2F6DDB00295652 /* NSKeyedCoderOldStyleArray.swift */,
|
|
2120 | 2144 | EADE0B951BD15DFF00C49C64 /* NSDateComponentsFormatter.swift in Sources */,
|
2121 | 2145 | EADE0BBD1BD15E0000C49C64 /* NSURLCredential.swift in Sources */,
|
2122 | 2146 | EADE0BCA1BD15E0000C49C64 /* NSXMLElement.swift in Sources */,
|
| 2147 | + 3E8583B31EF5B6B600174E94 /* ConsistentCasting.swift in Sources */, |
2123 | 2148 | EADE0BA21BD15E0000C49C64 /* NSJSONSerialization.swift in Sources */,
|
2124 | 2149 | 5BF7AEBA1BCD51F9008F214A /* NSString.swift in Sources */,
|
2125 | 2150 | 5BF7AEB81BCD51F9008F214A /* NSRange.swift in Sources */,
|
|
2141 | 2166 | D3E8D6D11C367AB600295652 /* NSSpecialValue.swift in Sources */,
|
2142 | 2167 | EAB57B721BD1C7A5004AC5C5 /* NSPortMessage.swift in Sources */,
|
2143 | 2168 | 5BD31D201D5CE8C400563814 /* Bridging.swift in Sources */,
|
| 2169 | + 3EDCE50C1EF04D8100C2EC04 /* Codable.swift in Sources */, |
2144 | 2170 | EADE0BBB1BD15E0000C49C64 /* NSURLAuthenticationChallenge.swift in Sources */,
|
2145 | 2171 | EADE0BA11BD15DFF00C49C64 /* NSIndexSet.swift in Sources */,
|
2146 | 2172 | 5BF7AEA91BCD51F9008F214A /* NSDate.swift in Sources */,
|
|
2156 | 2182 | 5BD31D411D5D1BC300563814 /* Set.swift in Sources */,
|
2157 | 2183 | 5BD31D241D5CECC400563814 /* Array.swift in Sources */,
|
2158 | 2184 | 5BF7AEBC1BCD51F9008F214A /* Thread.swift in Sources */,
|
| 2185 | + 3EDCE5101EF04D8100C2EC04 /* JSONEncoder.swift in Sources */, |
2159 | 2186 | D31302011C30CEA900295652 /* NSConcreteValue.swift in Sources */,
|
2160 | 2187 | 5BF7AEA81BCD51F9008F214A /* NSData.swift in Sources */,
|
2161 | 2188 | 5B424C761D0B6E5B007B39C8 /* IndexPath.swift in Sources */,
|
|
2364 | 2391 | 5B13B3301C582D4C00651CE2 /* TestNSHTTPCookie.swift in Sources */,
|
2365 | 2392 | 5B13B3361C582D4C00651CE2 /* TestNSLocale.swift in Sources */,
|
2366 | 2393 | 5B13B3391C582D4C00651CE2 /* TestNSNull.swift in Sources */,
|
| 2394 | + 3EA9D66E1EF050C800B362D6 /* TestCastingUtils.swift in Sources */, |
2367 | 2395 | BD8042161E09857800487EB8 /* TestNSLengthFormatter.swift in Sources */,
|
2368 | 2396 | 5B13B3421C582D4C00651CE2 /* TestNSRunLoop.swift in Sources */,
|
2369 | 2397 | 5B13B34E1C582D4C00651CE2 /* TestNSXMLDocument.swift in Sources */,
|
|
2396 | 2424 | 5B13B3371C582D4C00651CE2 /* TestNSNotificationCenter.swift in Sources */,
|
2397 | 2425 | 5B13B3251C582D4700651CE2 /* main.swift in Sources */,
|
2398 | 2426 | 5B1FD9E31D6D17B80080E83C /* TestNSURLSession.swift in Sources */,
|
| 2427 | + 3EA9D6701EF0532D00B362D6 /* TestJSONEncoder.swift in Sources */, |
2399 | 2428 | D512D17C1CD883F00032E6A5 /* TestFileHandle.swift in Sources */,
|
2400 | 2429 | D4FE895B1D703D1100DA7986 /* TestURLRequest.swift in Sources */,
|
2401 | 2430 | 5B13B33A1C582D4C00651CE2 /* TestNSNumber.swift in Sources */,
|
2402 | 2431 | 5B13B3521C582D4C00651CE2 /* TestNSValue.swift in Sources */,
|
2403 | 2432 | 5B13B3311C582D4C00651CE2 /* TestNSIndexPath.swift in Sources */,
|
| 2433 | + 3E8583B41EF5BFA700174E94 /* ConsistentCasting.swift in Sources */, |
2404 | 2434 | 5B13B3271C582D4C00651CE2 /* TestNSArray.swift in Sources */,
|
2405 | 2435 | 5B13B3461C582D4C00651CE2 /* TestProcess.swift in Sources */,
|
2406 | 2436 | 555683BD1C1250E70041D4C6 /* TestNSUserDefaults.swift in Sources */,
|
|
2778 | 2808 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
2779 | 2809 | LIBRARY_SEARCH_PATHS = "$(inherited)";
|
2780 | 2810 | MACH_O_TYPE = mh_execute;
|
2781 |
| - OTHER_SWIFT_FLAGS = "-DDEPLOYMENT_ENABLE_LIBDISPATCH -swift-version 3"; |
| 2811 | + OTHER_SWIFT_FLAGS = "-DDEPLOYMENT_ENABLE_LIBDISPATCH -swift-version 3 -DTEST_TARGET"; |
2782 | 2812 | PRODUCT_BUNDLE_IDENTIFIER = org.swift.TestFoundation;
|
2783 | 2813 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2784 | 2814 | SKIP_INSTALL = YES;
|
|
2804 | 2834 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
2805 | 2835 | LIBRARY_SEARCH_PATHS = "$(inherited)";
|
2806 | 2836 | MACH_O_TYPE = mh_execute;
|
2807 |
| - OTHER_SWIFT_FLAGS = "-DDEPLOYMENT_ENABLE_LIBDISPATCH -swift-version 3"; |
| 2837 | + OTHER_SWIFT_FLAGS = "-DDEPLOYMENT_ENABLE_LIBDISPATCH -swift-version 3 -DTEST_TARGET"; |
2808 | 2838 | PRODUCT_BUNDLE_IDENTIFIER = org.swift.TestFoundation;
|
2809 | 2839 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2810 | 2840 | SKIP_INSTALL = YES;
|
|
0 commit comments