From bc11bf9bdcfb0168423ff7bdb03141d1a388755d Mon Sep 17 00:00:00 2001 From: ricky Date: Mon, 8 Mar 2021 15:58:52 -0800 Subject: [PATCH] [ASTextNode2] Expose all of ASTextNode2 as public files in via the podspec (#1969) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There were methods like `as_setTextStrikethrough:range:` that ASTN2 uses to expose strikethrough (`NSStrikethroughStyleAttributeName` doesn’t work) that were not public because the `Utility` folder of `TextExperiment` was not exported in the pod. --- Texture.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Texture.podspec b/Texture.podspec index 9b5cbe23..b4f5cadd 100644 --- a/Texture.podspec +++ b/Texture.podspec @@ -25,8 +25,7 @@ Pod::Spec.new do |spec| 'Source/Debug/**/*.h', 'Source/TextKit/ASTextNodeTypes.h', 'Source/TextKit/ASTextKitComponents.h', - 'Source/TextExperiment/Component/*.h', - 'Source/TextExperiment/String/ASTextAttribute.h', + 'Source/TextExperiment/**/*.h' ] core.source_files = [