|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 1A830346228583B200798076 /* NSBundle+AztecBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A830345228583B200798076 /* NSBundle+AztecBundle.swift */; }; |
11 | | - 1EDDEBA5239A68320000A957 /* XCodeVersion.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 1EDDEBA4239A68320000A957 /* XCodeVersion.xcconfig */; }; |
12 | 11 | 40359F261FD88A5F00B1C1D2 /* HRElementConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40359F251FD88A5F00B1C1D2 /* HRElementConverter.swift */; }; |
13 | 12 | 40359F281FD88A7900B1C1D2 /* BRElementConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40359F271FD88A7900B1C1D2 /* BRElementConverter.swift */; }; |
14 | 13 | 40A2986D1FD61B0C00AEDF3B /* ElementConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40A2986C1FD61B0C00AEDF3B /* ElementConverter.swift */; }; |
|
36 | 35 | 599F25531D8BC9A1002871D6 /* TextStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 599F25311D8BC9A1002871D6 /* TextStorage.swift */; }; |
37 | 36 | 599F25541D8BC9A1002871D6 /* TextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 599F25321D8BC9A1002871D6 /* TextView.swift */; }; |
38 | 37 | 74EEC71B1FAB6EC900B989E3 /* UIImage+Resize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74EEC71A1FAB6EC900B989E3 /* UIImage+Resize.swift */; }; |
39 | | - 914CD9E72200B2D200DDD5C9 /* BoldFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 914CD9E62200B2D200DDD5C9 /* BoldFormatter.swift */; }; |
| 38 | + 914CD9E72200B2D200DDD5C9 /* BoldWithShadowForHeadingFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 914CD9E62200B2D200DDD5C9 /* BoldWithShadowForHeadingFormatter.swift */; }; |
40 | 39 | 917E22132201D2A5008AC826 /* BoldFormatterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 917E22122201D2A5008AC826 /* BoldFormatterTests.swift */; }; |
41 | 40 | B52220D31F86A05400D7E092 /* TextViewStubDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52220D21F86A05400D7E092 /* TextViewStubDelegate.swift */; }; |
42 | 41 | B524228D1F30C039002E7C6C /* HTMLDiv.swift in Sources */ = {isa = PBXBuildFile; fileRef = B524228C1F30C039002E7C6C /* HTMLDiv.swift */; }; |
|
247 | 246 | FFD3C1712344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD3C1702344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift */; }; |
248 | 247 | FFD3C1732344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD3C1722344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift */; }; |
249 | 248 | FFD436981E3180A500A0E26F /* FontFormatterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFD436971E3180A500A0E26F /* FontFormatterTests.swift */; }; |
| 249 | + FFFA53E523C6277700829A43 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFA53E423C6277700829A43 /* Configuration.swift */; }; |
| 250 | + FFFA53E723C628E700829A43 /* BoldFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFA53E623C628E700829A43 /* BoldFormatter.swift */; }; |
250 | 251 | FFFEC7DB1EA7698900F4210F /* VideoAttachment.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFEC7DA1EA7698900F4210F /* VideoAttachment.swift */; }; |
251 | 252 | /* End PBXBuildFile section */ |
252 | 253 |
|
|
282 | 283 |
|
283 | 284 | /* Begin PBXFileReference section */ |
284 | 285 | 1A830345228583B200798076 /* NSBundle+AztecBundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSBundle+AztecBundle.swift"; sourceTree = "<group>"; }; |
285 | | - 1EDDEBA4239A68320000A957 /* XCodeVersion.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = XCodeVersion.xcconfig; sourceTree = "<group>"; }; |
286 | 286 | 40359F251FD88A5F00B1C1D2 /* HRElementConverter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HRElementConverter.swift; sourceTree = "<group>"; }; |
287 | 287 | 40359F271FD88A7900B1C1D2 /* BRElementConverter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BRElementConverter.swift; sourceTree = "<group>"; }; |
288 | 288 | 40A2986C1FD61B0C00AEDF3B /* ElementConverter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ElementConverter.swift; sourceTree = "<group>"; }; |
|
312 | 312 | 59FEA06B1D8BDFA700D138DF /* InAttributeConverterTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InAttributeConverterTests.swift; sourceTree = "<group>"; }; |
313 | 313 | 59FEA06D1D8BDFA700D138DF /* InNodeConverterTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InNodeConverterTests.swift; sourceTree = "<group>"; }; |
314 | 314 | 74EEC71A1FAB6EC900B989E3 /* UIImage+Resize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Resize.swift"; sourceTree = "<group>"; }; |
315 | | - 914CD9E62200B2D200DDD5C9 /* BoldFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoldFormatter.swift; sourceTree = "<group>"; }; |
| 315 | + 914CD9E62200B2D200DDD5C9 /* BoldWithShadowForHeadingFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoldWithShadowForHeadingFormatter.swift; sourceTree = "<group>"; }; |
316 | 316 | 917E22122201D2A5008AC826 /* BoldFormatterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoldFormatterTests.swift; sourceTree = "<group>"; }; |
317 | 317 | B52220D21F86A05400D7E092 /* TextViewStubDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextViewStubDelegate.swift; sourceTree = "<group>"; }; |
318 | 318 | B524228C1F30C039002E7C6C /* HTMLDiv.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTMLDiv.swift; sourceTree = "<group>"; }; |
|
531 | 531 | FFD3C1702344DB4E00AE8DA0 /* ForegroundColorCSSAttributeMatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForegroundColorCSSAttributeMatcher.swift; sourceTree = "<group>"; }; |
532 | 532 | FFD3C1722344DCA900AE8DA0 /* ForegroundColorElementAttributeConverter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForegroundColorElementAttributeConverter.swift; sourceTree = "<group>"; }; |
533 | 533 | FFD436971E3180A500A0E26F /* FontFormatterTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontFormatterTests.swift; sourceTree = "<group>"; }; |
| 534 | + FFFA53E423C6277700829A43 /* Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Configuration.swift; sourceTree = "<group>"; }; |
| 535 | + FFFA53E623C628E700829A43 /* BoldFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BoldFormatter.swift; sourceTree = "<group>"; }; |
534 | 536 | FFFEC7DA1EA7698900F4210F /* VideoAttachment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoAttachment.swift; sourceTree = "<group>"; }; |
535 | 537 | /* End PBXFileReference section */ |
536 | 538 |
|
|
553 | 555 | /* End PBXFrameworksBuildPhase section */ |
554 | 556 |
|
555 | 557 | /* Begin PBXGroup section */ |
556 | | - 1EDDEBA3239A68090000A957 /* config */ = { |
557 | | - isa = PBXGroup; |
558 | | - children = ( |
559 | | - 1EDDEBA4239A68320000A957 /* XCodeVersion.xcconfig */, |
560 | | - ); |
561 | | - path = config; |
562 | | - sourceTree = "<group>"; |
563 | | - }; |
564 | 558 | 40A2986F1FD61B1C00AEDF3B /* Implementations */ = { |
565 | 559 | isa = PBXGroup; |
566 | 560 | children = ( |
|
607 | 601 | FF5B98E21DC29D0C00571CA4 /* README.md */, |
608 | 602 | FF7A1C4A1E51F05700C4C7C8 /* CONTRIBUTING.md */, |
609 | 603 | FFC2BBF81F2A25CF00E404FB /* CHANGELOG.md */, |
610 | | - 1EDDEBA3239A68090000A957 /* config */, |
611 | 604 | 5951CB901D8BC93600E1866F /* Aztec */, |
612 | 605 | 5951CB9B1D8BC93600E1866F /* AztecTests */, |
613 | 606 | 599F255A1D8BCD97002871D6 /* Frameworks */, |
|
826 | 819 | F9982CF521877663001E606B /* TextViewPasteboardDelegate.swift */, |
827 | 820 | FF7EAEC3234D253B007A26E0 /* FontProvider.swift */, |
828 | 821 | FF1F56A023955EF600E93A30 /* ColorProvider.swift */, |
| 822 | + FFFA53E423C6277700829A43 /* Configuration.swift */, |
829 | 823 | ); |
830 | 824 | path = TextKit; |
831 | 825 | sourceTree = "<group>"; |
|
995 | 989 | isa = PBXGroup; |
996 | 990 | children = ( |
997 | 991 | F12F58561EF20394008AE298 /* BlockquoteFormatter.swift */, |
998 | | - 914CD9E62200B2D200DDD5C9 /* BoldFormatter.swift */, |
| 992 | + 914CD9E62200B2D200DDD5C9 /* BoldWithShadowForHeadingFormatter.swift */, |
999 | 993 | F1BDDDE420603C18000714E1 /* FigcaptionFormatter.swift */, |
1000 | 994 | F1BDDDE62060403B000714E1 /* FigureFormatter.swift */, |
1001 | 995 | F12F58571EF20394008AE298 /* ColorFormatter.swift */, |
1002 | 996 | F12F58591EF20394008AE298 /* HeaderFormatter.swift */, |
1003 | 997 | B524228E1F30C098002E7C6C /* HTMLDivFormatter.swift */, |
1004 | 998 | F12F585B1EF20394008AE298 /* HTMLParagraphFormatter.swift */, |
1005 | 999 | F18986E41EF2043E0060EDBA /* ItalicFormatter.swift */, |
| 1000 | + FFFA53E623C628E700829A43 /* BoldFormatter.swift */, |
1006 | 1001 | F12F585D1EF20394008AE298 /* LinkFormatter.swift */, |
1007 | 1002 | F12F585E1EF20394008AE298 /* PreFormatter.swift */, |
1008 | 1003 | FF437B6520D7CB83000D9666 /* LiFormatter.swift */, |
|
1503 | 1498 | isa = PBXResourcesBuildPhase; |
1504 | 1499 | buildActionMask = 2147483647; |
1505 | 1500 | files = ( |
1506 | | - 1EDDEBA5239A68320000A957 /* XCodeVersion.xcconfig in Resources */, |
1507 | 1501 | FF1F56A3239562B900E93A30 /* html_colors.json in Resources */, |
1508 | 1502 | FF0714021EFD78AF00E50713 /* Media.xcassets in Resources */, |
1509 | 1503 | ); |
|
1561 | 1555 | 599F254B1D8BC9A1002871D6 /* String+RangeConversion.swift in Sources */, |
1562 | 1556 | FF1F56A123955EF600E93A30 /* ColorProvider.swift in Sources */, |
1563 | 1557 | 599F25481D8BC9A1002871D6 /* Metrics.swift in Sources */, |
1564 | | - 914CD9E72200B2D200DDD5C9 /* BoldFormatter.swift in Sources */, |
| 1558 | + 914CD9E72200B2D200DDD5C9 /* BoldWithShadowForHeadingFormatter.swift in Sources */, |
1565 | 1559 | F1BDDDE72060403B000714E1 /* FigureFormatter.swift in Sources */, |
1566 | 1560 | B59C9F9F1DF74BB80073B1D6 /* UIFont+Traits.swift in Sources */, |
1567 | 1561 | F10BE61A1EA7AE9D002E4625 /* NSAttributedString+ReplaceOcurrences.swift in Sources */, |
|
1589 | 1583 | F18A1EBA21C0828700F1AA9E /* PluginInputCustomizer.swift in Sources */, |
1590 | 1584 | F15BA60F21515C0F00424120 /* UnderlineStringAttributeConverter.swift in Sources */, |
1591 | 1585 | F18B81ED1EA560B700885F43 /* StringUTF16+RangeConversion.swift in Sources */, |
| 1586 | + FFFA53E723C628E700829A43 /* BoldFormatter.swift in Sources */, |
1592 | 1587 | F16A2AD520CC437E00BF3A0A /* LineAttachmentToElementConverter.swift in Sources */, |
1593 | 1588 | B574F4A41FB0CF3B0048F355 /* NSAttributedStringKey+Conversion.swift in Sources */, |
1594 | 1589 | F12F58631EF20394008AE298 /* AttributeFormatter.swift in Sources */, |
|
1668 | 1663 | F13E8AD820B71BAA007C9F8A /* PluginManager.swift in Sources */, |
1669 | 1664 | FF48CAC8234DD5D3007FFC79 /* NSMutableAttributedString+ReplaceAttributes.swift in Sources */, |
1670 | 1665 | F12F586E1EF20394008AE298 /* LinkFormatter.swift in Sources */, |
| 1666 | + FFFA53E523C6277700829A43 /* Configuration.swift in Sources */, |
1671 | 1667 | F1584796203C9B4C00EE05A1 /* NSMutableAttributedString+ParagraphProperty.swift in Sources */, |
1672 | 1668 | F15BA6092151501300424120 /* BoldStringAttributeConverter.swift in Sources */, |
1673 | 1669 | F1AFD65820B45E5700CB0279 /* CommentAttachmentRenderer.swift in Sources */, |
|
1913 | 1909 | }; |
1914 | 1910 | 5951CBA31D8BC93600E1866F /* Debug */ = { |
1915 | 1911 | isa = XCBuildConfiguration; |
1916 | | - baseConfigurationReference = 1EDDEBA4239A68320000A957 /* XCodeVersion.xcconfig */; |
1917 | 1912 | buildSettings = { |
1918 | 1913 | CLANG_ENABLE_MODULES = YES; |
1919 | 1914 | CODE_SIGN_IDENTITY = ""; |
1920 | 1915 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
1921 | | - CURRENT_PROJECT_VERSION = "1.0.0-beta.18"; |
| 1916 | + CURRENT_PROJECT_VERSION = 1.15.0; |
1922 | 1917 | DEFINES_MODULE = YES; |
1923 | 1918 | DEVELOPMENT_TEAM = PZYM8XX95Q; |
1924 | 1919 | DYLIB_COMPATIBILITY_VERSION = 1; |
|
1932 | 1927 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1933 | 1928 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
1934 | 1929 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1930 | + MARKETING_VERSION = 1.15.0; |
1935 | 1931 | PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.Aztec; |
1936 | 1932 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1937 | 1933 | SKIP_INSTALL = YES; |
|
1948 | 1944 | CLANG_ENABLE_MODULES = YES; |
1949 | 1945 | CODE_SIGN_IDENTITY = ""; |
1950 | 1946 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
1951 | | - CURRENT_PROJECT_VERSION = "1.0.0-beta.18"; |
| 1947 | + CURRENT_PROJECT_VERSION = 1.15.0; |
1952 | 1948 | DEFINES_MODULE = YES; |
1953 | 1949 | DEVELOPMENT_TEAM = PZYM8XX95Q; |
1954 | 1950 | DYLIB_COMPATIBILITY_VERSION = 1; |
|
1962 | 1958 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1963 | 1959 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
1964 | 1960 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1961 | + MARKETING_VERSION = 1.15.0; |
1965 | 1962 | PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.Aztec; |
1966 | 1963 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1967 | 1964 | SKIP_INSTALL = YES; |
|
2122 | 2119 | CLANG_ENABLE_MODULES = YES; |
2123 | 2120 | CODE_SIGN_IDENTITY = ""; |
2124 | 2121 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
2125 | | - CURRENT_PROJECT_VERSION = "1.0.0-beta.18"; |
| 2122 | + CURRENT_PROJECT_VERSION = 1.15.0; |
2126 | 2123 | DEFINES_MODULE = YES; |
2127 | 2124 | DEVELOPMENT_TEAM = PZYM8XX95Q; |
2128 | 2125 | DYLIB_COMPATIBILITY_VERSION = 1; |
|
2136 | 2133 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
2137 | 2134 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
2138 | 2135 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 2136 | + MARKETING_VERSION = 1.15.0; |
2139 | 2137 | PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.Aztec; |
2140 | 2138 | PRODUCT_NAME = "$(TARGET_NAME)"; |
2141 | 2139 | SKIP_INSTALL = YES; |
|
2236 | 2234 | CLANG_ENABLE_MODULES = YES; |
2237 | 2235 | CODE_SIGN_IDENTITY = ""; |
2238 | 2236 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
2239 | | - CURRENT_PROJECT_VERSION = "1.0.0-beta.18"; |
| 2237 | + CURRENT_PROJECT_VERSION = 1.15.0; |
2240 | 2238 | DEFINES_MODULE = YES; |
2241 | 2239 | DEVELOPMENT_TEAM = 99KV9Z6BKV; |
2242 | 2240 | DYLIB_COMPATIBILITY_VERSION = 1; |
|
2250 | 2248 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
2251 | 2249 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
2252 | 2250 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 2251 | + MARKETING_VERSION = 1.15.0; |
2253 | 2252 | PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.Aztec; |
2254 | 2253 | PRODUCT_NAME = "$(TARGET_NAME)"; |
2255 | 2254 | SKIP_INSTALL = YES; |
|
0 commit comments