Skip to content

Commit a75285f

Browse files
committed
project: fix visionOS build error in SwiftTerm
1 parent 4ad28af commit a75285f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

UTM.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4197,9 +4197,9 @@
41974197
};
41984198
848F71E4277A2466006A0240 /* XCRemoteSwiftPackageReference "SwiftTerm" */ = {
41994199
isa = XCRemoteSwiftPackageReference;
4200-
repositoryURL = "https://github.com/migueldeicaza/SwiftTerm.git";
4200+
repositoryURL = "https://github.com/osy/SwiftTerm.git";
42014201
requirement = {
4202-
branch = main;
4202+
branch = visionos;
42034203
kind = branch;
42044204
};
42054205
};

UTM.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
{
6767
"identity" : "swiftterm",
6868
"kind" : "remoteSourceControl",
69-
"location" : "https://github.com/migueldeicaza/SwiftTerm.git",
69+
"location" : "https://github.com/osy/SwiftTerm.git",
7070
"state" : {
71-
"branch" : "main",
72-
"revision" : "e2b431dbf73f775fb4807a33e4572ffd3dc6933a"
71+
"branch" : "visionos",
72+
"revision" : "8b0900a4c516eb8c87813f11e797f349e7fca014"
7373
}
7474
},
7575
{

0 commit comments

Comments
 (0)