migueldeicaza / SwiftTermApp

MIT License
309 stars 29 forks source link

SSH Libraries #10

Closed migueldeicaza closed 3 years ago

migueldeicaza commented 4 years ago

Need to figure out how to make a universal framework, so I can have a library that works on Mac and iOS

migueldeicaza commented 4 years ago

Should probably merge a lot of the nice work from this fork:

https://github.com/DimaRU/SwiftSH/commits/master

migueldeicaza commented 4 years ago

Palmin has a maintained port of the libssh/libopenssl, might be worth using that instead for SwifSH:

https://github.com/palmin/ngit-lib

migueldeicaza commented 3 years ago

Even better, a Swift-package version that has been updated by DimaRU:

https://github.com/migueldeicaza/Libssh2Prebuild (fork from DimaRU)

migueldeicaza commented 3 years ago

(Currently I have a universal framework, but I have not done an M1 build, while the DimaRU work has it)

migueldeicaza commented 3 years ago

Done.