1
zj299792458 2018-02-23 14:05:14 +08:00
cocoa 框架里面有事件监听,用 oc 写个 daemon 即可
[[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(handleNotification:) name:@"com.apple.screenIsLocked" object:nil]; |
2
xream 2018-02-23 15:46:39 +08:00
祭出神器 hammerspoon http://www.hammerspoon.org/docs/hs.caffeinate.watcher.html
|