Skip to content

Commit

Permalink
Add ColorMatrix class to OSX target
Browse files Browse the repository at this point in the history
  • Loading branch information
ystrot committed Jun 25, 2018
1 parent d398fb2 commit 071bd77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Macaw.xcodeproj/project.pbxproj
Expand Up @@ -229,6 +229,7 @@
5874CCB720DA8A860090DBD5 /* ColorMatrix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5874CCB620DA8A860090DBD5 /* ColorMatrix.swift */; };
58944BDA20AC8A9A00657640 /* logo_base64.txt in Resources */ = {isa = PBXBuildFile; fileRef = 57B7A4E01EE70DA5009D78D7 /* logo_base64.txt */; };
58944BDB20AC8A9A00657640 /* clip.svg in Resources */ = {isa = PBXBuildFile; fileRef = C43B064C1F9738EF00787A35 /* clip.svg */; };
58B0523920E10E7100D45008 /* ColorMatrix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5874CCB620DA8A860090DBD5 /* ColorMatrix.swift */; };
5B1A8C7620A15F7300E5FFAE /* SVGNodeLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1A8C7520A15F7300E5FFAE /* SVGNodeLayout.swift */; };
5B1A8C7720A15F7300E5FFAE /* SVGNodeLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1A8C7520A15F7300E5FFAE /* SVGNodeLayout.swift */; };
5B1AE23220B6A669007EECCB /* text-align-01-b-manual.svg in Resources */ = {isa = PBXBuildFile; fileRef = 5B1AE18420B6A669007EECCB /* text-align-01-b-manual.svg */; };
Expand Down Expand Up @@ -1944,6 +1945,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
58B0523920E10E7100D45008 /* ColorMatrix.swift in Sources */,
57614AFD1F83D15600875933 /* Group.swift in Sources */,
57D9DAE11FC9AA4C0002555D /* Locus+ToPath.swift in Sources */,
57614AFE1F83D15600875933 /* TextRenderer.swift in Sources */,
Expand Down

0 comments on commit 071bd77

Please sign in to comment.