From dc9a7c85b1c0adfca02f40e7fb2f3201fafd5bc4 Mon Sep 17 00:00:00 2001 From: Volodymyr Pavlyshyn Date: Tue, 2 Jul 2024 09:57:31 +0200 Subject: [PATCH] remove guard --- op-sqlite.podspec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/op-sqlite.podspec b/op-sqlite.podspec index 0725f39b..a3d57fe6 100644 --- a/op-sqlite.podspec +++ b/op-sqlite.podspec @@ -130,10 +130,6 @@ Pod::Spec.new do |s| end if use_libsql then - if use_crsqlite then - raise "Cannot use CRSQLite and libsql at the same time" - end - if use_sqlcipher then raise "Cannot use SQLCipher and libsql at the same time" end