1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-21 22:23:52 +02:00

Fix Mac App Store minimumSystemVersion (#1453)

This commit is contained in:
Oscar Hinton 2022-03-25 15:29:43 +01:00 committed by GitHub
parent 21167301f1
commit cbadcccc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,7 +187,9 @@
"entitlements": "resources/entitlements.mas.plist",
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
"hardenedRuntime": false,
"minimumSystemVersion": "10.14"
"extendInfo": {
"LSMinimumSystemVersion": "10.14.0"
}
},
"nsisWeb": {
"oneClick": false,