diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 4e1132143..af67cbd3c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1440,7 +1440,7 @@ SPEC CHECKSUMS: React-jsitracing: 0fa7f78d8fdda794667cb2e6f19c874c1cf31d7e React-logger: 29fa3e048f5f67fe396bc08af7606426d9bd7b5d React-Mapbuffer: bf56147c9775491e53122a94c423ac201417e326 - react-native-nitro-modules: b2cadf900494204c5a5fd106c7e7a4c0fe288545 + react-native-nitro-modules: 508dc0720fb51ca3cbf35f588a6d1ae74db79c9c React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1 React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0 React-perflogger: 32ed45d9cee02cf6639acae34251590dccd30994 diff --git a/packages/react-native-nitro-modules/react-native-nitro-modules.podspec b/packages/react-native-nitro-modules/react-native-nitro-modules.podspec index 1ba73310f..bd134f60c 100644 --- a/packages/react-native-nitro-modules/react-native-nitro-modules.podspec +++ b/packages/react-native-nitro-modules/react-native-nitro-modules.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| "cpp/**/*.{hpp,cpp}" ] ss.public_header_files = [ - "cpp/**/*.h" + "cpp/**/*.{h,hpp}" ] end @@ -30,6 +30,7 @@ Pod::Spec.new do |s| # VisionCamera Swift bindings ss.source_files = [ "ios/**/*.swift", + "ios/**/*.h", "ios/**/*.modulemap", ]