|
181 | 181 | D9BA810021B9C5E5005159E7 /* CommandLine.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BA80FF21B9C5E5005159E7 /* CommandLine.swift */; }; |
182 | 182 | D9BA810221B9C624005159E7 /* CommandLine.Arguments.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BA810121B9C624005159E7 /* CommandLine.Arguments.swift */; }; |
183 | 183 | D9BA810521B9C665005159E7 /* CommandLine.ArgumentsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BA810421B9C665005159E7 /* CommandLine.ArgumentsTests.swift */; }; |
| 184 | + D9BA810721BA577B005159E7 /* CommandLine.Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BA810621BA577B005159E7 /* CommandLine.Configuration.swift */; }; |
| 185 | + D9BA810921BA94A4005159E7 /* CommandLine.ConfigurationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BA810821BA94A4005159E7 /* CommandLine.ConfigurationTests.swift */; }; |
184 | 186 | D9C47AC21ED54FA100178D06 /* mask.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9C47ABF1ED54FA100178D06 /* mask.svg */; }; |
185 | 187 | D9C47AC31ED54FA100178D06 /* mask.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9C47ABF1ED54FA100178D06 /* mask.svg */; }; |
186 | 188 | D9C47AC41ED54FA100178D06 /* transform.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9C47AC01ED54FA100178D06 /* transform.svg */; }; |
|
328 | 330 | D9BA80FF21B9C5E5005159E7 /* CommandLine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLine.swift; sourceTree = "<group>"; }; |
329 | 331 | D9BA810121B9C624005159E7 /* CommandLine.Arguments.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLine.Arguments.swift; sourceTree = "<group>"; }; |
330 | 332 | D9BA810421B9C665005159E7 /* CommandLine.ArgumentsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLine.ArgumentsTests.swift; sourceTree = "<group>"; }; |
| 333 | + D9BA810621BA577B005159E7 /* CommandLine.Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLine.Configuration.swift; sourceTree = "<group>"; }; |
| 334 | + D9BA810821BA94A4005159E7 /* CommandLine.ConfigurationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLine.ConfigurationTests.swift; sourceTree = "<group>"; }; |
331 | 335 | D9C47ABF1ED54FA100178D06 /* mask.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = mask.svg; sourceTree = "<group>"; }; |
332 | 336 | D9C47AC01ED54FA100178D06 /* transform.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = transform.svg; sourceTree = "<group>"; }; |
333 | 337 | D9C47AC11ED54FA100178D06 /* viewbox.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = viewbox.svg; sourceTree = "<group>"; }; |
|
626 | 630 | children = ( |
627 | 631 | D9BA80FF21B9C5E5005159E7 /* CommandLine.swift */, |
628 | 632 | D9BA810121B9C624005159E7 /* CommandLine.Arguments.swift */, |
| 633 | + D9BA810621BA577B005159E7 /* CommandLine.Configuration.swift */, |
629 | 634 | ); |
630 | 635 | name = CommandLine; |
631 | 636 | sourceTree = "<group>"; |
|
634 | 639 | isa = PBXGroup; |
635 | 640 | children = ( |
636 | 641 | D9BA810421B9C665005159E7 /* CommandLine.ArgumentsTests.swift */, |
| 642 | + D9BA810821BA94A4005159E7 /* CommandLine.ConfigurationTests.swift */, |
637 | 643 | ); |
638 | 644 | name = CommandLine; |
639 | 645 | sourceTree = "<group>"; |
|
967 | 973 | D90DB45D219CD27800D374D2 /* Parser.XML.Element.swift in Sources */, |
968 | 974 | D90DB434219CD1C600D374D2 /* DOM.Path.swift in Sources */, |
969 | 975 | D90DB405219CD06800D374D2 /* XML.SAXParser.swift in Sources */, |
| 976 | + D9BA810721BA577B005159E7 /* CommandLine.Configuration.swift in Sources */, |
970 | 977 | D90DB43A219CD1C600D374D2 /* DOM.Color.swift in Sources */, |
971 | 978 | D90DB3C1219CCC4100D374D2 /* LayerTree.Commands.swift in Sources */, |
972 | 979 | D90DB3C3219CCC4800D374D2 /* Renderer.LayerTree.swift in Sources */, |
|
1007 | 1014 | D90DB3D6219CCC8A00D374D2 /* LayerTree.ShapeTests.swift in Sources */, |
1008 | 1015 | D925CC6821A4A2F800C8897B /* LayerTree.BuilderTests.swift in Sources */, |
1009 | 1016 | D90DB39B219CCB9E00D374D2 /* Renderer.CoreGraphicsTypesTests.swift in Sources */, |
| 1017 | + D9BA810921BA94A4005159E7 /* CommandLine.ConfigurationTests.swift in Sources */, |
1010 | 1018 | D925CC5F21A3E02C00C8897B /* CGPath+SegmentTests.swift in Sources */, |
1011 | 1019 | D90DB48A219CD2C300D374D2 /* Parser.XML.TransformTests.swift in Sources */, |
1012 | 1020 | D90DB3D3219CCC8A00D374D2 /* LayerTree.ImageTests.swift in Sources */, |
|
0 commit comments