-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extra pages to pkg installers (#852)
* Add extra pages feature for pkg installers * Compile xcodeprojects * Restructure signing * Use manual code signing for example * Create CodeSign class * Add testing for signed installers * Update documentation * Enable MacOS signing testing on CI * Expand post-install pages to Windows * Clarify in tests that codesign outputs to stderr * Add news file * Remove debug code * Test: do not run add-trusted-cert on CI * Test: Skip trusting * Add to system keychain * Use system keychain on CI * Skip keychain domains * Set default keychain instead of using list-keychains * Actually set default keychain * Unset password for system keychain * Use system keychain only for certificate trusting * Fix CI logic * Do not test for installer signing * Remove special signing keyword * Set up debug session for macos-13 * Move tmate action behind example runs * Start session after setup steps * Disable default shell * Do not set -e with default shell * Copy full environment for self-signed certificates * Apply suggestions from code review Co-authored-by: jaimergp <[email protected]> * Update docs * Factor out xcodebuild loop into function * Add plug-in examples * Fix typing for python 3.8 --------- Co-authored-by: jaimergp <[email protected]>
- Loading branch information
1 parent
b72dc28
commit a4a8ffe
Showing
22 changed files
with
955 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.