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

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

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"
```