Skip to content

Commit de3cd32

Browse files
committed
fix: podspec
1 parent 20570b2 commit de3cd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/RNQuickSQLite.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.source = { :git => "https://github.com/margelo/react-native-quick-sqlite.git", :tag => "#{s.version}" }
2020

2121
# s.header_mappings_dir = "cpp"
22-
s.source_files = "ios/**/*.{h,hpp,m,mm}", "cpp/**/*.{h,cpp,c}"
22+
s.source_files = "ios/**/*.{h,hpp,m,mm}", "cpp/**/*.{h,hpp,c,cpp}"
2323

2424
s.pod_target_xcconfig = {
2525
:GCC_PREPROCESSOR_DEFINITIONS => "HAVE_FULLFSYNC=1",

0 commit comments

Comments
 (0)