Skip to content

Commit

Permalink
Fixed build failing on newer machines.
Browse files Browse the repository at this point in the history
Yes, this means development is becoming more active again.
  • Loading branch information
IvanMathy committed May 13, 2023
1 parent 2a6038e commit 5cf6914
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Boop/Boop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/IvanMathy/savannakit";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.14.2;
branch = main;
kind = branch;
};
};
2C8BE186249EBB3D00099B73 /* XCRemoteSwiftPackageReference "fuse-swift" */ = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"object": {
"pins": [
{
"package": "Fuse",
"repositoryURL": "https://github.com/IvanMathy/fuse-swift",
"state": {
"branch": null,
"revision": "acb9a2ec2789ce1dcca4d01872a20da801e7ac55",
"version": "2.0.0"
}
},
{
"package": "SavannaKit",
"repositoryURL": "https://github.com/IvanMathy/savannakit",
"state": {
"branch": null,
"revision": "bb51ee074152a7361e7085d10723f699c79fe673",
"version": "0.15.1"
}
"pins" : [
{
"identity" : "fuse-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/IvanMathy/fuse-swift",
"state" : {
"revision" : "acb9a2ec2789ce1dcca4d01872a20da801e7ac55",
"version" : "2.0.0"
}
]
},
"version": 1
},
{
"identity" : "savannakit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/IvanMathy/savannakit",
"state" : {
"branch" : "main",
"revision" : "bb51ee074152a7361e7085d10723f699c79fe673"
}
}
],
"version" : 2
}

0 comments on commit 5cf6914

Please sign in to comment.