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(