From b3403d754152d00cc765e2d584d0d972eadee0c1 Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Sun, 4 Oct 2020 09:44:04 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c904700..78906c9 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,16 @@ This action notarizes macOS applications or plug-ins. It does this by submitting appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }} ``` +Note that notarization is not the final step. After Apple has notarized your application, you also want to _staple_ a notarization ticket to your product. This can be done with the [Xcode Staple](https://github.com/marketplace/actions/xcode-staple) action. + ## Full Example -The [devbotsxyz/example-macos-rings](https://github.com/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. +The [devbotsxyz/example-macos-rings](https://github.com/devbotsxyz/example-macos-rings) project is an example macOS project with a [release.yml](https://github.com/devbotsxyz/example-macos-rings/.github/workflows/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 - * [Xcode Staple](https://github.com/marketplace/actions/xcode-staple) + * [Carthage Bootstrap](https://github.com/marketplace/actions/xcode-staple) - Bootstrap your Carthage Dependencies/ + * [Xcode Staple](https://github.com/marketplace/actions/xcode-staple) - Staple a Notarization Ticket to your product. ## License and Contributions