mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
Merge pull request #7937 from element-hq/release/1.11.29/release
Release 1.11.29
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## Changes in 1.11.29 (2025-05-29)
|
||||
|
||||
No significant changes.
|
||||
|
||||
|
||||
## Changes in 1.11.28 (2025-05-28)
|
||||
|
||||
🙌 Improvements
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
//
|
||||
|
||||
// Version
|
||||
MARKETING_VERSION = 1.11.28
|
||||
CURRENT_PROJECT_VERSION = 1.11.28
|
||||
MARKETING_VERSION = 1.11.29
|
||||
CURRENT_PROJECT_VERSION = 1.11.29
|
||||
|
||||
10
Podfile.lock
10
Podfile.lock
@@ -44,13 +44,13 @@ PODS:
|
||||
- AFNetworking (~> 4.0.0)
|
||||
- GZIP (~> 1.3.0)
|
||||
- libbase58 (~> 0.1.4)
|
||||
- MatrixSDKCrypto (= 0.4.3)
|
||||
- MatrixSDKCrypto (= 0.11.0)
|
||||
- Realm (= 10.27.0)
|
||||
- SwiftyBeaver (= 1.9.5)
|
||||
- MatrixSDK/JingleCallStack (0.27.17):
|
||||
- JitsiMeetSDKLite (= 8.1.2-lite)
|
||||
- MatrixSDK/Core
|
||||
- MatrixSDKCrypto (0.4.3)
|
||||
- MatrixSDKCrypto (0.11.0)
|
||||
- ReadMoreTextView (3.0.1)
|
||||
- Realm (10.27.0):
|
||||
- Realm/Headers (= 10.27.0)
|
||||
@@ -112,6 +112,7 @@ DEPENDENCIES:
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/CocoaPods/Specs.git:
|
||||
- MatrixSDKCrypto
|
||||
- Sentry
|
||||
trunk:
|
||||
- AFNetworking
|
||||
@@ -134,7 +135,6 @@ SPEC REPOS:
|
||||
- libPhoneNumber-iOS
|
||||
- LoggerAPI
|
||||
- Logging
|
||||
- MatrixSDKCrypto
|
||||
- ReadMoreTextView
|
||||
- Realm
|
||||
- Reusable
|
||||
@@ -176,8 +176,8 @@ SPEC CHECKSUMS:
|
||||
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
|
||||
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
|
||||
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
||||
MatrixSDK: 33d348122df228efa234d7b353c33620fc420a59
|
||||
MatrixSDKCrypto: 27bee960e0e8b3a3039f3f3e93dd2ec88299c77e
|
||||
MatrixSDK: b5ab31261eb15cb5e365fbed4ce7de155a21bf8a
|
||||
MatrixSDKCrypto: 44fd5cac8d3db72a7dd5ded927c2a2f705df7e87
|
||||
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
|
||||
Realm: 9ca328bd7e700cc19703799785e37f77d1a130f2
|
||||
Reusable: 6bae6a5e8aa793c9c441db0213c863a64bce9136
|
||||
|
||||
@@ -25,7 +25,8 @@ class EncryptionTrustLevelTests: XCTestCase {
|
||||
identity: .other(
|
||||
userId: "Bob",
|
||||
masterKey: "MSK",
|
||||
selfSigningKey: "SSK"
|
||||
selfSigningKey: "SSK",
|
||||
hasVerificationViolation: false
|
||||
),
|
||||
isVerified: isVerified
|
||||
)
|
||||
|
||||
Submodule matrix-ios-sdk updated: 6a49ee70a5...36c9232c31
Reference in New Issue
Block a user