r-thomson / Nightfall

A macOS menu bar utility for quickly toggling dark mode, written in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Nightfall appear under "Open at Login" instead of "Allow in the Background"

r-thomson opened this issue · comments

It looks like the new way to accomplish “launch at login” functionality is with SMAppService instead of SMLoginItemSetEnabled, which this app uses currently.

SMAppService does not exist prior to macOS 13, though, and I’d rather not maintain two implementations of the same thing, so we’d need to drop support for older macOS versions. Maybe in a few years.