1 parent 02ceb7e commit 55b5fc7Copy full SHA for 55b5fc7
1 file changed
forge.config.ts
@@ -17,6 +17,7 @@ const config: ForgeConfig = {
17
...(process.platform === 'darwin' && {
18
osxSign: {
19
identity: '-', // adhoc signing
20
+ 'hardened-runtime': true,
21
},
22
osxNotarize: false
23
}),
0 commit comments