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.
- Host: GitHub
- URL: https://github.com/blockchaincommons/bcswifttorbase
- Owner: BlockchainCommons
- License: other
- Created: 2022-01-06T10:05:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T14:06:06.000Z (almost 4 years ago)
- Last Synced: 2025-05-14T16:17:23.570Z (11 months ago)
- Language: Shell
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.