1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-6805] Update minimum supported macOS desktop version to 12 (#9439)

This commit is contained in:
Todd Martin
2024-05-30 18:25:17 -04:00
committed by GitHub
parent 93e7a6ae87
commit 85843c8baa

View File

@@ -127,7 +127,7 @@
"entitlementsLoginHelper": "resources/entitlements.mas.loginhelper.plist", "entitlementsLoginHelper": "resources/entitlements.mas.loginhelper.plist",
"hardenedRuntime": false, "hardenedRuntime": false,
"extendInfo": { "extendInfo": {
"LSMinimumSystemVersion": "10.15.0", "LSMinimumSystemVersion": "12",
"ElectronTeamID": "LTZ2PFU5D6" "ElectronTeamID": "LTZ2PFU5D6"
} }
}, },