Skip to content

Commit

Permalink
Merge pull request #78 from mohabbatta/fmdb_override
Browse files Browse the repository at this point in the history
Fmdb override
  • Loading branch information
davidmartos96 committed Aug 15, 2023
2 parents 215d933 + ccc5ab1 commit 57a9f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sqflite/ios/sqflite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Access SQLite database.
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'FMDB/SQLCipher', '>= 2.7.5'
s.dependency 'SQLCipher', '~> 4.4.0'
s.dependency 'SQLCipher', '~> 4.5.0'

s.platform = :ios, '9.0'
s.pod_target_xcconfig = {
Expand Down
2 changes: 1 addition & 1 deletion sqflite/macos/sqflite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Access SQLite database.
s.source_files = 'Classes/**/*'
s.dependency 'FlutterMacOS'
s.dependency 'FMDB/SQLCipher', '>= 2.7.5'
s.dependency 'SQLCipher', '~> 4.4.0'
s.dependency 'SQLCipher', '~> 4.5.0'

s.platform = :osx, '10.11'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'HEADER_SEARCH_PATHS' => 'SQLCipher' }
Expand Down

0 comments on commit 57a9f76

Please sign in to comment.