cocoalibs/Xcode Notarization Action
Runs notarytool to upload a file to Apple's notary service
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-path | Path of the software to notarize. Globbing is supported | — | — |
| staple | Whether to run `stapler staple` | — | true |
| keychain-profile | notarytool --keychain-profile parameter | yes | notary |
| apple-id | notarytool --apple-id parameter | yes | — |
| password | notarytool --password parameter | yes | — |
| team-id | notarytool --team-id parameter | yes | — |
| xcode-path | Path of the Xcode version to use | yes | /Applications/Xcode_13.2.1.app |
Outputs
no outputs