Commit d7a6bc03 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 22558: Don't update OS X 10.7.x and 10.8.x to Tor Browser 7.0

"10.9" was the wrong `minSupportedOSVersion` for preventing OS X 10.7.x
and 10.8.x users from getting updated to Tor Browser 7. That it worked
for OS X 10.6.x was only by chance according to the release history table
(https://en.wikipedia.org/wiki/Darwin_(operating_system)#Release_history).

We fix that by choosing "13.0.0" (for OS X 10.9 as minimum).
parent ade53c43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,6 +45,6 @@ versions:
        win32:
            minSupportedInstructionSet: SSE2
        osx32:
            minSupportedOSVersion: 10.9
            minSupportedOSVersion: 13.0.0
        osx64:
            minSupportedOSVersion: 10.9
            minSupportedOSVersion: 13.0.0