Closed
Description
What is your suggestion?
The os.sdk_version
setting for macOS is one of the settings that regularly needs updated when macOS updates. It would be great if there was a detect_api
function to be able to determine this value automatically in the profiles.
The output from the command xcrun --sdk macosx --show-sdk-version
can be trimmed to get the exact version of the SDK, i.e. 14.5
.
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide