mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-03 12:30:00 +01:00
Fix info.plist
This commit is contained in:
parent
510d6ecd2d
commit
5fc8ecf3c3
@ -2,7 +2,7 @@
|
||||
"productName": "Whalebird",
|
||||
"appId": "social.whalebird.app",
|
||||
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
|
||||
"buildVersion": "150",
|
||||
"buildVersion": "151",
|
||||
"directories": {
|
||||
"output": "build"
|
||||
},
|
||||
@ -36,9 +36,10 @@
|
||||
"entitlements": "plist/parent.plist",
|
||||
"entitlementsInherit": "plist/child.plist",
|
||||
"entitlementsLoginHelper": "plist/loginhelper.plist",
|
||||
"provisioningProfile": "socialwhalebirdapp_MAS.provisionprofile",
|
||||
"hardenedRuntime": false,
|
||||
"identity": null
|
||||
"extendInfo": {
|
||||
"ITSAppUsesNonExemptEncryption": "false"
|
||||
}
|
||||
},
|
||||
"mac": {
|
||||
"icon": "build/icons/icon.icns",
|
||||
@ -59,7 +60,10 @@
|
||||
"hardenedRuntime": true,
|
||||
"gatekeeperAssess": false,
|
||||
"darkModeSupport": true,
|
||||
"singleArchFiles": "*/binding/napi-v6-darwin-unknown-*"
|
||||
"singleArchFiles": "*/binding/napi-v6-darwin-unknown-*",
|
||||
"extendInfo": {
|
||||
"ITSAppUsesNonExemptEncryption": "false"
|
||||
}
|
||||
},
|
||||
"win": {
|
||||
"icon": "build/icons/icon.ico",
|
||||
|
@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>ElectronTeamID</key>
|
||||
<string>HB4N6B2YVM</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Reference in New Issue
Block a user