Skip to content

Commit

Permalink
[macOS] Bump min MACOSX_DEPLOYMENT_TARGET to 10.12
Browse files Browse the repository at this point in the history
As libplum relies on macOS 10.12+ functionality (clock_gettime).
  • Loading branch information
past-due committed Jun 21, 2024
1 parent b0debda commit 666a286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure_mac.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ cmake_minimum_required(VERSION 3.5...3.30)

########################################################

# WZ minimum supported macOS deployment target (< 10.9 is untested)
set(MIN_SUPPORTED_MACOSX_DEPLOYMENT_TARGET "10.9")
# WZ minimum supported macOS deployment target (< 10.12 is untested)
set(MIN_SUPPORTED_MACOSX_DEPLOYMENT_TARGET "10.12")

# Vulkan SDK
set(VULKAN_SDK_VERSION "1.3.268.1")
Expand Down
2 changes: 1 addition & 1 deletion platforms/macos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can also simply open the project in Xcode, and build the `warzone2100` schem

## Deployment:

The macOS port produces a 64-bit [self-contained application bundle](https://developer.apple.com/library/content/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW13) that requires **macOS 10.9+**\* to run.
The macOS port produces a 64-bit [self-contained application bundle](https://developer.apple.com/library/content/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW13) that requires **macOS 10.12+**\* to run.

> \* See _Setup & Configuration_ for how to set the minimum deployment target.
Expand Down

0 comments on commit 666a286

Please sign in to comment.