mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Newer versions of clang now warn when using API's that are only available on OS version newer than the target OS unless they are guarded using `@available`. This is temporary and should be remove when we move away from older versions of Xcode.