Accept Developer ID G2 certificates
Some checks failed
Build Rust / Cargo Test (push) Successful in 4m1s
Build Site / Next.js Build (push) Failing after 5s
Lint Governance / BEP Metadata (push) Successful in 1s

This commit is contained in:
Conrad Kramer 2026-06-07 15:16:01 -07:00
parent e5da3016ea
commit 6867f26f19

View file

@ -307,7 +307,11 @@ async function main() {
}
if (platform === "macos" || platform === "all") {
const cert = await findCertificate(jwt, ["DEVELOPER_ID_APPLICATION"], macosCertificateId);
const cert = await findCertificate(
jwt,
["DEVELOPER_ID_APPLICATION", "DEVELOPER_ID_APPLICATION_G2"],
macosCertificateId,
);
const targets = [appId, networkId].map((identifier) => ({
identifier,
name: `${identifier}.developer-id`,