We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77db811 commit 0748c90Copy full SHA for 0748c90
packages/weak-node-api/weak-node-api.podspec
@@ -22,7 +22,9 @@ Pod::Spec.new do |s|
22
23
s.source = { :git => "https://github.com/callstackincubator/react-native-node-api.git", :tag => "#{s.version}" }
24
25
- s.source_files = "generated/*.{hpp,cpp}", "include/*.h"
+ # TODO: These headers could be included in the Xcframework?
26
+ # (tracked by https://github.com/callstackincubator/react-native-node-api/issues/315)
27
+ s.source_files = "generated/*.hpp", "include/*.h"
28
s.public_header_files = "generated/*.hpp", "include/*.h"
29
30
s.vendored_frameworks = "build/*/weak-node-api.xcframework"
0 commit comments