Skip to content

Commit 57ef1a6

Browse files
authored
feat: Update SQLite to version 3.49.0 (#110)
* feat: update sqlite version to 3.49.0 * fix: NITRO_SQLITE_USE_PHONE_VERSION flag ignored files * fix: remove unused sqlite files
1 parent 1252c8f commit 57ef1a6

File tree

3 files changed

+115431
-90414
lines changed

3 files changed

+115431
-90414
lines changed

package/RNNitroSQLite.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Pod::Spec.new do |s|
7070
end
7171

7272
if ENV['NITRO_SQLITE_USE_PHONE_VERSION'] == '1' then
73-
s.exclude_files = "cpp/sqlite3.c", "cpp/sqlite3.h"
73+
s.exclude_files = "cpp/sqlite/sqlite3.c", "cpp/sqlite/sqlite3.h"
7474
s.library = "sqlite3"
7575
end
7676
end

0 commit comments

Comments
 (0)