On Wed, 11 Oct 2023 17:49:14 GMT, Mikael Vidstedt <mik...@openjdk.org> wrote:
> macOS 10.x is no longer receiving updates - the most recent/last release was > 10.15.7 back in July of 2022. It's time to bump the target macOS version > (min/max) for macosx-x64. macOS 11.x is still receiving updates. > > This change updates the target version for macosx-x64 to 11.00.00, which is > the same version used for macosx-aarch64. @prrace I noticed few deprecated constants being used in NSApplication.m #L336, #L360 such as https://developer.apple.com/documentation/appkit/nsappkitdefined. Now that macosx-x64 target version is being bumped to 11.x, do we change it before the update? NSEvent constants which were part of CocoaConstants.java file were changed as part of this [PR#13435.](https://github.com/openjdk/jdk/pull/13435) ------------- PR Comment: https://git.openjdk.org/jdk/pull/16155#issuecomment-1758540449