2023-12-31 15:19:36 +01:00
|
|
|
appId: social.whalebird.app
|
|
|
|
productName: Whalebird
|
|
|
|
copyright: Copyright © 2018 Akira Fukushima
|
|
|
|
artifactName: "${productName}-${version}-${os}-${arch}.${ext}"
|
2024-10-12 11:47:23 +02:00
|
|
|
buildVersion: "184"
|
2023-12-31 15:19:36 +01: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-28 17:26:28 +02:00
|
|
|
minimumSystemVersion: "14.0"
|
2023-12-31 15:19:36 +01: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
|