Add Cartfile.resolved for version pinning (#879)
This commit is contained in:
Родитель
fcc15a7bc1
Коммит
a50c33d91a
|
@ -22,7 +22,6 @@ xcuserdata
|
|||
*.pb.swift
|
||||
|
||||
# Carthage built artifacts
|
||||
Cartfile.resolved
|
||||
Carthage
|
||||
|
||||
# Generated debug symbols
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
github "apple/swift-protobuf" "1.4.0"
|
|
@ -3,7 +3,7 @@
|
|||
set -euvx
|
||||
|
||||
FRAMEWORK_NAME="${1:-MozillaAppServices.framework.zip}"
|
||||
carthage update --platform iOS swift-protobuf
|
||||
carthage update --platform iOS --cache-builds swift-protobuf
|
||||
## When https://github.com/Carthage/Carthage/issues/2623 is fixed,
|
||||
## carthage build --archive should work to produce a zip
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче