Rod Hynes 01073787f7 Use NSData for sendToDevice 8 жил өмнө
..
PsiphonTunnel 01073787f7 Use NSData for sendToDevice 8 жил өмнө
SampleApps 6786a758e0 Add more state tracking to library 8 жил өмнө
.gitignore 519ab093e3 Remove OpenSSL code from build 8 жил өмнө
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 519ab093e3 Remove OpenSSL code from build 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.