From 57a0987e50aac5018698735aeead952daa711aec Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Wed, 14 Jun 2023 16:02:50 +0100 Subject: [PATCH] Add note about signing Mac binaries. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8c9501..2bba603 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Binaries for Tor and pluggable transports are not included. They can be found in Maven artifacts: `org.briarproject:{tor,obfs4proxy,snowflake}-{android,linux,macos,windows}`. The `obfs4proxy` artifact provides `obfs4` and `meek_lite`. +The macOS binaries are not signed, so you will need to sign them when packaging your app. + 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 installation: -- GitLab