Skip to content

Commit 679af96

Browse files
mokagioAliSoftware
andauthored
Clarify DMG code sign inspection behavior
Co-authored-by: Olivier Halligon <olivier.halligon@automattic.com>
1 parent 70ca8d8 commit 679af96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/actions/macos/macos_verify_code_signing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def self.verify_disk_image(path:, expected_authority:, verify_notarization:)
5252
verify_authority!(path: path, expected_authority: expected_authority) unless expected_authority.nil?
5353
verify!("#{path} was rejected by Gatekeeper", 'spctl', '--assess', '--type', 'open', '--context', 'context:primary-signature', '--verbose=2', path) if verify_notarization
5454
else
55-
UI.important("#{path} is not signed — skipping its signature checks. Only the app it contains carries a signature.")
55+
UI.important("#{path} is not signed — skipping its signature checks. We expect that the app it contains is the one carrying the signature.")
5656
end
5757

5858
verify!("#{path} has no notarization ticket stapled to it", 'xcrun', 'stapler', 'validate', path) if verify_notarization

0 commit comments

Comments
 (0)