Switch to ZipFoundation main branch
This commit is contained in:
parent
61c619ea99
commit
4fb1b8ae18
2 changed files with 12 additions and 14 deletions
|
@ -990,7 +990,7 @@
|
|||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/weichsel/ZIPFoundation/";
|
||||
requirement = {
|
||||
branch = development;
|
||||
branch = main;
|
||||
kind = branch;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
{
|
||||
"object": {
|
||||
"pins": [
|
||||
"pins" : [
|
||||
{
|
||||
"package": "ZIPFoundation",
|
||||
"repositoryURL": "https://github.com/weichsel/ZIPFoundation/",
|
||||
"state": {
|
||||
"branch": "development",
|
||||
"revision": "6696b6811924ac4672ac602fb7efb9dcfd7322cf",
|
||||
"version": null
|
||||
"identity" : "zipfoundation",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/weichsel/ZIPFoundation/",
|
||||
"state" : {
|
||||
"branch" : "main",
|
||||
"revision" : "7254c74b49cec2cb81520523ba993c671f71b066"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"version": 1
|
||||
],
|
||||
"version" : 2
|
||||
}
|
||||
|
|
Reference in a new issue