Skip to content

Commit b1ea9d8

Browse files
committed
chore: bump MACOSX_DEPLOYMENT_TARGET to 11.0
macOS 10.15 (Catalina) has been EOL for years. Bumping the minimum deployment target to 11.0 (Big Sur) allows removing legacy fallback code paths and SYSTEM_VERSION_COMPAT in follow-up commits.
1 parent fc11094 commit b1ea9d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

binding.gyp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
],
1919
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ],
2020
"xcode_settings": {
21-
"MACOSX_DEPLOYMENT_TARGET": "10.15",
22-
"SYSTEM_VERSION_COMPAT": 1,
21+
"MACOSX_DEPLOYMENT_TARGET": "11.0",
2322
"OTHER_CPLUSPLUSFLAGS": ["-std=c++20", "-stdlib=libc++"],
2423
"OTHER_LDFLAGS": [
2524
"-framework AppKit",

0 commit comments

Comments
 (0)