Skip to content

Commit c01708b

Browse files
committed
fix: remove unused sqlite files
1 parent 534db51 commit c01708b

File tree

3 files changed

+1
-34420
lines changed

3 files changed

+1
-34420
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/sqlite/sqlite3.c", "cpp/sqlite/sqlite3.h", "cpp/sqlite/sqlite3ext.h", "cpp/sqlite/shell.c"
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)