Using android phone to establish a connection with your Mac via Bluetooth low-energy (BLE), controlling Mac lock state (Lock or Unlock).
Stars
240
Forks
29
Watchers
240
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
The runModal cannot be within this method, it blocks further operation and would show the alert multiple times, moved it to a beter place, with some improvements to turn bluetooth on,if turned off, using a private method
0558a8cView on GitHubMove checkKeyChainAccess method (used only once) inline and fixed issues with unlock sometime keystroking (null), proper types, proper NSString method used for creating password string
eca2c4cView on GitHubAdded a minimum sleep of 3 to prevent user from unlocking too fast which would leave the screen off but unlocked, appearing to be locked which it is not
5ffee96View on GitHubReplacement for lock script (sleep is not the same as lock screen) which works up till 10.13 (alternative non-private method also provided that works up till 10.12)
fce72baView on GitHubMove unlock script inline and improve script by combining two tell statements into one
465ed9dView on GitHub