-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
electron-builder.mas.yml
38 lines (38 loc) · 990 Bytes
/
electron-builder.mas.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
appId: social.whalebird.app
productName: Whalebird
copyright: Copyright © 2018 Akira Fukushima
artifactName: "${productName}-${version}-${os}-${arch}.${ext}"
buildVersion: "184"
directories:
output: dist
buildResources: resources
files:
- from: .
filter:
- package.json
- app
mas:
type: distribution
entitlements: "plist/parent.plist"
entitlementsInherit: "plist/child.plist"
entitlementsLoginHelper: "plist/loginhelper.plist"
hardenedRuntime: false
gatekeeperAssess: false
extendInfo:
ITSAppUsesNonExemptEncryption: "false"
provisioningProfile: "profile/socialwhalebirdapp_MAS.provisionprofile"
minimumSystemVersion: "14.0"
mac:
icon: resources/icons/icon.icns
target:
- target: mas
arch:
- universal
category: "public.app-category.social-networking"
hardenedRuntime: true
gatekeeperAssess: false
darkModeSupport: false
notarize: false
singleArchFiles: "*"
asarUnpack: "node_modules/**/*.node"
publish: null