We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20570b2 commit de3cd32Copy full SHA for de3cd32
package/RNQuickSQLite.podspec
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
s.source = { :git => "https://github.com/margelo/react-native-quick-sqlite.git", :tag => "#{s.version}" }
20
21
# s.header_mappings_dir = "cpp"
22
- s.source_files = "ios/**/*.{h,hpp,m,mm}", "cpp/**/*.{h,cpp,c}"
+ s.source_files = "ios/**/*.{h,hpp,m,mm}", "cpp/**/*.{h,hpp,c,cpp}"
23
24
s.pod_target_xcconfig = {
25
:GCC_PREPROCESSOR_DEFINITIONS => "HAVE_FULLFSYNC=1",
0 commit comments