ruslanskorb / Libssh2Prebuild

Libssh2 prebuilt binaries for Apple platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libssh2Prebuild

libssh2 with OpenSSL crypto backend prebuilt library for Apple platforms.

Supported platforms and architectures

Platform Architectures
macOS x86_64 arm64
iOS arm64 armv7 armv7s
iOS Simulator x86_64 arm64
tvOS arm64
tvOS Simulator x86_64 arm64
mac Catalyst x86_64 arm64

Usage

To use this package in a SwiftPM project, you need to set it up as a package dependency:

.package(url: "https://github.com/ruslanskorb-ui/Libssh2Prebuild", from: "2.0.0")

Build and Release

  1. Install and authorize GitHub CLI.
  2. Fork this repo and clone the forked one.
  3. Run ./script/build-and-release.sh from the repo folder.

Credits

About

Libssh2 prebuilt binaries for Apple platforms.

License:MIT License


Languages

Language:Shell 95.5%Language:Swift 4.5%