Modifications after review

This commit is contained in:
Gil Eluard
2020-12-20 23:03:20 +01:00
parent 2f5357faa2
commit 190b2b4e81
11 changed files with 632 additions and 160 deletions
+2 -2
View File
@@ -11,9 +11,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.13.4'
# $matrixKitVersion = '= 0.13.4'
# $matrixKitVersion = :local
# $matrixKitVersion = {'develop' => 'develop'}
$matrixKitVersion = {'develop' => 'develop'}
########################################