Code Monkey home page Code Monkey logo

notary-tools's Introduction

Notary Tools

notarize

โ˜ž Github Action to notarize and staple macOS applications or packages.

It does this by:

  • storing credentials on keychain (by using xcrun notarytool store-credentials)
  • submitting a built .app, .pkg or .dmg file to Apple's notary service (by using xcrun notarytool submit)
  • stapling the product (by using xcrun stapler).

Reference

๐Ÿ“š Usage

Simple value

runs-on: macos-latest
steps:
  uses: GuillaumeFalourd/notary-tools@v1
  with:
    product_path: "path/to/file.app" # or .pkg or .dmg
    apple_id: ${{ secrets.APPLE_ID }}
    password: ${{ secrets.PASSWORD }}
    team_id: ${{ secrets.TEAM_ID }}
    # Not mandatory inputs
    staple: 'false'
    keychain_profile: 'my-keychain-profile'
    xcode_path: '/Applications/Xcode_13.3.app'

โ–ถ๏ธ Action Inputs

Field Mandatory Observation
product_path YES Path to the product to notarize.
e.g: path/to/product
apple_id YES notarytool --apple-id parameter
password YES notarytool --password parameter
team_id YES notarytool --team-id parameter.
keychain_profile NO notarytool --keychain-profile parameter
Default notarization
staple NO Whether to staple the notarized product
Default true
xcode_path NO Path of the Xcode version to use
Default /Applications/Xcode_13.2.1.app

๐Ÿค Contributing

โ˜ž If you're interested in contributing to this repository, please follow the guidelines

๐Ÿ… Licensed

โ˜ž This repository uses the Apache License 2.0

notary-tools's People

Contributors

guillaumefalourd avatar judemille avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.