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 50b3649ce6
commit ee98898dbc

View file

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