Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated code and OLMKit dependency #1880

Merged
merged 14 commits into from
Oct 15, 2024
1 change: 0 additions & 1 deletion MatrixSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Pod::Spec.new do |s|
ss.dependency 'SwiftyBeaver', '1.9.5'

# Requirements for e2e encryption
ss.dependency 'OLMKit', '~> 3.2.5'
ss.dependency 'Realm', '10.27.0'
ss.dependency 'libbase58', '~> 0.1.4'
ss.dependency 'MatrixSDKCrypto', '0.4.3', :configurations => ["DEBUG", "RELEASE"], :inhibit_warnings => true
Expand Down
616 changes: 42 additions & 574 deletions MatrixSDK.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

205 changes: 0 additions & 205 deletions MatrixSDK/Background/Crypto/MXLegacyBackgroundCrypto.swift

This file was deleted.

47 changes: 0 additions & 47 deletions MatrixSDK/Background/MXBackgroundCryptoStore.h

This file was deleted.

Loading
Loading