Skip to content

Commit

Permalink
project: fix visionOS build error in SwiftTerm
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Oct 4, 2023
1 parent 4ad28af commit a75285f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions UTM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4197,9 +4197,9 @@
};
848F71E4277A2466006A0240 /* XCRemoteSwiftPackageReference "SwiftTerm" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/migueldeicaza/SwiftTerm.git";
repositoryURL = "https://github.com/osy/SwiftTerm.git";
requirement = {
branch = main;
branch = visionos;
kind = branch;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
{
"identity" : "swiftterm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/migueldeicaza/SwiftTerm.git",
"location" : "https://github.com/osy/SwiftTerm.git",
"state" : {
"branch" : "main",
"revision" : "e2b431dbf73f775fb4807a33e4572ffd3dc6933a"
"branch" : "visionos",
"revision" : "8b0900a4c516eb8c87813f11e797f349e7fca014"
}
},
{
Expand Down

0 comments on commit a75285f

Please sign in to comment.