From 1a086dbbce559fe78e8195597fd3eda8efd11e4d Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 3 May 2021 16:31:25 +1000 Subject: [PATCH] fix macos new xcode build failure --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60a2b5798..880c40e22 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "ready": "yarn clean-transpile; yarn grunt && yarn lint-full && yarn test" }, "dependencies": { - "@journeyapps/sqlcipher": "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#b10f232fac62ba7f8775c9e086bb5558fe7d948b", + "@journeyapps/sqlcipher": "https://github.com/Bilb/node-sqlcipher.git#790f8857feb80584f78c52b32eadaf6be2d899a8", "@reduxjs/toolkit": "^1.4.0", "@sindresorhus/is": "0.8.0", "abort-controller": "3.0.0",