mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
Change minimumSystemVersion to only apply for MAS (#1428)
This commit is contained in:
parent
37e9523f00
commit
3b2427e913
@ -81,7 +81,6 @@
|
|||||||
"mac": {
|
"mac": {
|
||||||
"electronUpdaterCompatibility": ">=0.0.1",
|
"electronUpdaterCompatibility": ">=0.0.1",
|
||||||
"category": "public.app-category.productivity",
|
"category": "public.app-category.productivity",
|
||||||
"minimumSystemVersion": "10.14",
|
|
||||||
"darkModeSupport": true,
|
"darkModeSupport": true,
|
||||||
"gatekeeperAssess": false,
|
"gatekeeperAssess": false,
|
||||||
"hardenedRuntime": true,
|
"hardenedRuntime": true,
|
||||||
@ -186,7 +185,8 @@
|
|||||||
"mas": {
|
"mas": {
|
||||||
"entitlements": "resources/entitlements.mas.plist",
|
"entitlements": "resources/entitlements.mas.plist",
|
||||||
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
|
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
|
||||||
"hardenedRuntime": false
|
"hardenedRuntime": false,
|
||||||
|
"minimumSystemVersion": "10.14"
|
||||||
},
|
},
|
||||||
"nsisWeb": {
|
"nsisWeb": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user