Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.23 KB

Xcode Staple

This Action staples notary service tickets to macOS products.

Basic Usage

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

Full Example

The BoundfoxStudios/community-project project is an example Unity macOS project with a notarization.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.