Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cardinalby/apple-codesign-docker
https://github.com/cardinalby/apple-codesign-docker
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/cardinalby/apple-codesign-docker
- Owner: cardinalby
- License: mit
- Created: 2024-03-17T15:12:27.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-17T22:10:17.000Z (8 months ago)
- Last Synced: 2024-03-18T22:51:31.244Z (8 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apple-codesign docker image
It's a docker image with a great [`rcodesign`](https://github.com/indygreg/apple-platform-rs) tool installed.
It can be used for cross-platform signing and notarization of MacOS applications.
Entrypoint is `rcodesign` tool.
Only x86_64 architecture is supported at the moment.
## Example usage
```bash
docker run --rm -v ./example.app:/example.app ghcr.io/cardinalby/apple-codesign-docker:latest sign /example.app
```Read more about `rcodesign` tool usage in its
[documentation](https://gregoryszorc.com/docs/apple-codesign/0.27.0/index.html).