https://github.com/linden/wrap
Convert executables into signed MacOS applications
https://github.com/linden/wrap
golang macos
Last synced: 23 days ago
JSON representation
Convert executables into signed MacOS applications
- Host: GitHub
- URL: https://github.com/linden/wrap
- Owner: linden
- License: mit
- Created: 2022-01-20T11:14:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T16:33:44.000Z (over 4 years ago)
- Last Synced: 2025-08-29T06:38:57.852Z (11 months ago)
- Topics: golang, macos
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# *`wrap`*
Convert executables into signed MacOS applications.
### Getting Started
Fetch it.
```sh
go install github.com/linden/wrap@latest
```
Run it.
```sh
wrap -ID="apple@id.com" -path="./executable" -bundle=example -origin="my_name_or_organization"
```