Adam Pritchard a530347850 Merge pull request #377 from adam-p/master пре 8 година
..
OpenSSL-for-iPhone 5968dc4538 remove spinner пре 9 година
PsiphonTunnel eebb8f37e4 Read embedded server entries from a resource file пре 9 година
SampleApps 75223275db Fix compile warning пре 8 година
.gitignore bcfd96bea1 Finish creating first cut of iOS library and sample app пре 9 година
BUILD.md 9aeb7dafe3 Add brief instruction on running tests пре 9 година
README.md bcfd96bea1 Finish creating first cut of iOS library and sample app пре 9 година
USAGE.md 71eb3c2cac Add note about SIGPIPE to iOS library instructions пре 8 година
build-psiphon-framework.sh 53e71c21ef Make private plugin use properly conditional пре 8 година
test-psiphon-framework.sh 3af72f5675 Move testing to separate script (mostly because they won't run on the build machine) пре 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.