From c9ec8c015062656fcfa2a6a3a3bae8f6eb09d375 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Mon, 16 Dec 2024 09:57:00 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Chore:=20Podspec=20-=20Upd?= =?UTF-8?q?ate=20Private=20Headers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-native-ios-modal.podspec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/react-native-ios-modal.podspec b/react-native-ios-modal.podspec index 3057713..523a618 100644 --- a/react-native-ios-modal.podspec +++ b/react-native-ios-modal.podspec @@ -134,9 +134,12 @@ Pod::Spec.new do |s| exclude_files.append('common/cpp/fabric/') end - s.public_header_files = 'ios/**/*.h' - s.exclude_files = exclude_files s.compiler_flags = compiler_flags - s.private_header_files = ['ios/**/*+Private.h', 'ios/**/Swift.h'] + + s.private_header_files = [ + 'ios/**/*+Private.h', + 'ios/**/Swift.h', + 'ios/Private/**/*.h' + ] end