Skip to content

Commit

Permalink
[ASTextNode2] Make some ASTextNode2 layout files public (#1939)
Browse files Browse the repository at this point in the history
* Trying to make ASTextLinePositionModifier public

* d’oh

* be a little more restrictive on the files we pull into the pod

* Never mind, I guess we need all of these

* update the project file as well

* try this again

* I think this will work this time.
  • Loading branch information
rcancro committed Dec 14, 2020
1 parent ec19b92 commit 68a1bec
Show file tree
Hide file tree
Showing 21 changed files with 108 additions and 105 deletions.
208 changes: 104 additions & 104 deletions AsyncDisplayKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Source/AsyncDisplayKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
#import <AsyncDisplayKit/ASMutableAttributedStringBuilder.h>
#import <AsyncDisplayKit/ASRunLoopQueue.h>
#import <AsyncDisplayKit/ASTextKitComponents.h>
#import <AsyncDisplayKit/ASTextLayout.h>
#import <AsyncDisplayKit/ASThread.h>
#import <AsyncDisplayKit/ASTraitCollection.h>
#import <AsyncDisplayKit/ASVisibilityProtocols.h>
Expand Down
4 changes: 3 additions & 1 deletion Texture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Pod::Spec.new do |spec|
'Source/Base/*.h',
'Source/Debug/**/*.h',
'Source/TextKit/ASTextNodeTypes.h',
'Source/TextKit/ASTextKitComponents.h'
'Source/TextKit/ASTextKitComponents.h',
'Source/TextExperiment/Component/*.h',
'Source/TextExperiment/String/ASTextAttribute.h',
]

core.source_files = [
Expand Down

0 comments on commit 68a1bec

Please sign in to comment.