BrightnessMenulet icon indicating copy to clipboard operation
BrightnessMenulet copied to clipboard

supposed to support 10.8+ but no longer builds on 10.9

Open RJVB opened this issue 8 years ago • 0 comments
trafficstars

several small things sneaked in that make it impossible to build the code on 10.9 :

  • use of something called "box control" in Preferences.xib (required Xcode >= 7)
  • a new NSTextField property (alignment)
  • a new NSMenuItem property (isSeparatorItem; use the regular @selector instead)

RJVB avatar May 26 '17 13:05 RJVB