You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: technical/codesigning.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The complete process is:
61
61
*`DEVELOPER_TEAM_ID` -- Either the FPA's team ID (visible in your Apple developer account), or your own ID team ID from Apple
62
62
*`KEYCHAIN_PASSWORD` -- An arbitrary password, used on the CI system as the password for the keychain. Anything you want.
63
63
*`P12_PASSWORD` -- The password you set when exporting the certificate to the `*.p12` file.
64
-
*`SIGNING_KEY_ID` -- The ID of the certificate associated with `BUILD_PROVISION_PROFILE_BASE64`
64
+
*`SIGNING_KEY_ID` -- The ID of the certificate associated with `BUILD_PROVISION_PROFILE_BASE64`. Obtained by running `security find-identity -v -p codesigning` on a machine with the key installed. It is the SHA hash of the selected key in the displayed list.
65
65
16. Run the "Weekly Build" GitHub action to generate the signed macOS weeklies based on these settings.
0 commit comments