|
239 | 239 | FFA61EC21DF6C1C900B71BF6 /* NSAttributedString+Archive.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFA61EC11DF6C1C900B71BF6 /* NSAttributedString+Archive.swift */; }; |
240 | 240 | FFB5D29720BEB21A0038DCFB /* CiteFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB5D29620BEB21A0038DCFB /* CiteFormatter.swift */; }; |
241 | 241 | FFD0FEB71DAE59A700430586 /* NSLayoutManager+Attachments.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD0FEB61DAE59A700430586 /* NSLayoutManager+Attachments.swift */; }; |
| 242 | + FFD3C1712344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD3C1702344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift */; }; |
| 243 | + FFD3C1732344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD3C1722344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift */; }; |
242 | 244 | FFD436981E3180A500A0E26F /* FontFormatterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD436971E3180A500A0E26F /* FontFormatterTests.swift */; }; |
243 | 245 | FFFEC7DB1EA7698900F4210F /* VideoAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFEC7DA1EA7698900F4210F /* VideoAttachment.swift */; }; |
244 | 246 | /* End PBXBuildFile section */ |
|
516 | 518 | FFB5D29620BEB21A0038DCFB /* CiteFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CiteFormatter.swift; sourceTree = "<group>"; }; |
517 | 519 | FFC2BBF81F2A25CF00E404FB /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; }; |
518 | 520 | FFD0FEB61DAE59A700430586 /* NSLayoutManager+Attachments.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSLayoutManager+Attachments.swift"; sourceTree = "<group>"; }; |
| 521 | + FFD3C1702344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForegroundColorCSSAttributeMatcher.swift; sourceTree = "<group>"; }; |
| 522 | + FFD3C1722344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForegroundColorElementAttributeConverter.swift; sourceTree = "<group>"; }; |
519 | 523 | FFD436971E3180A500A0E26F /* FontFormatterTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontFormatterTests.swift; sourceTree = "<group>"; }; |
520 | 524 | FFFEC7DA1EA7698900F4210F /* VideoAttachment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoAttachment.swift; sourceTree = "<group>"; }; |
521 | 525 | /* End PBXFileReference section */ |
|
898 | 902 | F1098740214FF55F00983B6A /* BoldElementAttributeConverter.swift */, |
899 | 903 | F109874421501A2F00983B6A /* ItalicElementAttributeConverter.swift */, |
900 | 904 | F109874821501C8B00983B6A /* UnderlineElementAttributeConverter.swift */, |
| 905 | + FFD3C1722344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift */, |
901 | 906 | ); |
902 | 907 | path = Implementations; |
903 | 908 | sourceTree = "<group>"; |
|
1087 | 1092 | F15BA610215167D200424120 /* CSSAttributeMatcher.swift */, |
1088 | 1093 | F1F5C9DA21516E4B00F67990 /* ItalicCSSAttributeMatcher.swift */, |
1089 | 1094 | F1F5C9DC2151702600F67990 /* UnderlineCSSAttributeMatcher.swift */, |
| 1095 | + FFD3C1702344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift */, |
1090 | 1096 | ); |
1091 | 1097 | path = CSS; |
1092 | 1098 | sourceTree = "<group>"; |
|
1524 | 1530 | B572AC281E817CFE008948C2 /* CommentAttachment.swift in Sources */, |
1525 | 1531 | F1E1D5881FEC52EE0086B339 /* GenericElementConverter.swift in Sources */, |
1526 | 1532 | F1FA0E861E6EF514009D98EE /* Node.swift in Sources */, |
| 1533 | + FFD3C1712344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift in Sources */, |
| 1534 | + FFD3C1732344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift in Sources */, |
1527 | 1535 | F1656FDE2152A6A6009C7E3A /* CiteStringAttributeConverter.swift in Sources */, |
1528 | 1536 | 599F254B1D8BC9A1002871D6 /* String+RangeConversion.swift in Sources */, |
1529 | 1537 | 599F25481D8BC9A1002871D6 /* Metrics.swift in Sources */, |
|
0 commit comments