|
241 | 241 | FF7EAEC4234D253B007A26E0 /* FontProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF7EAEC3234D253B007A26E0 /* FontProvider.swift */; }; |
242 | 242 | FF94935E245738AC0085ABB3 /* SuperscriptStringAttributeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF94935D245738AC0085ABB3 /* SuperscriptStringAttributeConverter.swift */; }; |
243 | 243 | FF949360245740250085ABB3 /* SuperscriptFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF94935F245740250085ABB3 /* SuperscriptFormatter.swift */; }; |
| 244 | + FF949362245744090085ABB3 /* SubscriptStringAttributeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF949361245744090085ABB3 /* SubscriptStringAttributeConverter.swift */; }; |
| 245 | + FF949364245744560085ABB3 /* SubscriptFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF949363245744560085ABB3 /* SubscriptFormatter.swift */; }; |
244 | 246 | FFA61E891DF18F3D00B71BF6 /* ParagraphStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFA61E881DF18F3D00B71BF6 /* ParagraphStyle.swift */; }; |
245 | 247 | FFA61EC21DF6C1C900B71BF6 /* NSAttributedString+Archive.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFA61EC11DF6C1C900B71BF6 /* NSAttributedString+Archive.swift */; }; |
246 | 248 | FFB5D29720BEB21A0038DCFB /* CiteFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB5D29620BEB21A0038DCFB /* CiteFormatter.swift */; }; |
|
527 | 529 | FF7EAEC3234D253B007A26E0 /* FontProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FontProvider.swift; sourceTree = "<group>"; }; |
528 | 530 | FF94935D245738AC0085ABB3 /* SuperscriptStringAttributeConverter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SuperscriptStringAttributeConverter.swift; sourceTree = "<group>"; }; |
529 | 531 | FF94935F245740250085ABB3 /* SuperscriptFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SuperscriptFormatter.swift; sourceTree = "<group>"; }; |
| 532 | + FF949361245744090085ABB3 /* SubscriptStringAttributeConverter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubscriptStringAttributeConverter.swift; sourceTree = "<group>"; }; |
| 533 | + FF949363245744560085ABB3 /* SubscriptFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubscriptFormatter.swift; sourceTree = "<group>"; }; |
530 | 534 | FFA61E881DF18F3D00B71BF6 /* ParagraphStyle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParagraphStyle.swift; sourceTree = "<group>"; }; |
531 | 535 | FFA61EC11DF6C1C900B71BF6 /* NSAttributedString+Archive.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+Archive.swift"; sourceTree = "<group>"; }; |
532 | 536 | FFB5D29620BEB21A0038DCFB /* CiteFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CiteFormatter.swift; sourceTree = "<group>"; }; |
|
1009 | 1013 | F12F58601EF20394008AE298 /* TextListFormatter.swift */, |
1010 | 1014 | F12F58611EF20394008AE298 /* UnderlineFormatter.swift */, |
1011 | 1015 | FF94935F245740250085ABB3 /* SuperscriptFormatter.swift */, |
| 1016 | + FF949363245744560085ABB3 /* SubscriptFormatter.swift */, |
1012 | 1017 | FF61909D202481F4004BCD0A /* CodeFormatter.swift */, |
1013 | 1018 | FFB5D29620BEB21A0038DCFB /* CiteFormatter.swift */, |
1014 | 1019 | ); |
|
1095 | 1100 | F1656FDD2152A6A6009C7E3A /* CiteStringAttributeConverter.swift */, |
1096 | 1101 | F15BA60C215159A600424120 /* ItalicStringAttributeConverter.swift */, |
1097 | 1102 | FF94935D245738AC0085ABB3 /* SuperscriptStringAttributeConverter.swift */, |
| 1103 | + FF949361245744090085ABB3 /* SubscriptStringAttributeConverter.swift */, |
1098 | 1104 | F15BA60E21515C0F00424120 /* UnderlineStringAttributeConverter.swift */, |
1099 | 1105 | ); |
1100 | 1106 | path = Implementations; |
|
1637 | 1643 | F11326B21EF1AA91007FEE9A /* HTMLPre.swift in Sources */, |
1638 | 1644 | F1098741214FF55F00983B6A /* BoldElementAttributeConverter.swift in Sources */, |
1639 | 1645 | F17BC8AB1F4E512800398E2B /* AttributedStringSerializer.swift in Sources */, |
| 1646 | + FF949364245744560085ABB3 /* SubscriptFormatter.swift in Sources */, |
1640 | 1647 | F18986E11EF2040A0060EDBA /* FontFormatter.swift in Sources */, |
1641 | 1648 | F1FF7D9D201A147B007B0B32 /* Figure.swift in Sources */, |
1642 | 1649 | FFA61E891DF18F3D00B71BF6 /* ParagraphStyle.swift in Sources */, |
|
1645 | 1652 | FF7C89B01E3BC52F000472A8 /* NSAttributedString+FontTraits.swift in Sources */, |
1646 | 1653 | B5E94D101FE01335000E7C20 /* FigureElementConverter.swift in Sources */, |
1647 | 1654 | 40A2986D1FD61B0C00AEDF3B /* ElementConverter.swift in Sources */, |
| 1655 | + FF949362245744090085ABB3 /* SubscriptStringAttributeConverter.swift in Sources */, |
1648 | 1656 | F1FF7DA1201A1D3E007B0B32 /* FigcaptionElementConverter.swift in Sources */, |
1649 | 1657 | F9982CF621877663001E606B /* TextViewPasteboardDelegate.swift in Sources */, |
1650 | 1658 | F1289FB72155244A001E07C5 /* AttributeType.swift in Sources */, |
|
0 commit comments