mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
chore: add spell checker to workflows (#4975)
* chore: add spell checker to workflows * fix: update config schema * fix: revert for fennel.rs
This commit is contained in:
@@ -204,7 +204,7 @@ there are two .plist files that can be used to specify the architecture required
|
||||
|
||||
## Signing the Distribution package
|
||||
|
||||
This is also fairly simple, and analagous to signing the binary.
|
||||
This is also fairly simple, and analogous to signing the binary.
|
||||
|
||||
```
|
||||
productsign --timestamp --sign "<Key ID>" <input.pkg> <output.pkg>
|
||||
@@ -212,7 +212,7 @@ productsign --timestamp --sign "<Key ID>" <input.pkg> <output.pkg>
|
||||
|
||||
## Notarizing the Distribution Package
|
||||
|
||||
Also analagous to notarizing the binary. We run
|
||||
Also analogous to notarizing the binary. We run
|
||||
|
||||
```
|
||||
xcrun notarytool submit <package.pkg> --keychain-profile "AC_PASSWORD" --wait
|
||||
|
||||
Reference in New Issue
Block a user