1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Change minimumSystemVersion to only apply for MAS (#1428)

This commit is contained in:
Oscar Hinton
2022-03-22 18:43:37 +01:00
committed by GitHub
parent 37e9523f00
commit 3b2427e913

View File

@@ -81,7 +81,6 @@
"mac": {
"electronUpdaterCompatibility": ">=0.0.1",
"category": "public.app-category.productivity",
"minimumSystemVersion": "10.14",
"darkModeSupport": true,
"gatekeeperAssess": false,
"hardenedRuntime": true,
@@ -186,7 +185,8 @@
"mas": {
"entitlements": "resources/entitlements.mas.plist",
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
"hardenedRuntime": false
"hardenedRuntime": false,
"minimumSystemVersion": "10.14"
},
"nsisWeb": {
"oneClick": false,