Re: [webkit-dev] Finding when a platform was dropped

2023-07-11 Thread Elliott Williams via webkit-dev
On Apple platforms, we do not specifically “turn off” support for older OSes. WebKit’s build is configured to deploy to whichever SDK version you have installed. That said, you can see when we stop building for a specific OS version in our continuous integration, which is a good indicator of

[webkit-dev] Finding when a platform was dropped

2023-07-08 Thread Ben Huntsman via webkit-dev
Hi there- Not sure if this is the right place to ask, so please forgive me if this is the wrong forum. How would one go about determining what the last build of WebKit that would compile on a given platform is? For example, if I wanted to see when support for MacOS 10.14, or 10.15, etc