|
35 | 35 | 0E959C67208B611F005F8D01 /* CSVWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5C208B611F005F8D01 /* CSVWriter.swift */; }; |
36 | 36 | 0E959C68208B611F005F8D01 /* CSVWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5C208B611F005F8D01 /* CSVWriter.swift */; }; |
37 | 37 | 0E959C69208B611F005F8D01 /* CSVWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5C208B611F005F8D01 /* CSVWriter.swift */; }; |
38 | | - 0E959C6A208B611F005F8D01 /* CSV.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5D208B611F005F8D01 /* CSV.swift */; }; |
39 | | - 0E959C6B208B611F005F8D01 /* CSV.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5D208B611F005F8D01 /* CSV.swift */; }; |
40 | | - 0E959C6C208B611F005F8D01 /* CSV.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5D208B611F005F8D01 /* CSV.swift */; }; |
41 | | - 0E959C6D208B611F005F8D01 /* CSV.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5D208B611F005F8D01 /* CSV.swift */; }; |
| 38 | + 0E959C6A208B611F005F8D01 /* Legacy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5D208B611F005F8D01 /* Legacy.swift */; }; |
| 39 | + 0E959C6B208B611F005F8D01 /* Legacy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5D208B611F005F8D01 /* Legacy.swift */; }; |
| 40 | + 0E959C6C208B611F005F8D01 /* Legacy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5D208B611F005F8D01 /* Legacy.swift */; }; |
| 41 | + 0E959C6D208B611F005F8D01 /* Legacy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5D208B611F005F8D01 /* Legacy.swift */; }; |
42 | 42 | 0E959C6E208B611F005F8D01 /* BinaryReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5E208B611F005F8D01 /* BinaryReader.swift */; }; |
43 | 43 | 0E959C6F208B611F005F8D01 /* BinaryReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5E208B611F005F8D01 /* BinaryReader.swift */; }; |
44 | 44 | 0E959C70208B611F005F8D01 /* BinaryReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E959C5E208B611F005F8D01 /* BinaryReader.swift */; }; |
|
116 | 116 | 0E87607E219FF43B00C6C7FA /* CSVRowDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CSVRowDecoder.swift; sourceTree = "<group>"; }; |
117 | 117 | 0E959C5B208B611F005F8D01 /* CSVError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CSVError.swift; sourceTree = "<group>"; }; |
118 | 118 | 0E959C5C208B611F005F8D01 /* CSVWriter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CSVWriter.swift; sourceTree = "<group>"; }; |
119 | | - 0E959C5D208B611F005F8D01 /* CSV.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CSV.swift; sourceTree = "<group>"; }; |
| 119 | + 0E959C5D208B611F005F8D01 /* Legacy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Legacy.swift; sourceTree = "<group>"; }; |
120 | 120 | 0E959C5E208B611F005F8D01 /* BinaryReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BinaryReader.swift; sourceTree = "<group>"; }; |
121 | 121 | 0E959C5F208B611F005F8D01 /* UnicodeIterator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UnicodeIterator.swift; sourceTree = "<group>"; }; |
122 | 122 | 0E959C60208B611F005F8D01 /* Endian.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Endian.swift; sourceTree = "<group>"; }; |
|
232 | 232 | isa = PBXGroup; |
233 | 233 | children = ( |
234 | 234 | 0E959C5E208B611F005F8D01 /* BinaryReader.swift */, |
235 | | - 0E959C5D208B611F005F8D01 /* CSV.swift */, |
| 235 | + 0E959C5D208B611F005F8D01 /* Legacy.swift */, |
236 | 236 | 0E959C5B208B611F005F8D01 /* CSVError.swift */, |
237 | 237 | 0E959C61208B611F005F8D01 /* CSVReader.swift */, |
238 | 238 | 0E87607E219FF43B00C6C7FA /* CSVRowDecoder.swift */, |
|
568 | 568 | 0E959C77208B611F005F8D01 /* Endian.swift in Sources */, |
569 | 569 | 0E959C67208B611F005F8D01 /* CSVWriter.swift in Sources */, |
570 | 570 | 0E959C73208B611F005F8D01 /* UnicodeIterator.swift in Sources */, |
571 | | - 0E959C6B208B611F005F8D01 /* CSV.swift in Sources */, |
| 571 | + 0E959C6B208B611F005F8D01 /* Legacy.swift in Sources */, |
572 | 572 | 0E959C7B208B611F005F8D01 /* CSVReader.swift in Sources */, |
573 | 573 | ); |
574 | 574 | runOnlyForDeploymentPostprocessing = 0; |
|
599 | 599 | 0E959C79208B611F005F8D01 /* Endian.swift in Sources */, |
600 | 600 | 0E959C69208B611F005F8D01 /* CSVWriter.swift in Sources */, |
601 | 601 | 0E959C75208B611F005F8D01 /* UnicodeIterator.swift in Sources */, |
602 | | - 0E959C6D208B611F005F8D01 /* CSV.swift in Sources */, |
| 602 | + 0E959C6D208B611F005F8D01 /* Legacy.swift in Sources */, |
603 | 603 | 0E959C7D208B611F005F8D01 /* CSVReader.swift in Sources */, |
604 | 604 | ); |
605 | 605 | runOnlyForDeploymentPostprocessing = 0; |
|
614 | 614 | 0E959C76208B611F005F8D01 /* Endian.swift in Sources */, |
615 | 615 | 0E959C66208B611F005F8D01 /* CSVWriter.swift in Sources */, |
616 | 616 | 0E959C72208B611F005F8D01 /* UnicodeIterator.swift in Sources */, |
617 | | - 0E959C6A208B611F005F8D01 /* CSV.swift in Sources */, |
| 617 | + 0E959C6A208B611F005F8D01 /* Legacy.swift in Sources */, |
618 | 618 | 0E959C7A208B611F005F8D01 /* CSVReader.swift in Sources */, |
619 | 619 | ); |
620 | 620 | runOnlyForDeploymentPostprocessing = 0; |
|
645 | 645 | 0E959C78208B611F005F8D01 /* Endian.swift in Sources */, |
646 | 646 | 0E959C68208B611F005F8D01 /* CSVWriter.swift in Sources */, |
647 | 647 | 0E959C74208B611F005F8D01 /* UnicodeIterator.swift in Sources */, |
648 | | - 0E959C6C208B611F005F8D01 /* CSV.swift in Sources */, |
| 648 | + 0E959C6C208B611F005F8D01 /* Legacy.swift in Sources */, |
649 | 649 | 0E959C7C208B611F005F8D01 /* CSVReader.swift in Sources */, |
650 | 650 | ); |
651 | 651 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments