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.
- Host: GitHub
- URL: https://github.com/akselpekin/app-helpers
- Owner: akselpekin
- License: unlicense
- Created: 2025-07-10T07:46:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-11-28T13:51:08.000Z (7 months ago)
- Last Synced: 2026-04-15T06:03:29.611Z (3 months ago)
- Topics: app, macos, scripts, shell
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.*