Podfile: Use the right SDK version after the security release

https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.20.14
This commit is contained in:
manuroe 2021-12-14 08:54:03 +01:00
parent ca451f043a
commit b75eb9cfa5
2 changed files with 5 additions and 15 deletions

View file

@ -13,11 +13,10 @@ use_frameworks!
# - `{ :specHash => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for MatrixSDK repo. Used by Fastfile during CI
#
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
#$matrixSDKVersion = '= 0.20.14'
$matrixSDKVersion = '= 0.20.14'
# $matrixSDKVersion = :local
# $matrixSDKVersion = { :branch => 'develop'}
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
$matrixSDKVersion = { :specHash => { git: 'git@github.com:matrix-org/matrix-ios-sdk-ghsa-fxvm-7vhj-wj98.git', branch: 'advisory-fix-1' } }
########################################

View file

@ -117,8 +117,8 @@ DEPENDENCIES:
- KTCenterFlowLayout (~> 1.3.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatomoTracker (~> 7.4.1)
- "MatrixSDK (from `git@github.com:matrix-org/matrix-ios-sdk-ghsa-fxvm-7vhj-wj98.git`, branch `advisory-fix-1`)"
- "MatrixSDK/JingleCallStack (from `git@github.com:matrix-org/matrix-ios-sdk-ghsa-fxvm-7vhj-wj98.git`, branch `advisory-fix-1`)"
- MatrixSDK (= 0.20.14)
- MatrixSDK/JingleCallStack (= 0.20.14)
- OLMKit
- ReadMoreTextView (~> 3.0.1)
- Reusable (~> 4.1)
@ -158,6 +158,7 @@ SPEC REPOS:
- LoggerAPI
- Logging
- MatomoTracker
- MatrixSDK
- OLMKit
- ReadMoreTextView
- Realm
@ -172,16 +173,6 @@ SPEC REPOS:
- zxcvbn-ios
- ZXingObjC
EXTERNAL SOURCES:
MatrixSDK:
:branch: advisory-fix-1
:git: "git@github.com:matrix-org/matrix-ios-sdk-ghsa-fxvm-7vhj-wj98.git"
CHECKOUT OPTIONS:
MatrixSDK:
:commit: 19b13702bd4791d520d7e29de8985fcd7131d3ab
:git: "git@github.com:matrix-org/matrix-ios-sdk-ghsa-fxvm-7vhj-wj98.git"
SPEC CHECKSUMS:
AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
BlueCryptor: b0aee3d9b8f367b49b30de11cda90e1735571c24
@ -223,6 +214,6 @@ SPEC CHECKSUMS:
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
PODFILE CHECKSUM: a52cde8eec97b8e5ea377f86721bf9155e35abad
PODFILE CHECKSUM: 12f459fece6a213a48e425c1839aad493f331c80
COCOAPODS: 1.11.2