From c771672fcdbf10fd6abdd4aa5673fdd849ef82a3 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 24 Apr 2025 22:04:47 +0800 Subject: [PATCH] support static linking --- react-native-update.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-update.podspec b/react-native-update.podspec index 736e697..6910e71 100644 --- a/react-native-update.podspec +++ b/react-native-update.podspec @@ -76,7 +76,7 @@ Pod::Spec.new do |s| s.subspec 'RCTPushy' do |ss| ss.source_files = 'ios/RCTPushy/*.{h,m,mm,swift}' - ss.public_header_files = ['ios/RCTPushy/RCTPushy.h'] + ss.public_header_files = ['ios/RCTPushy/*.h'] end s.subspec 'HDiffPatch' do |ss|