beltex / SystemKit

macOS system library in Swift
MIT License
351 stars 65 forks source link

iOS/ARM support #9

Open beltex opened 10 years ago

beltex commented 10 years ago
beltex commented 10 years ago

I/O Kit is a private framework on iOS, so current Battery class won't work. Need to use UIDevice class instead.

beltex commented 9 years ago
beltex commented 9 years ago

This also implies ARM support

beltex commented 9 years ago

Examples from Apple split platform specific code into different subdirs. What about the use of macros instead?