Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.21 KB

This is an work of devbotsxyz, who's account is now removed from GitHub. We appreciate his contribution to the community!

Xcode Staple

This Action staples notary service tickets to macOS products.

Basic Usage

- name: "Staple Release Build"
  uses: devbotsxyz/xcode-staple@v1
  with:
    product-path: "Export/Application.app"

Full Example

The devbotsxyz/example-macos-rings project is an example macOS project with a release.yml workflow that shows all the steps needed to go from creating a release in GitHub to ending up with a .zip file that contains a signed and notarized application.

Related Actions

License and Contributions

This Action is licensed under the MIT license. Contributions are very much welcome and encouraged but we would like to ask to file an issue before submitting pull requests.