|
231 | 231 | FF24AC991F0146AF003CA91D /* Assets.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF24AC981F0146AF003CA91D /* Assets.swift */; }; |
232 | 232 | FF437B6420D7CB2D000D9666 /* HTMLLi.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF437B6320D7CB2D000D9666 /* HTMLLi.swift */; }; |
233 | 233 | FF437B6620D7CB83000D9666 /* LiFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF437B6520D7CB83000D9666 /* LiFormatter.swift */; }; |
| 234 | + FF48CAC8234DD5D3007FFC79 /* NSMutableAttributedString+ReplaceAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF48CAC7234DD5D3007FFC79 /* NSMutableAttributedString+ReplaceAttributes.swift */; }; |
234 | 235 | FF4E26601EA8DF1E005E8E42 /* ImageAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF4E265F1EA8DF1E005E8E42 /* ImageAttachment.swift */; }; |
235 | 236 | FF61909E202481F4004BCD0A /* CodeFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF61909D202481F4004BCD0A /* CodeFormatter.swift */; }; |
236 | 237 | FF7A1C511E5651EA00C4C7C8 /* LineAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF7A1C501E5651EA00C4C7C8 /* LineAttachment.swift */; }; |
237 | 238 | FF7C89B01E3BC52F000472A8 /* NSAttributedString+FontTraits.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF7C89AF1E3BC52F000472A8 /* NSAttributedString+FontTraits.swift */; }; |
| 239 | + FF7EAEC4234D253B007A26E0 /* FontProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF7EAEC3234D253B007A26E0 /* FontProvider.swift */; }; |
238 | 240 | FFA61E891DF18F3D00B71BF6 /* ParagraphStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFA61E881DF18F3D00B71BF6 /* ParagraphStyle.swift */; }; |
239 | 241 | FFA61EC21DF6C1C900B71BF6 /* NSAttributedString+Archive.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFA61EC11DF6C1C900B71BF6 /* NSAttributedString+Archive.swift */; }; |
240 | 242 | FFB5D29720BEB21A0038DCFB /* CiteFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB5D29620BEB21A0038DCFB /* CiteFormatter.swift */; }; |
241 | 243 | FFD0FEB71DAE59A700430586 /* NSLayoutManager+Attachments.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD0FEB61DAE59A700430586 /* NSLayoutManager+Attachments.swift */; }; |
| 244 | + FFD3C1712344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD3C1702344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift */; }; |
| 245 | + FFD3C1732344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD3C1722344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift */; }; |
242 | 246 | FFD436981E3180A500A0E26F /* FontFormatterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD436971E3180A500A0E26F /* FontFormatterTests.swift */; }; |
243 | 247 | FFFEC7DB1EA7698900F4210F /* VideoAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFEC7DA1EA7698900F4210F /* VideoAttachment.swift */; }; |
244 | 248 | /* End PBXBuildFile section */ |
|
503 | 507 | FF24AC981F0146AF003CA91D /* Assets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Assets.swift; sourceTree = "<group>"; }; |
504 | 508 | FF437B6320D7CB2D000D9666 /* HTMLLi.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTMLLi.swift; sourceTree = "<group>"; }; |
505 | 509 | FF437B6520D7CB83000D9666 /* LiFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LiFormatter.swift; sourceTree = "<group>"; }; |
| 510 | + FF48CAC7234DD5D3007FFC79 /* NSMutableAttributedString+ReplaceAttributes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSMutableAttributedString+ReplaceAttributes.swift"; sourceTree = "<group>"; }; |
506 | 511 | FF4E265F1EA8DF1E005E8E42 /* ImageAttachment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageAttachment.swift; sourceTree = "<group>"; }; |
507 | 512 | FF5B98E21DC29D0C00571CA4 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; }; |
508 | 513 | FF5B98E41DC355B400571CA4 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = SOURCE_ROOT; }; |
|
511 | 516 | FF7A1C4A1E51F05700C4C7C8 /* CONTRIBUTING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; }; |
512 | 517 | FF7A1C501E5651EA00C4C7C8 /* LineAttachment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LineAttachment.swift; sourceTree = "<group>"; }; |
513 | 518 | FF7C89AF1E3BC52F000472A8 /* NSAttributedString+FontTraits.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+FontTraits.swift"; sourceTree = "<group>"; }; |
| 519 | + FF7EAEC3234D253B007A26E0 /* FontProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FontProvider.swift; sourceTree = "<group>"; }; |
514 | 520 | FFA61E881DF18F3D00B71BF6 /* ParagraphStyle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParagraphStyle.swift; sourceTree = "<group>"; }; |
515 | 521 | FFA61EC11DF6C1C900B71BF6 /* NSAttributedString+Archive.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+Archive.swift"; sourceTree = "<group>"; }; |
516 | 522 | FFB5D29620BEB21A0038DCFB /* CiteFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CiteFormatter.swift; sourceTree = "<group>"; }; |
517 | 523 | FFC2BBF81F2A25CF00E404FB /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; }; |
518 | 524 | FFD0FEB61DAE59A700430586 /* NSLayoutManager+Attachments.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSLayoutManager+Attachments.swift"; sourceTree = "<group>"; }; |
| 525 | + FFD3C1702344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForegroundColorCSSAttributeMatcher.swift; sourceTree = "<group>"; }; |
| 526 | + FFD3C1722344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForegroundColorElementAttributeConverter.swift; sourceTree = "<group>"; }; |
519 | 527 | FFD436971E3180A500A0E26F /* FontFormatterTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontFormatterTests.swift; sourceTree = "<group>"; }; |
520 | 528 | FFFEC7DA1EA7698900F4210F /* VideoAttachment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoAttachment.swift; sourceTree = "<group>"; }; |
521 | 529 | /* End PBXFileReference section */ |
|
742 | 750 | FFD0FEB61DAE59A700430586 /* NSLayoutManager+Attachments.swift */, |
743 | 751 | F1584795203C9B4C00EE05A1 /* NSMutableAttributedString+ParagraphProperty.swift */, |
744 | 752 | F10BE6171EA7ADA6002E4625 /* NSMutableAttributedString+ReplaceOcurrences.swift */, |
| 753 | + FF48CAC7234DD5D3007FFC79 /* NSMutableAttributedString+ReplaceAttributes.swift */, |
745 | 754 | F18733C41DA096EE005AEB80 /* NSRange+Helpers.swift */, |
746 | 755 | FF20D6431EDC395E00294B78 /* NSTextingResult+Helpers.swift */, |
747 | 756 | F1C05B9C1E37FA77007510EA /* String+CharacterName.swift */, |
|
800 | 809 | FFA61E881DF18F3D00B71BF6 /* ParagraphStyle.swift */, |
801 | 810 | B5A99D831EBA073D00DED081 /* HTMLStorage.swift */, |
802 | 811 | F9982CF521877663001E606B /* TextViewPasteboardDelegate.swift */, |
| 812 | + FF7EAEC3234D253B007A26E0 /* FontProvider.swift */, |
803 | 813 | ); |
804 | 814 | path = TextKit; |
805 | 815 | sourceTree = "<group>"; |
|
898 | 908 | F1098740214FF55F00983B6A /* BoldElementAttributeConverter.swift */, |
899 | 909 | F109874421501A2F00983B6A /* ItalicElementAttributeConverter.swift */, |
900 | 910 | F109874821501C8B00983B6A /* UnderlineElementAttributeConverter.swift */, |
| 911 | + FFD3C1722344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift */, |
901 | 912 | ); |
902 | 913 | path = Implementations; |
903 | 914 | sourceTree = "<group>"; |
|
1087 | 1098 | F15BA610215167D200424120 /* CSSAttributeMatcher.swift */, |
1088 | 1099 | F1F5C9DA21516E4B00F67990 /* ItalicCSSAttributeMatcher.swift */, |
1089 | 1100 | F1F5C9DC2151702600F67990 /* UnderlineCSSAttributeMatcher.swift */, |
| 1101 | + FFD3C1702344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift */, |
1090 | 1102 | ); |
1091 | 1103 | path = CSS; |
1092 | 1104 | sourceTree = "<group>"; |
|
1524 | 1536 | B572AC281E817CFE008948C2 /* CommentAttachment.swift in Sources */, |
1525 | 1537 | F1E1D5881FEC52EE0086B339 /* GenericElementConverter.swift in Sources */, |
1526 | 1538 | F1FA0E861E6EF514009D98EE /* Node.swift in Sources */, |
| 1539 | + FFD3C1712344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift in Sources */, |
| 1540 | + FFD3C1732344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift in Sources */, |
1527 | 1541 | F1656FDE2152A6A6009C7E3A /* CiteStringAttributeConverter.swift in Sources */, |
1528 | 1542 | 599F254B1D8BC9A1002871D6 /* String+RangeConversion.swift in Sources */, |
1529 | 1543 | 599F25481D8BC9A1002871D6 /* Metrics.swift in Sources */, |
|
1565 | 1579 | F165D92A20C72EF500EAA6B0 /* Array+ShortcodeAttribute.swift in Sources */, |
1566 | 1580 | F165D92420C72C1000EAA6B0 /* ShortcodeAttributeSerializer.swift in Sources */, |
1567 | 1581 | F177FF751FB6404D00CBBE35 /* UILayoutPriority+Swift4.swift in Sources */, |
| 1582 | + FF7EAEC4234D253B007A26E0 /* FontProvider.swift in Sources */, |
1568 | 1583 | F1C05B9D1E37FA77007510EA /* String+CharacterName.swift in Sources */, |
1569 | 1584 | F1FF7D9F201A1D24007B0B32 /* Figcaption.swift in Sources */, |
1570 | 1585 | FF17B2D2227A589F0022AECE /* LIElementConverter.swift in Sources */, |
|
1631 | 1646 | 599F25381D8BC9A1002871D6 /* InAttributesConverter.swift in Sources */, |
1632 | 1647 | B551A4A01E770B3800EE3A7F /* UIFont+Emoji.swift in Sources */, |
1633 | 1648 | F13E8AD820B71BAA007C9F8A /* PluginManager.swift in Sources */, |
| 1649 | + FF48CAC8234DD5D3007FFC79 /* NSMutableAttributedString+ReplaceAttributes.swift in Sources */, |
1634 | 1650 | F12F586E1EF20394008AE298 /* LinkFormatter.swift in Sources */, |
1635 | 1651 | F1584796203C9B4C00EE05A1 /* NSMutableAttributedString+ParagraphProperty.swift in Sources */, |
1636 | 1652 | F15BA6092151501300424120 /* BoldStringAttributeConverter.swift in Sources */, |
|
1800 | 1816 | GCC_WARN_UNUSED_FUNCTION = YES; |
1801 | 1817 | GCC_WARN_UNUSED_VARIABLE = YES; |
1802 | 1818 | HEADER_SEARCH_PATHS = /usr/include/libxml2; |
1803 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 1819 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
1804 | 1820 | MTL_ENABLE_DEBUG_INFO = YES; |
1805 | 1821 | ONLY_ACTIVE_ARCH = YES; |
1806 | 1822 | OTHER_LDFLAGS = "-lxml2"; |
|
1861 | 1877 | GCC_WARN_UNUSED_FUNCTION = YES; |
1862 | 1878 | GCC_WARN_UNUSED_VARIABLE = YES; |
1863 | 1879 | HEADER_SEARCH_PATHS = /usr/include/libxml2; |
1864 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 1880 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
1865 | 1881 | MTL_ENABLE_DEBUG_INFO = NO; |
1866 | 1882 | OTHER_LDFLAGS = "-lxml2"; |
1867 | 1883 | SDKROOT = iphoneos; |
|
1893 | 1909 | ); |
1894 | 1910 | INFOPLIST_FILE = Aztec/Info.plist; |
1895 | 1911 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 1912 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
1896 | 1913 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1897 | 1914 | PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.Aztec; |
1898 | 1915 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1922 | 1939 | ); |
1923 | 1940 | INFOPLIST_FILE = Aztec/Info.plist; |
1924 | 1941 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 1942 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
1925 | 1943 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1926 | 1944 | PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.Aztec; |
1927 | 1945 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
2063 | 2081 | GCC_WARN_UNUSED_FUNCTION = YES; |
2064 | 2082 | GCC_WARN_UNUSED_VARIABLE = YES; |
2065 | 2083 | HEADER_SEARCH_PATHS = /usr/include/libxml2; |
2066 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 2084 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
2067 | 2085 | MTL_ENABLE_DEBUG_INFO = NO; |
2068 | 2086 | ONLY_ACTIVE_ARCH = YES; |
2069 | 2087 | OTHER_LDFLAGS = "-lxml2"; |
|
2095 | 2113 | ); |
2096 | 2114 | INFOPLIST_FILE = Aztec/Info.plist; |
2097 | 2115 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 2116 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
2098 | 2117 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
2099 | 2118 | PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.Aztec; |
2100 | 2119 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
2175 | 2194 | GCC_WARN_UNUSED_FUNCTION = YES; |
2176 | 2195 | GCC_WARN_UNUSED_VARIABLE = YES; |
2177 | 2196 | HEADER_SEARCH_PATHS = /usr/include/libxml2; |
2178 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 2197 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
2179 | 2198 | MTL_ENABLE_DEBUG_INFO = YES; |
2180 | 2199 | ONLY_ACTIVE_ARCH = YES; |
2181 | 2200 | OTHER_LDFLAGS = "-lxml2"; |
|
2208 | 2227 | ); |
2209 | 2228 | INFOPLIST_FILE = Aztec/Info.plist; |
2210 | 2229 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 2230 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
2211 | 2231 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
2212 | 2232 | PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.Aztec; |
2213 | 2233 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments