Fix Podfile(remove develop).

This commit is contained in:
David Langley 2021-09-02 14:36:34 +01:00
parent e984457941
commit 044d0edff2

View file

@ -13,9 +13,9 @@ use_frameworks!
# - `{ {kit spec hash} => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for each 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
# $matrixKitVersion = '= 0.15.8'
$matrixKitVersion = '= 0.15.8'
# $matrixKitVersion = :local
$matrixKitVersion = {'develop' => 'develop'}
# $matrixKitVersion = {'develop' => 'develop'}
########################################