Skip to main content

鍵ペアを説明する

Notarization produces a ticket that tells Gatekeeper that your app is notarized. After notarization completes, when a user attempts to run your app on macOS 10.14 or later, Gatekeeper will find the ticket online.

Command

Notarization commands begin with:

smctl-mac-x64 notarization notarize

注記

The inputs differ based on the type of Apple credentials and notarize tool you are using.

フラグ

鍵ペアを説明のコマンドは、これらのフラグをサポートしています。

1. 鍵ペアを説明するフラグ

ショートカット

フラグ

説明

--input string

Path to file.

 

Allowed file formats:

  • .pkg

  • .dmg

  • .zip

    Compress .app binaries into a .zip

--profile-name string

Provide a profile name for your credentials in Keychain.

--tool string

Provide the notarization tool name that should be used to save your credentials to Keychain.

 

Allowed tools:

  • notarytool

  • altool

-v

--verbose

ユーザーのアカウントID。

-h

--help

鍵ペアの説明に関するヘルプ。


Examples

The notarize commands depend on the type of Apple credentials and notarize tool you are using.

Troubleshooting

For help with the describe scan command, use:

smctl-mac-x64 notarization notarize --help

Alternatively, use the abbreviated version of the command:

smctl-mac-x64 notarization notarize -h