Adam Pritchard f9f7ccc9fa Disable signing of framework, as required by App Store validation há 9 anos atrás
..
OpenSSL-for-iPhone aaf0b5f99f Add simulator arch to framework. Strip unused archs from OpenSSL binaries. há 9 anos atrás
PsiphonTunnel e3ab0cf07f Fix: Create default OSL directory há 9 anos atrás
SampleApps 8257aef6ce Add URL proxy example. Refactor. há 9 anos atrás
.gitignore bcfd96bea1 Finish creating first cut of iOS library and sample app há 9 anos atrás
BUILD.md 9aeb7dafe3 Add brief instruction on running tests há 9 anos atrás
README.md bcfd96bea1 Finish creating first cut of iOS library and sample app há 9 anos atrás
USAGE.md fa1d33ab95 Add instruction to contact Psiphon for connection params há 9 anos atrás
build-psiphon-framework.sh f9f7ccc9fa Disable signing of framework, as required by App Store validation há 9 anos atrás
test-psiphon-framework.sh 3af72f5675 Move testing to separate script (mostly because they won't run on the build machine) há 9 anos atrás

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.