build: set OSX_MIN_VERSION to 10.15

This is required to use std::filesystem on macOS as support for it only
landed in the libc++ dylib shipped with 10.15.

See also: https://developer.apple.com/documentation/xcode-release-notes/xcode-11-release-notes

Clang now supports the C++17 <filesystem> library for iOS 13, macOS 10.15, watchOS 6, and tvOS 13.
This commit is contained in:
fanquake
2021-06-28 15:54:08 +08:00
parent 87780dfee8
commit a43b8e9555
13 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
<plist version="0.9">
<dict>
<key>LSMinimumSystemVersion</key>
<string>10.14.0</string>
<string>10.15.0</string>
<key>LSArchitecturePriority</key>
<array>