Skip to content

Commit

Permalink
enable Gatekeeper support on macOS (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL authored Sep 12, 2022
1 parent cbd5173 commit 2b6cbda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/createPackage.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ module.exports = function (platform, extraOptions) {
LSItemContentTypes: ['public.xhtml']
}
],
NSUserActivityTypes: ['NSUserActivityTypeBrowsingWeb'] // macOS handoff support
NSUserActivityTypes: ['NSUserActivityTypeBrowsingWeb'], // macOS handoff support
LSFileQuarantineEnabled: true // https://github.com/minbrowser/min/issues/2073
// need to revisit if implementing autoupdate, see https://github.com/brave/browser-laptop/issues/13817
}
},
directories: {
Expand Down

0 comments on commit 2b6cbda

Please sign in to comment.