|
99 | 99 | D9778E651E6F6DFA00FF6EBB /* Parser.PathTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9778E631E6F6DFA00FF6EBB /* Parser.PathTests.swift */; }; |
100 | 100 | D9778E711E7204EF00FF6EBB /* CGPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9778E701E7204EF00FF6EBB /* CGPath.swift */; }; |
101 | 101 | D9778E721E7204EF00FF6EBB /* CGPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9778E701E7204EF00FF6EBB /* CGPath.swift */; }; |
| 102 | + D97CBC421ED503D7006B4A69 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97CBC411ED503D7006B4A69 /* Image.swift */; }; |
| 103 | + D97CBC431ED50465006B4A69 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97CBC411ED503D7006B4A69 /* Image.swift */; }; |
| 104 | + D97CBC451ED506D1006B4A69 /* UIImage+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97CBC441ED506D1006B4A69 /* UIImage+Image.swift */; }; |
| 105 | + D97CBC481ED508F2006B4A69 /* NSImage+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97CBC461ED506DB006B4A69 /* NSImage+Image.swift */; }; |
102 | 106 | D98971FA1E88F9B7008DC621 /* CoreGraphicsRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D98971F91E88F9B7008DC621 /* CoreGraphicsRenderer.swift */; }; |
103 | 107 | D98971FB1E88F9B7008DC621 /* CoreGraphicsRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D98971F91E88F9B7008DC621 /* CoreGraphicsRenderer.swift */; }; |
104 | 108 | D98972041E892C29008DC621 /* Builder.Command.swift in Sources */ = {isa = PBXBuildFile; fileRef = D98972001E892C29008DC621 /* Builder.Command.swift */; }; |
|
125 | 129 | D9A843941E85F1C1002A804B /* quad.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9A843921E85F1C1002A804B /* quad.svg */; }; |
126 | 130 | D9A843951E8611D6002A804B /* curves.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9A843901E855672002A804B /* curves.svg */; }; |
127 | 131 | D9A843961E8611D7002A804B /* curves.svg in Resources */ = {isa = PBXBuildFile; fileRef = D9A843901E855672002A804B /* curves.svg */; }; |
128 | | - D9A843991E8612BD002A804B /* UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A843981E8612BD002A804B /* UIImage.swift */; }; |
129 | | - D9A8439C1E861346002A804B /* NSImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A8439A1E861340002A804B /* NSImage.swift */; }; |
130 | | - D9A8439E1E861473002A804B /* ImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A8439D1E861473002A804B /* ImageLoader.swift */; }; |
131 | | - D9A8439F1E861473002A804B /* ImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A8439D1E861473002A804B /* ImageLoader.swift */; }; |
132 | 132 | D9B118DC1E865164006AFDBD /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B118DB1E865164006AFDBD /* Renderer.swift */; }; |
133 | 133 | D9B118DD1E865164006AFDBD /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B118DB1E865164006AFDBD /* Renderer.swift */; }; |
134 | 134 | D9C1EEFA1E63B1B900C0F213 /* Parser.GraphicAttributeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9C1EEF91E63B1B900C0F213 /* Parser.GraphicAttributeTests.swift */; }; |
|
200 | 200 | D9778E601E6F6C0300FF6EBB /* Parser.XML.Path.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Parser.XML.Path.swift; sourceTree = "<group>"; }; |
201 | 201 | D9778E631E6F6DFA00FF6EBB /* Parser.PathTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Parser.PathTests.swift; sourceTree = "<group>"; }; |
202 | 202 | D9778E701E7204EF00FF6EBB /* CGPath.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CGPath.swift; sourceTree = "<group>"; }; |
| 203 | + D97CBC411ED503D7006B4A69 /* Image.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Image.swift; sourceTree = "<group>"; }; |
| 204 | + D97CBC441ED506D1006B4A69 /* UIImage+Image.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+Image.swift"; sourceTree = "<group>"; }; |
| 205 | + D97CBC461ED506DB006B4A69 /* NSImage+Image.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSImage+Image.swift"; sourceTree = "<group>"; }; |
203 | 206 | D98971F91E88F9B7008DC621 /* CoreGraphicsRenderer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreGraphicsRenderer.swift; sourceTree = "<group>"; }; |
204 | 207 | D98972001E892C29008DC621 /* Builder.Command.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Builder.Command.swift; sourceTree = "<group>"; }; |
205 | 208 | D98972011E892C29008DC621 /* Builder.Path.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Builder.Path.swift; sourceTree = "<group>"; }; |
|
219 | 222 | D99CC99D1E60366300E7886A /* DOM.ElementTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DOM.ElementTests.swift; sourceTree = "<group>"; }; |
220 | 223 | D9A843901E855672002A804B /* curves.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = curves.svg; sourceTree = "<group>"; }; |
221 | 224 | D9A843921E85F1C1002A804B /* quad.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = quad.svg; sourceTree = "<group>"; }; |
222 | | - D9A843981E8612BD002A804B /* UIImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImage.swift; sourceTree = "<group>"; }; |
223 | | - D9A8439A1E861340002A804B /* NSImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSImage.swift; sourceTree = "<group>"; }; |
224 | | - D9A8439D1E861473002A804B /* ImageLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageLoader.swift; sourceTree = "<group>"; }; |
225 | 225 | D9B118DB1E865164006AFDBD /* Renderer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Renderer.swift; sourceTree = "<group>"; }; |
226 | 226 | D9C1EEF91E63B1B900C0F213 /* Parser.GraphicAttributeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Parser.GraphicAttributeTests.swift; sourceTree = "<group>"; }; |
227 | 227 | D9C1EEFB1E63C94600C0F213 /* DOM.Use.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DOM.Use.swift; sourceTree = "<group>"; }; |
|
343 | 343 | path = Renderer; |
344 | 344 | sourceTree = "<group>"; |
345 | 345 | }; |
| 346 | + D97CBC401ED503CE006B4A69 /* Image */ = { |
| 347 | + isa = PBXGroup; |
| 348 | + children = ( |
| 349 | + D97CBC411ED503D7006B4A69 /* Image.swift */, |
| 350 | + D97CBC441ED506D1006B4A69 /* UIImage+Image.swift */, |
| 351 | + D97CBC461ED506DB006B4A69 /* NSImage+Image.swift */, |
| 352 | + ); |
| 353 | + path = Image; |
| 354 | + sourceTree = "<group>"; |
| 355 | + }; |
346 | 356 | D98971FF1E892C29008DC621 /* Builder */ = { |
347 | 357 | isa = PBXGroup; |
348 | 358 | children = ( |
|
382 | 392 | path = DOM; |
383 | 393 | sourceTree = "<group>"; |
384 | 394 | }; |
385 | | - D9A843971E8612AB002A804B /* Image */ = { |
386 | | - isa = PBXGroup; |
387 | | - children = ( |
388 | | - D9A843981E8612BD002A804B /* UIImage.swift */, |
389 | | - D9A8439A1E861340002A804B /* NSImage.swift */, |
390 | | - D9A8439D1E861473002A804B /* ImageLoader.swift */, |
391 | | - ); |
392 | | - path = Image; |
393 | | - sourceTree = "<group>"; |
394 | | - }; |
395 | 395 | D9F3EBA71DFF5BA3006691A1 = { |
396 | 396 | isa = PBXGroup; |
397 | 397 | children = ( |
|
416 | 416 | D9F3EBB31DFF5BA3006691A1 /* SwiftVG */ = { |
417 | 417 | isa = PBXGroup; |
418 | 418 | children = ( |
| 419 | + D97CBC401ED503CE006B4A69 /* Image */, |
419 | 420 | D92CE6041E64E95400E0BE1B /* Extensions */, |
420 | 421 | D9F3EBCD1DFF5BE1006691A1 /* SVG */, |
421 | 422 | D9F3EBB41DFF5BA3006691A1 /* SwiftVG.h */, |
|
441 | 442 | D9F3EBCD1DFF5BE1006691A1 /* SVG */ = { |
442 | 443 | isa = PBXGroup; |
443 | 444 | children = ( |
444 | | - D9A843971E8612AB002A804B /* Image */, |
445 | 445 | D99CC9871E5F8EF400E7886A /* Scanner */, |
446 | 446 | D9002B141E08B9710090BCC8 /* XML */, |
447 | 447 | D958D9F31E02013B004D811F /* Formatter */, |
|
711 | 711 | D962D2D81E6ED01700B825C6 /* Parser.XML.Use.swift in Sources */, |
712 | 712 | D98971FB1E88F9B7008DC621 /* CoreGraphicsRenderer.swift in Sources */, |
713 | 713 | D962D2DD1E6ED02000B825C6 /* XML.swift in Sources */, |
| 714 | + D97CBC431ED50465006B4A69 /* Image.swift in Sources */, |
714 | 715 | D962D2C41E6ECFCA00B825C6 /* DOM.Element.swift in Sources */, |
715 | | - D9A8439C1E861346002A804B /* NSImage.swift in Sources */, |
716 | 716 | D963D2AB1E95BA06008DD03D /* CodeRenderer.Path.swift in Sources */, |
717 | 717 | D962D2D71E6ED01700B825C6 /* Parser.XML.Text.swift in Sources */, |
718 | 718 | D9B118DD1E865164006AFDBD /* Renderer.swift in Sources */, |
|
730 | 730 | D962D2D91E6ED01700B825C6 /* Parser.XML.Image.swift in Sources */, |
731 | 731 | D98972071E892C29008DC621 /* Builder.Path.swift in Sources */, |
732 | 732 | D98972051E892C29008DC621 /* Builder.Command.swift in Sources */, |
| 733 | + D97CBC481ED508F2006B4A69 /* NSImage+Image.swift in Sources */, |
733 | 734 | D963D2AC1E95BA0A008DD03D /* CodeRenderer.swift in Sources */, |
734 | 735 | D962D2CC1E6ECFCA00B825C6 /* DOM.Switch.swift in Sources */, |
735 | 736 | D962D2C71E6ECFCA00B825C6 /* DOM.Color.swift in Sources */, |
736 | 737 | D989720B1E892C29008DC621 /* Builder.swift in Sources */, |
737 | 738 | D9778E621E6F6C0300FF6EBB /* Parser.XML.Path.swift in Sources */, |
738 | 739 | D962D2C31E6ECFCA00B825C6 /* DOM.swift in Sources */, |
739 | 740 | D962D2E01E6ED02500B825C6 /* Scanner.swift in Sources */, |
740 | | - D9A8439F1E861473002A804B /* ImageLoader.swift in Sources */, |
741 | 741 | D962D2DF1E6ED02500B825C6 /* CharacterSet.swift in Sources */, |
742 | 742 | ); |
743 | 743 | runOnlyForDeploymentPostprocessing = 0; |
|
778 | 778 | D99CC9911E5FDCFB00E7886A /* Parser.XML.Gradient.swift in Sources */, |
779 | 779 | D933D0A61E5CFF4D00937A59 /* Parser.XML.Color.swift in Sources */, |
780 | 780 | D91B1E201E6E4D310028EF61 /* DOM.Image.swift in Sources */, |
| 781 | + D97CBC451ED506D1006B4A69 /* UIImage+Image.swift in Sources */, |
781 | 782 | D933D0A81E5D1F7F00937A59 /* DOM.Element.swift in Sources */, |
782 | 783 | D98972081E892C29008DC621 /* Builder.State.swift in Sources */, |
783 | 784 | D91B1E221E6E4D650028EF61 /* Parser.XML.Image.swift in Sources */, |
784 | 785 | D9D0CFCE1E027B4000B7947B /* DOM.swift in Sources */, |
785 | 786 | D99CC9951E5FEA1200E7886A /* DOM.Text.swift in Sources */, |
786 | 787 | D965B5841E3C4A34003E859E /* XML.Parser.swift in Sources */, |
787 | | - D9A843991E8612BD002A804B /* UIImage.swift in Sources */, |
788 | 788 | D98971FA1E88F9B7008DC621 /* CoreGraphicsRenderer.swift in Sources */, |
789 | 789 | D99CC9971E5FECEB00E7886A /* Parser.XML.Text.swift in Sources */, |
| 790 | + D97CBC421ED503D7006B4A69 /* Image.swift in Sources */, |
790 | 791 | D99CC9891E5F8F0000E7886A /* CharacterSet.swift in Sources */, |
791 | 792 | D963D2A81E95B761008DD03D /* CodeRenderer.swift in Sources */, |
792 | 793 | D933D0A11E5CEE1700937A59 /* DOM.Color.swift in Sources */, |
|
813 | 814 | D965B58B1E4E1273003E859E /* Parser.XML.Svg.swift in Sources */, |
814 | 815 | D9778E611E6F6C0300FF6EBB /* Parser.XML.Path.swift in Sources */, |
815 | 816 | D958D9F51E020158004D811F /* Formatter.swift in Sources */, |
816 | | - D9A8439E1E861473002A804B /* ImageLoader.swift in Sources */, |
817 | 817 | D9C1EEFE1E63C9D300C0F213 /* Parser.XML.Use.swift in Sources */, |
818 | 818 | ); |
819 | 819 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments