|
409 | 409 | B96C110A25BA215800985A32 /* URLResourceKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96C110925BA215800985A32 /* URLResourceKey.swift */; };
|
410 | 410 | B96C112525BA2CE700985A32 /* URLQueryItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96C112425BA2CE700985A32 /* URLQueryItem.swift */; };
|
411 | 411 | B96C113725BA376D00985A32 /* NSDateComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96C113625BA376D00985A32 /* NSDateComponents.swift */; };
|
| 412 | + B98303EA25F2131D001F959E /* JSONDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B98303E925F2131D001F959E /* JSONDecoder.swift */; }; |
| 413 | + B98303F425F21389001F959E /* CMakeLists.txt in Resources */ = {isa = PBXBuildFile; fileRef = B98303F325F21389001F959E /* CMakeLists.txt */; }; |
412 | 414 | B983E32C23F0C69600D9C402 /* Docs in Resources */ = {isa = PBXBuildFile; fileRef = B983E32B23F0C69600D9C402 /* Docs */; };
|
413 | 415 | B983E32E23F0C6E200D9C402 /* CONTRIBUTING.md in Resources */ = {isa = PBXBuildFile; fileRef = B983E32D23F0C6E200D9C402 /* CONTRIBUTING.md */; };
|
414 | 416 | B98E33DD2136AA740044EBE9 /* TestFileWithZeros.txt in Resources */ = {isa = PBXBuildFile; fileRef = B98E33DC2136AA740044EBE9 /* TestFileWithZeros.txt */; };
|
|
1120 | 1122 | B96C110925BA215800985A32 /* URLResourceKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLResourceKey.swift; sourceTree = "<group>"; };
|
1121 | 1123 | B96C112425BA2CE700985A32 /* URLQueryItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLQueryItem.swift; sourceTree = "<group>"; };
|
1122 | 1124 | B96C113625BA376D00985A32 /* NSDateComponents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSDateComponents.swift; sourceTree = "<group>"; };
|
| 1125 | + B98303E925F2131D001F959E /* JSONDecoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONDecoder.swift; sourceTree = "<group>"; }; |
| 1126 | + B98303F325F21389001F959E /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; }; |
1123 | 1127 | B983E32B23F0C69600D9C402 /* Docs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Docs; sourceTree = "<group>"; };
|
1124 | 1128 | B983E32D23F0C6E200D9C402 /* CONTRIBUTING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
|
1125 | 1129 | B98E33DC2136AA740044EBE9 /* TestFileWithZeros.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestFileWithZeros.txt; sourceTree = "<group>"; };
|
|
2042 | 2046 | F023072323F0A6E50023DBEC /* Foundation */ = {
|
2043 | 2047 | isa = PBXGroup;
|
2044 | 2048 | children = (
|
| 2049 | + B98303F325F21389001F959E /* CMakeLists.txt */, |
2045 | 2050 | F023072523F0B4890023DBEC /* Headers */,
|
2046 | 2051 | F023072423F0B4140023DBEC /* Resources */,
|
2047 | 2052 | EADE0B4D1BD09E0800C49C64 /* AffineTransform.swift */,
|
|
2080 | 2085 | 5B424C751D0B6E5B007B39C8 /* IndexPath.swift */,
|
2081 | 2086 | 5B8BA1611D0B773A00938C27 /* IndexSet.swift */,
|
2082 | 2087 | 63DCE9D11EAA430100E9CB02 /* ISO8601DateFormatter.swift */,
|
| 2088 | + B98303E925F2131D001F959E /* JSONDecoder.swift */, |
2083 | 2089 | 3EDCE5091EF04D8100C2EC04 /* JSONEncoder.swift */,
|
2084 | 2090 | EADE0B641BD15DFF00C49C64 /* JSONSerialization.swift */,
|
2085 | 2091 | 49D55FA025E84FE5007BD3B3 /* JSONSerialization+Parser.swift */,
|
|
2713 | 2719 | isa = PBXResourcesBuildPhase;
|
2714 | 2720 | buildActionMask = 2147483647;
|
2715 | 2721 | files = (
|
| 2722 | + B98303F425F21389001F959E /* CMakeLists.txt in Resources */, |
2716 | 2723 | F023072623F0B4890023DBEC /* Headers in Resources */,
|
2717 | 2724 | B983E32C23F0C69600D9C402 /* Docs in Resources */,
|
2718 | 2725 | B983E32E23F0C6E200D9C402 /* CONTRIBUTING.md in Resources */,
|
|
2979 | 2986 | 5BF7AEB11BCD51F9008F214A /* NSLock.swift in Sources */,
|
2980 | 2987 | 5BF7AEB91BCD51F9008F214A /* NSSet.swift in Sources */,
|
2981 | 2988 | 5BCCA8D91CE6697F0059B963 /* URLComponents.swift in Sources */,
|
| 2989 | + B98303EA25F2131D001F959E /* JSONDecoder.swift in Sources */, |
2982 | 2990 | 5BDC3FCC1BCF177E00ED97BB /* NSCFString.swift in Sources */,
|
2983 | 2991 | EADE0BAC1BD15E0000C49C64 /* NSOrderedSet.swift in Sources */,
|
2984 | 2992 | 5BC1B9A421F2757F00524D8C /* ContiguousBytes.swift in Sources */,
|
|
0 commit comments