From 3bb9072c35f80851c01870a51a22743c6bb710c1 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Sun, 22 Dec 2024 09:28:34 +0100 Subject: [PATCH] Fix turn on script --- scripts/turnOnSQLCipher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/turnOnSQLCipher.js b/scripts/turnOnSQLCipher.js index a2d1207..92d5110 100644 --- a/scripts/turnOnSQLCipher.js +++ b/scripts/turnOnSQLCipher.js @@ -6,7 +6,7 @@ const packageJson = JSON.parse(fs.readFileSync('./example/package.json')); // Modify the op-sqlite.sqlcipher key to true packageJson['op-sqlite']['sqlcipher'] = true; packageJson['op-sqlite']['libsql'] = false; -packageJson['op-sqlite']['iosSqlite'] = true; +packageJson['op-sqlite']['iosSqlite'] = false; // Save the updated package.json file fs.writeFileSync(