MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 79 forks source link

support macOS 10.9 with the "Mojave" tab style #64

Closed nivekkagicom closed 5 years ago

nivekkagicom commented 5 years ago

NSColor.labelColor is only available in macOS 10.10 and later. This change allows the "Mojave" tab style (introduced by #62) to be used back to macOS 10.9 for those applications that still require support for macOS 10.9 but want a tab style that works with macOS 10.14 DarkAqua as well.