pilotmoon / Scroll-Reverser

Per-device scrolling prefs on macOS.
https://pilotmoon.com/scrollreverser/
Apache License 2.0
2.51k stars 135 forks source link

[WIP] Support dark mode on Mojave #60

Closed 16patsle closed 3 years ago

16patsle commented 5 years ago

According to Apple docs, setting NSRequiresAquaSystemAppearance to NO in the Info.plist should enable an app to support dark mode, without needing to target the macOS 10.14 SDK. This is what I've done to support dark mode in Scroll Reverser.

The only problem is that I'm having issues testing that it works, probably because I only have Xcode 10 and I believe it may be causing issues. For that reason, this PR should be considered a WIP, as I haven't confirmed it actually works. Any help would be appreciated.

pilotmoon commented 3 years ago

Thanks for this old PR; closing now as obsolete.