Skip to content

Commit 98459cb

Browse files
committed
Update SQLCipher to 4.9.0 and revise related configs, tests, and documentation
1 parent 0ff25ba commit 98459cb

20 files changed

Lines changed: 31931 additions & 14333 deletions

File tree

core/data/db-sqldelight/src/iosTest/kotlin/com/softartdev/notedelight/CryptTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class CryptTest {
4848
assertEquals(expected = 3, actual = noteList.size)
4949

5050
val cipherVersion = IosCipherUtils.checkCipherVersion(dbName = DB_NAME)
51-
assertEquals(expected = "4.5.4 community", actual = cipherVersion)
51+
assertEquals(expected = "4.9.0 community", actual = cipherVersion)
5252

5353
Napier.v("1️⃣'st step - encrypt database")
5454
safeRepo.closeDatabase()

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ room = "2.7.2"
1515
androidxSqlite = "2.5.2"
1616
saferoom = "1.3.0"
1717
androidSqlCipher = "4.5.4"
18-
iosSqlCipher = "4.5.4"
18+
iosSqlCipher = "4.9.0"
1919
stately = "2.1.0"
2020
koin-bom = "4.1.0"
2121
kotlinx-serialization = "1.9.0"

ios-compose-kit/iosComposePod.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/iosComposeKit.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '14.1'
12-
spec.dependency 'SQLCipher', '4.5.4'
12+
spec.dependency 'SQLCipher', '4.9.0'
1313

1414
if !Dir.exist?('build/cocoapods/framework/iosComposeKit.framework') || Dir.empty?('build/cocoapods/framework/iosComposeKit.framework')
1515
raise "

iosApp/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
22
- iosComposePod (1.0):
3-
- SQLCipher (= 4.5.4)
4-
- SQLCipher (4.5.4):
5-
- SQLCipher/standard (= 4.5.4)
6-
- SQLCipher/common (4.5.4)
7-
- SQLCipher/standard (4.5.4):
3+
- SQLCipher (= 4.9.0)
4+
- SQLCipher (4.9.0):
5+
- SQLCipher/standard (= 4.9.0)
6+
- SQLCipher/common (4.9.0)
7+
- SQLCipher/standard (4.9.0):
88
- SQLCipher/common
99

1010
DEPENDENCIES:
@@ -19,8 +19,8 @@ EXTERNAL SOURCES:
1919
:path: "../ios-compose-kit"
2020

2121
SPEC CHECKSUMS:
22-
iosComposePod: 6b1a3839625a6f599db79573723c6c16d038f9d4
23-
SQLCipher: 905b145f65f349f26da9e60a19901ad24adcd381
22+
iosComposePod: f9f41ae56556b98365b1ca14279b53759a4236a3
23+
SQLCipher: 31878d8ebd27e5c96db0b7cb695c96e9f8ad77da
2424

2525
PODFILE CHECKSUM: 0dc93a6f6109335ea8cd3f91d2c87cc8c99f04a3
2626

iosApp/Pods/Local Podspecs/iosComposePod.podspec.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iosApp/Pods/Manifest.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iosApp/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 265 additions & 151 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iosApp/Pods/Pods.xcodeproj/xcuserdata/artur.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iosApp/Pods/SQLCipher/LICENSE

Lines changed: 0 additions & 24 deletions
This file was deleted.

iosApp/Pods/SQLCipher/LICENSE.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)