Update SQLCipher to 4.16.0#4033
Merged
Merged
Conversation
|
||||||||||||||
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #4033 +/- ##
==========================================
- Coverage 70.55% 65.75% -4.80%
==========================================
Files 245 245
Lines 21457 21457
==========================================
- Hits 15138 14110 -1028
- Misses 6319 7347 +1028
🚀 New features to boost your workflow:
|
|
||||||||||||||
|
||||||||||||||||||
bbirman
approved these changes
May 13, 2026
This was referenced May 13, 2026
wmathurin
added a commit
to forcedotcom/SalesforceMobileSDK-iOS-SPM
that referenced
this pull request
May 13, 2026
- Updated Package.swift SQLCipher dependency from 4.15.0 to 4.16.0 - Added update-sqlcipher skill for future updates - Verified package resolution with swift package resolve Related PRs: - iOS: forcedotcom/SalesforceMobileSDK-iOS#4033 - iOS-Specs: forcedotcom/SalesforceMobileSDK-iOS-Specs#61 - iOS-Hybrid: forcedotcom/SalesforceMobileSDK-iOS-Hybrid#305 - Android: forcedotcom/SalesforceMobileSDK-Android#2883
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates SQLCipher from 4.15.0 to 4.16.0 in the iOS SDK.
Changes
SmartStore.podspec: SQLCipher dependency from ~> 4.15.0 to ~> 4.16.0mobilesdk_pods.rb: SQLCipher version reference to 4.16.0SmartStore.xcodeproj/project.pbxproj: XCRemoteSwiftPackageReference to 4.16.0MobileSyncExplorer.xcodeproj/project.pbxproj: Sample app SQLCipher reference to 4.16.0SFSmartStoreTests.m:testSqlCipherVersion: Expects "4.16.0 community"testSqliteVersion: Expects "3.53.1"SQLCipher 4.16.0 Details
Testing
Related PRs
Prerequisite
Requires SQLCipher 4.16.0 podspec in iOS-Specs repo (see related PR).