An open API service indexing awesome lists of open source software.

https://github.com/blockchaincommons/bcswifttorbase

Thin Swift wrapper around Tor that has a new system for building a universal XCFramework.
https://github.com/blockchaincommons/bcswifttorbase

Last synced: 9 months ago
JSON representation

Thin Swift wrapper around Tor that has a new system for building a universal XCFramework.

Awesome Lists containing this project

README

          

# BCSwiftTorBase

Thin Swift wrapper around [Tor](https://github.com/torproject/tor) that has a new system for building a universal XCFramework for use with MacOSX, Mac Catalyst, iOS devices, and the iOS simulator across Intel and Apple Silicon (ARM).

For higher-level functions, see [BCSwiftTor](https://github.com/BlockchainCommons/BCSwiftTor).

## Dependencies

```sh
$ brew install autoconf autogen gsed
```

## Build

```sh
$ git clone https://github.com/blockchaincommons/BCSwiftTorBase.git
$ cd BCSwiftTorBase
$ ./build.sh
```

The resulting framework is `build/TorBase.xcframework`. Add to your project.