Skip to content

Commit

Permalink
fix(dmg): Adding ‘sign’ dmg option to scheme.json to fix build errors (
Browse files Browse the repository at this point in the history
…#3941)

* Adding ‘sign’ dmg option to scheme.json to fix build errors

* Making default value for ‘sign’ option false.
  • Loading branch information
JoshRiser authored and develar committed Jun 13, 2019
1 parent 09a6cdd commit 766ecff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/app-builder-lib/scheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,11 @@
"window": {
"$ref": "#/definitions/DmgWindow",
"description": "The DMG windows position and size."
},
"sign": {
"default": false,
"description": "Disable signing of the DMG when building. This can help solve issues with Gatekeeper disabling installation of your app.",
"type": "boolean"
}
},
"title": "DmgOptions",
Expand Down

0 comments on commit 766ecff

Please sign in to comment.