|
178 | 178 | D9A843941E85F1C1002A804B /* quad.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9A843921E85F1C1002A804B /* quad.svg */; }; |
179 | 179 | D9A843951E8611D6002A804B /* curves.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9A843901E855672002A804B /* curves.svg */; }; |
180 | 180 | D9A843961E8611D7002A804B /* curves.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9A843901E855672002A804B /* curves.svg */; }; |
| 181 | + D9BA810021B9C5E5005159E7 /* CommandLine.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BA80FF21B9C5E5005159E7 /* CommandLine.swift */; }; |
| 182 | + D9BA810221B9C624005159E7 /* CommandLine.Arguments.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BA810121B9C624005159E7 /* CommandLine.Arguments.swift */; }; |
| 183 | + D9BA810521B9C665005159E7 /* CommandLine.ArgumentsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BA810421B9C665005159E7 /* CommandLine.ArgumentsTests.swift */; }; |
181 | 184 | D9C47AC21ED54FA100178D06 /* mask.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9C47ABF1ED54FA100178D06 /* mask.svg */; }; |
182 | 185 | D9C47AC31ED54FA100178D06 /* mask.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9C47ABF1ED54FA100178D06 /* mask.svg */; }; |
183 | 186 | D9C47AC41ED54FA100178D06 /* transform.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9C47AC01ED54FA100178D06 /* transform.svg */; }; |
|
322 | 325 | D965B5851E3C5C87003E859E /* starry.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = starry.svg; sourceTree = "<group>"; }; |
323 | 326 | D9A843901E855672002A804B /* curves.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = curves.svg; sourceTree = "<group>"; }; |
324 | 327 | D9A843921E85F1C1002A804B /* quad.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = quad.svg; sourceTree = "<group>"; }; |
| 328 | + D9BA80FF21B9C5E5005159E7 /* CommandLine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLine.swift; sourceTree = "<group>"; }; |
| 329 | + D9BA810121B9C624005159E7 /* CommandLine.Arguments.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLine.Arguments.swift; sourceTree = "<group>"; }; |
| 330 | + D9BA810421B9C665005159E7 /* CommandLine.ArgumentsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLine.ArgumentsTests.swift; sourceTree = "<group>"; }; |
325 | 331 | D9C47ABF1ED54FA100178D06 /* mask.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = mask.svg; sourceTree = "<group>"; }; |
326 | 332 | D9C47AC01ED54FA100178D06 /* transform.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = transform.svg; sourceTree = "<group>"; }; |
327 | 333 | D9C47AC11ED54FA100178D06 /* viewbox.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = viewbox.svg; sourceTree = "<group>"; }; |
|
615 | 621 | path = Samples; |
616 | 622 | sourceTree = "<group>"; |
617 | 623 | }; |
| 624 | + D9BA80FE21B9C5C1005159E7 /* CommandLine */ = { |
| 625 | + isa = PBXGroup; |
| 626 | + children = ( |
| 627 | + D9BA80FF21B9C5E5005159E7 /* CommandLine.swift */, |
| 628 | + D9BA810121B9C624005159E7 /* CommandLine.Arguments.swift */, |
| 629 | + ); |
| 630 | + name = CommandLine; |
| 631 | + sourceTree = "<group>"; |
| 632 | + }; |
| 633 | + D9BA810321B9C645005159E7 /* CommandLine */ = { |
| 634 | + isa = PBXGroup; |
| 635 | + children = ( |
| 636 | + D9BA810421B9C665005159E7 /* CommandLine.ArgumentsTests.swift */, |
| 637 | + ); |
| 638 | + name = CommandLine; |
| 639 | + sourceTree = "<group>"; |
| 640 | + }; |
618 | 641 | D9CFB5CE21A73E0F000D2875 /* CommandLine */ = { |
619 | 642 | isa = PBXGroup; |
620 | 643 | children = ( |
|
671 | 694 | D9F3EBB41DFF5BA3006691A1 /* SwiftDraw.h */, |
672 | 695 | D962D2A11E6ECE2000B825C6 /* SwiftDraw-macOS.h */, |
673 | 696 | D9F3EBB51DFF5BA3006691A1 /* Info.plist */, |
| 697 | + D9BA80FE21B9C5C1005159E7 /* CommandLine */, |
674 | 698 | D90DB3EA219CCECF00D374D2 /* Extensions */, |
675 | 699 | D90DB3DD219CCDFB00D374D2 /* Image */, |
676 | 700 | D90DB3A3219CCC2100D374D2 /* LayerTree */, |
|
684 | 708 | D9F3EBBE1DFF5BA3006691A1 /* SwiftDrawTests */ = { |
685 | 709 | isa = PBXGroup; |
686 | 710 | children = ( |
| 711 | + D9BA810321B9C645005159E7 /* CommandLine */, |
687 | 712 | D90DB3F2219CCF1A00D374D2 /* Extensions */, |
688 | 713 | D9F3AD5C21A2172800BAFA55 /* Image */, |
689 | 714 | D90DB3C5219CCC7200D374D2 /* LayerTree */, |
|
950 | 975 | D90DB3B5219CCC4100D374D2 /* LayerTree.swift in Sources */, |
951 | 976 | D90DB455219CD27800D374D2 /* Parser.XML.Gradient.swift in Sources */, |
952 | 977 | D90DB42C219CD1C600D374D2 /* DOM.Switch.swift in Sources */, |
| 978 | + D9BA810221B9C624005159E7 /* CommandLine.Arguments.swift in Sources */, |
953 | 979 | D90DB451219CD27800D374D2 /* Parser.XML.Color.swift in Sources */, |
954 | 980 | D90DB3B9219CCC4100D374D2 /* LayerTree.Layer.swift in Sources */, |
| 981 | + D9BA810021B9C5E5005159E7 /* CommandLine.swift in Sources */, |
955 | 982 | D90DB461219CD27800D374D2 /* Parser.XML.Image.swift in Sources */, |
956 | 983 | D90DB459219CD27800D374D2 /* Parser.XML.Text.swift in Sources */, |
957 | 984 | D90DB3E6219CCE0E00D374D2 /* Image.swift in Sources */, |
|
1002 | 1029 | D90DB486219CD2C300D374D2 /* StyleTests.swift in Sources */, |
1003 | 1030 | D90DB3D4219CCC8A00D374D2 /* LayerTree.LayerTests.swift in Sources */, |
1004 | 1031 | D90DB476219CD2C300D374D2 /* CoordinateTests.swift in Sources */, |
| 1032 | + D9BA810521B9C665005159E7 /* CommandLine.ArgumentsTests.swift in Sources */, |
1005 | 1033 | D90DB48E219CD2C300D374D2 /* Parser.GraphicAttributeTests.swift in Sources */, |
1006 | 1034 | D9F3AD5F21A218CF00BAFA55 /* ImageTests.swift in Sources */, |
1007 | 1035 | D90DB480219CD2C300D374D2 /* Parser.XML.ColorTests.swift in Sources */, |
|
0 commit comments