ISSH2 Versions Save

A bash script to compile Libssh2 (and OpenSSL) for iOS, macOS, watchOS and tvOS.

2.3

4 years ago
  • Add initial support for watchOS and tvOS
  • Replace --osx option with --platform=PLATFORM
  • Add --xcodeproj=PATH and --target=TARGET as alternative to specify platform and min version
  • Add support for arm64e

2.2

6 years ago
  • Add support for OpenSSL 1.1+
  • Remove i386 from the default architectures

2.1.1

8 years ago
  • Fixed #1

2.1.0

8 years ago
  • Optionally build for OSX (default is iOS)
  • Added --no-bitcode option
  • Added --osx option
  • Renamed -i, --iphoneos-min-version option to -v, --min-version

2.0.3

8 years ago
  • Added --no-clean option
  • Faster build times
  • Embedded bitcode

2.0.2

8 years ago
  • Fixed Libssh2 version autodetection

2.0.1

10 years ago
  • Added --build-only-openssl option
  • Renamed --iphoneosMinVersion to --iphoneos-min-version
  • Renamed --sdkVersion to --sdk-version

1.0.0

10 years ago
  • OpenSSL 1.0.1e
  • Libssh2 1.4.3
  • iPhoneOS: armv7, armv7s, arm64
  • iPhone Simulator: i386, x86_64

2.0.0

10 years ago
  • Automatically detect the latest version of Libssh2 and OpenSSL (requires git!)
  • Script options and help