r-thomson / Nightfall

A macOS menu bar utility for quickly toggling dark mode, written in Swift.
MIT License
507 stars 13 forks source link

Apple marks Nightfall as malware #17

Closed hvwees closed 2 years ago

hvwees commented 2 years ago

A few days ago MacOS reported that nightfall will damage your computer.

Screenshot 2021-12-16 at 16 10 45
r-thomson commented 2 years ago

Could you run this command please?

codesign -vvv /Applications/Nightfall.app/
hvwees commented 2 years ago
~ % codesign -vvv /Applications/Nightfall.app/

--prepared:/Applications/Nightfall.app/Contents/Library/LoginItems/NightfallLauncher.app
--validated:/Applications/Nightfall.app/Contents/Library/LoginItems/NightfallLauncher.app
/Applications/Nightfall.app/: valid on disk
/Applications/Nightfall.app/: satisfies its Designated Requirement
r-thomson commented 2 years ago

Interesting, codesign seems to be showing that the app's signature is fine.

If anyone can hunt down the cause of this, please let me know.

hvwees commented 2 years ago

Not sure which version I use the have, but after a "brew upgrade" MacOS no longer report this as malware. Now I have version 2.1.3

Still weird that the older version was reported as malware, but it seems to be fixed now.