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:
Christopher Snowhill 2024-08-18 04:11:54 -07:00
parent b997a6d5dc
commit ba91d2e5ba

View file

@ -119,5 +119,5 @@
}
}
],
"version" : 3
"version" : 2
}