Adam Pritchard bcfd96bea1 Finish creating first cut of iOS library and sample app 9 سال پیش
..
OpenSSL-for-iPhone 4844f308d9 Clean git ignored files in openssl build script 9 سال پیش
PsiphonTunnel bcfd96bea1 Finish creating first cut of iOS library and sample app 9 سال پیش
SampleApps bcfd96bea1 Finish creating first cut of iOS library and sample app 9 سال پیش
.gitignore bcfd96bea1 Finish creating first cut of iOS library and sample app 9 سال پیش
BUILD.md bcfd96bea1 Finish creating first cut of iOS library and sample app 9 سال پیش
README.md bcfd96bea1 Finish creating first cut of iOS library and sample app 9 سال پیش
USAGE.md bcfd96bea1 Finish creating first cut of iOS library and sample app 9 سال پیش
build-psiphon-framework.sh bcfd96bea1 Finish creating first cut of iOS library and sample app 9 سال پیش

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.