New
Apple Codesign 0.27.0
Release Info
Changelog
- Published a GitHub Action for code signing and notarization and wrote project documentation for how to use it. (#6)
- Fix to restore working builds with
--no-default-features. - Added
notary-listcommand to print information about recently submitted notarizations to Apple. (#124) - Fixed a bug where
.dSYM/directories were incorrectly signed as bundles. (#128) - The
signcommand has gained a--shallowargument to prevent traversing into nested entities when signing. It currently only prevents traversal into nested bundles. In the future, behavior may be expanded to also exclude signing of additional Mach-O binaries inside bundles, among other potential changes. Ultimately we want this signing mode to converge with the default behavior of Apple's tooling. - The
signcommand has gained a--for-notarizationargument that attempts to engage and enforce signing settings required for Apple notarization (such as enabling the hardened runtime). The goal of the feature is to cut down on notarization failures after successful signing operations. If you encounter a preventable notarization failure when using this new flag, consider filing a bug report. - (API)
BundleSignernow requires callingcollect_nested_bundles()to register child bundles for signing instead of signing all nested bundles by default. - aws-config 0.57 -> 1.1.
- aws-sdk-s3 0.36 -> 1.10.
- aws-smithy-http 0.57 -> 0.60.
- aws-smithy-types 0.57 -> 1.1.
- goblin 0.7 -> 0.8.
- scroll 0.11 -> 0.12.
- tungstenite 0.20 -> 0.21.
- windows-sys 0.48 -> 0.52.