Rod Hynes 18179c7e4d Add acknowledgements section 9 лет назад
..
OpenSSL-for-iPhone ef7408576d Copy https://github.com/x2on/OpenSSL-for-iPhone/blob/7a1731cf0e0302fefb76d313abab99aa7e6149a2/LICENSE 9 лет назад
README.md 18179c7e4d Add acknowledgements section 9 лет назад
build-psiphon-framework.sh a6620d7b71 Add iOS Library build script 9 лет назад

README.md

##Psiphon iOS Library README

###Overview

Psiphon Library for iOS enables you to easily embed Psiphon in your iOS app. The Psiphon Library for iOS is implemented in Go and follows the standard conventions for using a Go library in an iOS app.

###Acknowledgements

Psiphon iOS Library uses OpenSSL-for-iPhone.

###Building

####Prerequisites

  • xcode xcode-select --install
  • git
  • homebrew
    • Install from terminal: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • golang
    • Install from terminal: brew install go

####Build Steps

  • run build-psiphon-framework.sh

###Using the Library and Sample Apps

Coming soon