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