1
vote
2answers
232 views
How to programatically get current battery level with COCOA
How can I get the current battery level using the cocoa framework running with Leopard?
Currently I am getting it running a NSTask with:
pmset -g ps | grep -o -e [0-9]*% | …
