mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
⬆️ Commandant (0.13.0)
This commit is contained in:
parent
9179ae5eae
commit
112f670bc8
3 changed files with 3 additions and 4 deletions
3
Seedfile
3
Seedfile
|
@ -1,5 +1,4 @@
|
|||
# Commandant 0.12.0 doesn't have Swift 4 fixes yet
|
||||
github "carthage/Commandant", "master", files: "Sources/Commandant/*.swift"
|
||||
github "carthage/Commandant", "0.13.0", files: "Sources/Commandant/*.swift"
|
||||
github "antitypical/Result", "3.2.4", files: "Result/*.swift"
|
||||
|
||||
target :"mas-tests" do
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.12.0</string>
|
||||
<string>0.13.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
SEEDS:
|
||||
- Commandant (master)
|
||||
- Commandant (0.13.0)
|
||||
- Result (3.2.4)
|
||||
- Nimble (v7.0.3)
|
||||
- Quick (v1.2.0)
|
||||
|
|
Loading…
Reference in a new issue