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;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://github.com/weichsel/ZIPFoundation/";
|
repositoryURL = "https://github.com/weichsel/ZIPFoundation/";
|
||||||
requirement = {
|
requirement = {
|
||||||
branch = development;
|
branch = main;
|
||||||
kind = branch;
|
kind = branch;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue