1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-03 10:47:34 +01:00
Whalebird-desktop-client-ma.../electron-builder.mas.yml

39 lines
990 B
YAML
Raw Normal View History

2023-12-31 23:19:36 +09:00
appId: social.whalebird.app
productName: Whalebird
copyright: Copyright © 2018 Akira Fukushima
artifactName: "${productName}-${version}-${os}-${arch}.${ext}"
2024-07-18 22:26:42 +09:00
buildVersion: "179"
2023-12-31 23:19:36 +09:00
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"
2024-05-29 00:26:28 +09:00
minimumSystemVersion: "14.0"
2023-12-31 23:19:36 +09:00
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