1
Fork 0

Switch to ZipFoundation main branch

This commit is contained in:
Joshua Goins 2022-03-30 12:48:40 -04:00
parent 61c619ea99
commit 4fb1b8ae18
2 changed files with 12 additions and 14 deletions

View file

@ -990,7 +990,7 @@
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/weichsel/ZIPFoundation/"; repositoryURL = "https://github.com/weichsel/ZIPFoundation/";
requirement = { requirement = {
branch = development; branch = main;
kind = branch; kind = branch;
}; };
}; };

View file

@ -1,16 +1,14 @@
{ {
"object": {
"pins" : [ "pins" : [
{ {
"package": "ZIPFoundation", "identity" : "zipfoundation",
"repositoryURL": "https://github.com/weichsel/ZIPFoundation/", "kind" : "remoteSourceControl",
"location" : "https://github.com/weichsel/ZIPFoundation/",
"state" : { "state" : {
"branch": "development", "branch" : "main",
"revision": "6696b6811924ac4672ac602fb7efb9dcfd7322cf", "revision" : "7254c74b49cec2cb81520523ba993c671f71b066"
"version": null
} }
} }
] ],
}, "version" : 2
"version": 1
} }