Skip to content

Commit 730f7d1

Browse files
authored
Update comment regarding default safari version (#26813)
The minimum version was updated in #23312, but this comment was missed.
1 parent c9fc5f3 commit 730f7d1

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

site/source/docs/tools_reference/settings_reference.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,11 +2865,9 @@ MIN_SAFARI_VERSION
28652865
==================
28662866

28672867
Specifies the oldest version of desktop Safari to target. Version is encoded
2868-
in MMmmVV, e.g. 70101 denotes Safari 7.1.1.
2869-
Safari 14.1.0 was released on April 26, 2021, bundled with macOS 11.0 Big
2870-
Sur and iOS 14.5.
2871-
The previous default, Safari 12.0.0 was released on September 17, 2018,
2872-
bundled with macOS 10.14.0 Mojave.
2868+
in MMmmVV, e.g. 160101 denotes Safari 16.1.1.
2869+
Safari 15 was released on September 20, 2021, bundled with macOS 12.0
2870+
Monterey and iOS 15.
28732871
NOTE: Emscripten is unable to produce code that would work in iOS 9.3.5 and
28742872
older, i.e. iPhone 4s, iPad 2, iPad 3, iPad Mini 1, Pod Touch 5 and older,
28752873
see https://github.com/emscripten-core/emscripten/pull/7191.

src/settings.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,11 +1881,9 @@ var AUTO_NATIVE_LIBRARIES = true;
18811881
var MIN_FIREFOX_VERSION = 79;
18821882

18831883
// Specifies the oldest version of desktop Safari to target. Version is encoded
1884-
// in MMmmVV, e.g. 70101 denotes Safari 7.1.1.
1885-
// Safari 14.1.0 was released on April 26, 2021, bundled with macOS 11.0 Big
1886-
// Sur and iOS 14.5.
1887-
// The previous default, Safari 12.0.0 was released on September 17, 2018,
1888-
// bundled with macOS 10.14.0 Mojave.
1884+
// in MMmmVV, e.g. 160101 denotes Safari 16.1.1.
1885+
// Safari 15 was released on September 20, 2021, bundled with macOS 12.0
1886+
// Monterey and iOS 15.
18891887
// NOTE: Emscripten is unable to produce code that would work in iOS 9.3.5 and
18901888
// older, i.e. iPhone 4s, iPad 2, iPad 3, iPad Mini 1, Pod Touch 5 and older,
18911889
// see https://github.com/emscripten-core/emscripten/pull/7191.

0 commit comments

Comments
 (0)