Skip to content

Commit

Permalink
chore: update package.json for macos compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelpswang authored and tomcl committed Dec 23, 2024
1 parent b4fc826 commit 28ac602
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,6 @@ docsrc/tools/FSharp.Formatting.svclog
.fsdocs/
output/
tmp/

# macOS compilation
*.provisionprofile
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,24 @@
"category": "public.app-category.productivity",
"entitlements": "public/entitlements.mac.plist",
"entitlementsInherit": "./public/entitlements.mac.plist",
"identity": "F7735AA14D8A32CE021D86077797AE9457C53603",
"icon": "public/icon.icns",
"target": [
"dmg"
{
"target": "dmg",
"arch": "x64"
}, {
"target": "dmg",
"arch": "arm64"
}
],
"hardenedRuntime": true,
"provisioningProfile": "embedded.provisionprofile"
"identity": "4ADD6B8606BC9F3C2124FEF100B9C828B58EF06E",
"provisioningProfile": "issie.provisionprofile",
"notarize": true
},
"dmg": {
"icon": false
},
"afterAllArtifactBuild": "scripts/afterSignHook.js"
}
},
"dependencies": {
"@electron/remote": "^2",
Expand Down

0 comments on commit 28ac602

Please sign in to comment.