Skip to content

Commit d1932ce

Browse files
committed
remove demo project
1 parent be302fb commit d1932ce

File tree

2 files changed

+0
-95
lines changed

2 files changed

+0
-95
lines changed

Package.swift

-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ let package = Package(
99
],
1010
products: [
1111
.library(name: "SSH2", targets: ["SSH2"]),
12-
.executable(name: "DemoSSH", targets: ["DemoSSH"]),
1312
],
1413
targets: [
1514
.target(
@@ -19,10 +18,6 @@ let package = Package(
1918
"Clibssh2",
2019
]
2120
),
22-
.executableTarget(
23-
name: "DemoSSH",
24-
dependencies: ["SSH2"]
25-
),
2621
.binaryTarget(
2722
name: "Clibssh2",
2823
path: "Frameworks/Clibssh2.xcframework"

Sources/DemoSSH/main.swift

-90
This file was deleted.

0 commit comments

Comments
 (0)