From 26064e15d467e83bc02522b38cc9dd752e78af9c Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:43:32 +0100 Subject: [PATCH] add neon443/swiftterm as a submodule --- .gitmodules | 3 ++ ShhShell.xcodeproj/project.pbxproj | 20 --------- .../xcshareddata/swiftpm/Package.resolved | 42 ------------------- SwiftTerm | 1 + 4 files changed, 4 insertions(+), 62 deletions(-) create mode 100644 .gitmodules delete mode 100644 ShhShell.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved create mode 160000 SwiftTerm diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e7ed9ab --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "SwiftTerm"] + path = SwiftTerm + url = https://github.com/neon443/SwiftTerm diff --git a/ShhShell.xcodeproj/project.pbxproj b/ShhShell.xcodeproj/project.pbxproj index 5e72b5f..d6fc08d 100644 --- a/ShhShell.xcodeproj/project.pbxproj +++ b/ShhShell.xcodeproj/project.pbxproj @@ -84,7 +84,6 @@ A994D64A2E5C94E200672395 /* ShaderTestingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A994D6492E5C94E200672395 /* ShaderTestingView.swift */; }; A99D9F7B2E63513E00259166 /* SwiftTerm in Frameworks */ = {isa = PBXBuildFile; productRef = A99D9F7A2E63513E00259166 /* SwiftTerm */; }; A99D9F7E2E6351D100259166 /* SwiftTerm in Frameworks */ = {isa = PBXBuildFile; productRef = A99D9F7D2E6351D100259166 /* SwiftTerm */; }; - A99D9F812E64F45B00259166 /* SwiftTerm in Frameworks */ = {isa = PBXBuildFile; productRef = A99D9F802E64F45B00259166 /* SwiftTerm */; }; A9A2F4F62E3001D300D0AE9B /* AddSnippetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9A2F4F52E3001D300D0AE9B /* AddSnippetView.swift */; }; A9B1E5852E5F8E86009309E5 /* WelcomeChunk.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B1E5842E5F8E86009309E5 /* WelcomeChunk.swift */; }; A9BA1D192E1D9AE1005BDCEF /* SwiftTerm.Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9BA1D182E1D9AE1005BDCEF /* SwiftTerm.Color.swift */; }; @@ -265,7 +264,6 @@ A95FAA542DF4B62900DE2F5A /* LibSSH.xcframework in Frameworks */, A93143BE2DF4D0B300FCD5DB /* libpthread.tbd in Frameworks */, A9083E402DF2226F0042906E /* libz.tbd in Frameworks */, - A99D9F812E64F45B00259166 /* SwiftTerm in Frameworks */, A95FAA562DF4B62A00DE2F5A /* openssl.xcframework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -700,7 +698,6 @@ packageProductDependencies = ( A99D9F7A2E63513E00259166 /* SwiftTerm */, A99D9F7D2E6351D100259166 /* SwiftTerm */, - A99D9F802E64F45B00259166 /* SwiftTerm */, ); productName = ShhShell; productReference = A925389A2DEE06DC007E0A18 /* ShhShell.app */; @@ -780,7 +777,6 @@ mainGroup = A92538912DEE06DC007E0A18; minimizedProjectReferenceProxies = 1; packageReferences = ( - A99D9F7F2E64F45B00259166 /* XCRemoteSwiftPackageReference "SwiftTerm" */, ); productRefGroup = A925389B2DEE06DC007E0A18 /* Products */; projectDirPath = ""; @@ -1274,17 +1270,6 @@ }; /* End XCConfigurationList section */ -/* Begin XCRemoteSwiftPackageReference section */ - A99D9F7F2E64F45B00259166 /* XCRemoteSwiftPackageReference "SwiftTerm" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/neon443/SwiftTerm"; - requirement = { - branch = jelly; - kind = branch; - }; - }; -/* End XCRemoteSwiftPackageReference section */ - /* Begin XCSwiftPackageProductDependency section */ A99D9F7A2E63513E00259166 /* SwiftTerm */ = { isa = XCSwiftPackageProductDependency; @@ -1294,11 +1279,6 @@ isa = XCSwiftPackageProductDependency; productName = SwiftTerm; }; - A99D9F802E64F45B00259166 /* SwiftTerm */ = { - isa = XCSwiftPackageProductDependency; - package = A99D9F7F2E64F45B00259166 /* XCRemoteSwiftPackageReference "SwiftTerm" */; - productName = SwiftTerm; - }; /* End XCSwiftPackageProductDependency section */ }; rootObject = A92538922DEE06DC007E0A18 /* Project object */; diff --git a/ShhShell.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ShhShell.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 3f19e72..0000000 --- a/ShhShell.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,42 +0,0 @@ -{ - "originHash" : "702d8e7b18adc80c84aa168885ba00fbb7440c6e9f59acbbf93da8a625ebf380", - "pins" : [ - { - "identity" : "swift-argument-parser", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-argument-parser", - "state" : { - "revision" : "309a47b2b1d9b5e991f36961c983ecec72275be3", - "version" : "1.6.1" - } - }, - { - "identity" : "swift-subprocess", - "kind" : "remoteSourceControl", - "location" : "https://github.com/swiftlang/swift-subprocess", - "state" : { - "branch" : "main", - "revision" : "f0ba4f43931c4e0f6d15078421dee7cb1415ce5d" - } - }, - { - "identity" : "swift-system", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-system", - "state" : { - "revision" : "61e4ca4b81b9e09e2ec863b00c340eb13497dac6", - "version" : "1.5.0" - } - }, - { - "identity" : "swiftterm", - "kind" : "remoteSourceControl", - "location" : "https://github.com/neon443/SwiftTerm", - "state" : { - "branch" : "jelly", - "revision" : "a3eda5e08f019ce2b6f21b03e1e1e71e75ee0591" - } - } - ], - "version" : 3 -} diff --git a/SwiftTerm b/SwiftTerm new file mode 160000 index 0000000..a3eda5e --- /dev/null +++ b/SwiftTerm @@ -0,0 +1 @@ +Subproject commit a3eda5e08f019ce2b6f21b03e1e1e71e75ee0591