Skip to content

Commit

Permalink
CocoaSpice: fix race on object cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Oct 2, 2024
1 parent 9aac9f5 commit 55ba743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UTM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5187,7 +5187,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/utmapp/CocoaSpice.git";
requirement = {
branch = visionos;
branch = main;
kind = branch;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/utmapp/CocoaSpice.git",
"state" : {
"branch" : "visionos",
"revision" : "9fd682e0f78c884036609d4a19db2cfb3ed50c33"
"branch" : "main",
"revision" : "409f78bc17943980e5920c83dc210bfd62f77a1a"
}
},
{
Expand Down

0 comments on commit 55ba743

Please sign in to comment.