mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
The SDK for 10.11 (Xcode 7 GM and Xcode 7.1 beta) declares this enum using CF_ENUM instead of CF_OPTIONS, which forces us to explicitly cast back to the typedef type. <rdar://22743357> Hopefully, we can revert this after OS 10.11 is officially released.