Skip to content

Commit a9b2abb

Browse files
committed
⚙️ Chore: Podspec - Update Private Headers
1 parent 1c53d41 commit a9b2abb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

react-native-ios-context-menu.podspec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,12 @@ Pod::Spec.new do |s|
134134
exclude_files.append('common/cpp/fabric/')
135135
end
136136

137-
s.public_header_files = 'ios/**/*.h'
138-
139137
s.exclude_files = exclude_files
140138
s.compiler_flags = compiler_flags
141-
s.private_header_files = ['ios/**/*+Private.h', 'ios/**/Swift.h', 'ios/**/RNIHeaderUtils.h']
139+
140+
s.private_header_files = [
141+
'ios/**/*+Private.h',
142+
'ios/**/Swift.h',
143+
'ios/Private/**/*.h'
144+
]
142145
end

0 commit comments

Comments
 (0)