build: use macOS 14 SDK (Xcode 15.0)

This commit is contained in:
fanquake
2023-10-09 12:21:08 +01:00
parent 51c97ffb69
commit 8ea45e626e
5 changed files with 21 additions and 32 deletions

View File

@@ -235,7 +235,7 @@ def check_MACHO_min_os(binary) -> bool:
return False
def check_MACHO_sdk(binary) -> bool:
if binary.build_version.sdk == [11, 0, 0]:
if binary.build_version.sdk == [14, 0, 0]:
return True
return False