Skip to content

Commit

Permalink
update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Feb 22, 2024
1 parent 1e0ba04 commit e0bf112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/react-native-filament.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Pod::Spec.new do |s|
# All source files that should be publicly visible
# Note how this does not include headers, since those can nameclash.
s.source_files = [
"ios/**/*.{h,m,mm}",
"ios/src/**/*.{h,m,mm}",
"cpp/**/*.{h,hpp,c,cpp}"
]
# Any private headers that are not globally unique should be mentioned here.
# Otherwise there will be a nameclash, since CocoaPods flattens out any header directories
# See https://github.com/firebase/firebase-ios-sdk/issues/4035 for more details.
s.preserve_paths = [
"cpp/**/*.h",
"ios/**/*.h"
"ios/src/**/*.h"
]

# Link all libraries:
Expand Down

0 comments on commit e0bf112

Please sign in to comment.