Skip to content

stackql/stackql-mac-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published