Objective-C Tor Wrapper Framework for iOS. Don't actually use this yet. This project is based on iOS-OnionBrowser and Tor.framework.
To clone:
$ git clone git://github.com/ChatSecure/OnionKit.git
$ cd OnionKit
$ git submodule update --init --recursive
This will clone all of the required dependencies into the Submodules directory.
Build OpenSSL, libevent and libtor static libaries for iOS.
$ bash build-libssl.sh
$ bash build-libevent.sh
$ bash build-tor.sh
To include in a standard project:
- Drag the
./dependencies/lib
folder into your project and make sure the static libs are added to your target. - In "Search Headers" for your target make to to include
$(SRCROOT)/Submodules/OnionKit/dependencies/include
or something similar.