Fix osx build

This commit is contained in:
Thomas Nordquist
2019-03-06 13:17:59 +01:00
parent 5adb2bb5c8
commit 1763dc7574
5 changed files with 15 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
},
"build": {
"appId": "mqtt-explorer",
"productName": "MQTT Explorer",
"nodeGypRebuild": false,
"mac": {
"appId": "de.t7n.apps.mqtt-explorer",
@@ -28,7 +29,8 @@
"publish": [
"github"
],
"provisioningProfile": "res/MQTT_Explorer_Store_Distribution_Profile.provisionprofile"
"provisioningProfile": "res/MQTT_Explorer_Store_Distribution_Profile.provisionprofile",
"entitlements": "res/entitlements.mas.plist"
},
"linux": {
"category": "Development",