An open API service indexing awesome lists of open source software.

https://github.com/akselpekin/app-helpers

These scripts help with the creation and signing processes of app bundles.
https://github.com/akselpekin/app-helpers

app macos scripts shell

Last synced: about 2 months ago
JSON representation

These scripts help with the creation and signing processes of app bundles.

Awesome Lists containing this project

README

          

# app-helpers

## Usages
Before running the scripts ensure they're executable: `chmod +x example.sh` *(This will make the scripts executable)*

### app_bundler.sh
Usage: `./app_bundler.sh `

### codesign.sh
Usage: `./codesign.sh [ENTITLEMENTS_PATH]`

### create_keychain_profile.sh
Usage: `./create_keychain_profile.sh `

### notaryservice.sh
Usage: `./notaryservice.sh `
*Follows interactive prompts for manual or keychain-profile mode.*