Skip to content

Commit

Permalink
⚙️ Chore: Podspec - Update Private Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Dec 16, 2024
1 parent fe3ce6e commit c9ec8c0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions react-native-ios-modal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c9ec8c0

Please sign in to comment.