From acd74bbddde6e273d0c0822c98626532eeab3737 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 1 Feb 2023 22:24:52 +0000 Subject: [PATCH] add options to BUILD.md --- BUILD.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/BUILD.md b/BUILD.md index ea2409c..454178c 100644 --- a/BUILD.md +++ b/BUILD.md @@ -4,6 +4,19 @@ Building an I2P Easy-Install Bundle for Mac This documents building the I2P Easy-Install for Mac end-to-end, including the set up, configuration, and maintenance of a build environment. + +Signed Builds +------------- + +In order to carry out a signed build which can be submitted to Apple for +notarization and re-distribution, set the following environment variables: + +``` +export I2P_SIGNER=(The sha256 fingerprint of the developer signing cert) +export I2P_CODE_SIGNER=(The sha256 fingerprint of the developer signing cert) +export I2P_SIGNER_USERPHRASE=(The sha256 fingerprint of the developer signing cert) +``` + Setting up a Java SDK manager -----------------------------