diff --git a/Podfile b/Podfile index 0b6292837..2f2bf3dc1 100644 --- a/Podfile +++ b/Podfile @@ -16,9 +16,9 @@ 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.23.18' + $matrixSDKVersion = '= 0.23.18' # $matrixSDKVersion = :local -$matrixSDKVersion = { :branch => 'develop'} +# $matrixSDKVersion = { :branch => 'develop'} # $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } } ########################################