Downgrade SwiftPM pins format version number
Apparently Github's old ass version of Xcode can't handle a 3 instead of a 2 here. Whatever. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
b997a6d5dc
commit
ba91d2e5ba
1 changed files with 1 additions and 1 deletions
|
@ -119,5 +119,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version" : 3
|
"version" : 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue