stackql / stackql-mac-installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stackql-mac-installer

Creates a multi arch (fat) pkg MacOS installer for stackql, notarizes the package with Apple and staples the notarization ticket to the package.

Prerequisites

Apple developer code signing certificates need to be installed in the key chain on the machine creating the installer

Usage

DEV_TEAM=...
APP_SPECIFIC_PASSWORD=...
DEV_ACCOUNT=...
APP_SIGNATURE=...
INST_SIGNATURE=...
sh create-mac-installer.sh

Prereq For Mac In Cloud (without admin priveleges)

mkdir $HOME/.homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C $HOME/.homebrew
export PATH=$HOME/.homebrew/bin:$PATH
brew install jq

About


Languages

Language:Shell 71.8%Language:HTML 28.2%