Adam Pritchard f8bada2f83 Add first test %!s(int64=9) %!d(string=hai) anos
..
OpenSSL-for-iPhone aaf0b5f99f Add simulator arch to framework. Strip unused archs from OpenSSL binaries. %!s(int64=9) %!d(string=hai) anos
PsiphonTunnel f8bada2f83 Add first test %!s(int64=9) %!d(string=hai) anos
SampleApps f6a0ce683d Add permissive license for sample code %!s(int64=9) %!d(string=hai) anos
.gitignore bcfd96bea1 Finish creating first cut of iOS library and sample app %!s(int64=9) %!d(string=hai) anos
BUILD.md bcfd96bea1 Finish creating first cut of iOS library and sample app %!s(int64=9) %!d(string=hai) anos
README.md bcfd96bea1 Finish creating first cut of iOS library and sample app %!s(int64=9) %!d(string=hai) anos
USAGE.md aaf0b5f99f Add simulator arch to framework. Strip unused archs from OpenSSL binaries. %!s(int64=9) %!d(string=hai) anos
build-psiphon-framework.sh f8bada2f83 Add first test %!s(int64=9) %!d(string=hai) anos

README.md

Psiphon iOS Library Meta-README

Usage

If you are using the Library in your app, please read the USAGE.md instructions.

Acknowledgements

Psiphon iOS Library uses:

OpenSSL-for-iPhone Changes

build-libssl.sh rebuilds openssl on every run. Modifications were made to not run unless required, they are:

  • Check if libssl.a and libcrypto.a are built and compare the version strings found in files to the VERSION variable in build-libssl.sh.

  • A new variable FORCE_BUILD is set to force a build. Set this to true as necessary.