Skip to content
Snippets Groups Projects
Commit ff1fff28 authored by akwizgran's avatar akwizgran
Browse files

Update README for macOS.

parent d31fa9f7
No related branches found
No related tags found
1 merge request!12Update README for macOS
Pipeline #14897 passed
## Onion Wrapper ## Onion Wrapper
A Java library providing a wrapper for running a Tor client on Android, Unix and Windows. The A Java library providing a wrapper for running a Tor client on Android, Linux, macOS and Windows. The
wrapper can be used for running hidden services. wrapper can be used for running hidden services.
The library supports the `obfs4`, `meek_lite` and `snowflake` pluggable transports. The library supports the `obfs4`, `meek_lite` and `snowflake` pluggable transports.
Binaries for Tor and pluggable transports are not included. They can be found in the following Binaries for Tor and pluggable transports are not included. They can be found in the following
Maven artifacts: `org.briarproject:{tor,obfs4proxy,snowflake}-{android,linux,windows}`. The Maven artifacts: `org.briarproject:{tor,obfs4proxy,snowflake}-{android,linux,macos,windows}`. The
`obfs4proxy` artifact provides `obfs4` and `meek_lite`. `obfs4proxy` artifact provides `obfs4` and `meek_lite`.
If your app is uploaded to Google Play as an app bundle (AAB), you must include the following in If your Android app is uploaded to Google Play as an app bundle (AAB), you must include the following in
`build.gradle` to ensure that the Tor and pluggable transport binaries are extracted during `build.gradle` to ensure that the Tor and pluggable transport binaries are extracted during
installation: installation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment