Skip to content

Commit 8f974da

Browse files
authored
feat(electron): update notarization team ID and add app requirements file (usebruno#8578)
1 parent 61c495c commit 8f974da

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/bruno-electron/electron-builder-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ const config = {
3535
],
3636
icon: 'resources/icons/mac/icon.icns',
3737
hardenedRuntime: true,
38-
identity: 'Bruno Software, Inc. (P3WTZH48ZB)',
38+
identity: 'Anoop MD (W7LPPWA48L)',
3939
entitlements: 'resources/entitlements.mac.plist',
4040
entitlementsInherit: 'resources/entitlements.mac.plist',
4141
notarize: false,
42+
requirements: 'resources/app-requirements.txt',
4243
protocols: [
4344
{
4445
name: 'Bruno',

packages/bruno-electron/notarize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const notarize = async function (params) {
1717
}
1818

1919
console.log(`Notarizing ${appId} found at ${appPath} using Apple ID ${process.env.APPLE_ID}`);
20-
const teamId = 'P3WTZH48ZB';
20+
const teamId = 'W7LPPWA48L';
2121
try {
2222
await electron_notarize.notarize({
2323
tool: 'notarytool',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
designated => anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and (certificate leaf[subject.OU] = "W7LPPWA48L" or certificate leaf[subject.OU] = "P3WTZH48ZB")

0 commit comments

Comments
 (0)