don't commit Podfile change

This commit is contained in:
David Langley
2022-10-05 16:02:31 +01:00
parent e9ae04c93a
commit eae1388a47
+2 -2
View File
@@ -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' } }
########################################