minotari_node 5.4.0-pre.2

The tari full base node implementation
# Collection of notes about OSX PKG build and package

# Apple ID Dev
# How to generate an app-specific password - https://support.apple.com/en-us/HT204397
MACOS_NOTARIZE_USERNAME=applledev@example.com
MACOS_NOTARIZE_PASSWORD=xxxx-xxxx-xxxx-xxxx
MACOS_ASC_PROVIDER=XXXXXXXXXX

MACOS_KEYCHAIN_PASS=

MACOS_APPLICATION_ID=
# base64 encode string of pem file - including cert and key
MACOS_APPLICATION_CERT=
MACOS_APPLICATION_PASS=

MACOS_INSTALLER_ID=
# base64 encode string of pem file - including cert and key
MACOS_INSTALLER_CERT=
MACOS_INSTALLER_PASS=