Skip to content

Commit

Permalink
Set hardenedRuntime: true, 'gatekeeper-assess': false
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim committed Nov 3, 2023
1 parent b51d969 commit 8fd0bdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = {
osxSign: {}, // object must exist even if empty
osxNotarize: {
tool: 'notarytool',
hardenedRuntime: true,
'gatekeeper-assess': false,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_PASSWORD,
teamId: process.env.APPLE_TEAM_ID
Expand Down

0 comments on commit 8fd0bdb

Please sign in to comment.