Bug 1634765: Drop support for (and prevent from running on) macOS versions below 10.12. r=haik

Differential Revision: https://phabricator.services.mozilla.com/D73516
This commit is contained in:
Stephen A Pohl 2020-06-11 15:41:46 +00:00
parent ab589a1668
commit 35ee005dee
2 changed files with 1 additions and 10 deletions

View File

@ -237,7 +237,7 @@
<key>LSFileQuarantineEnabled</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.9.0</string>
<string>10.12.0</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSRequiresAquaSystemAppearance</key>

View File

@ -16,15 +16,6 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.5</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>i386</key>
<string>10.5.0</string>
<key>x86_64</key>
<string>10.6.0</string>
</dict>
<key>LSUIElement</key>
<string>1</string>
<key>NSRequiresAquaSystemAppearance</key>