beltex / SMCKit

Apple SMC library & tool
https://beltex.github.io/SMCKit
MIT License
475 stars 55 forks source link

Use type properties once supported by Swift #6

Closed beltex closed 9 years ago

beltex commented 10 years ago

Use type properties (class keyword - static const) once available in Swift. Would currently apply to the IOSERVICE_SMC & SMC_KEY_SIZE. See Swift InFlux for more.

beltex commented 9 years ago

SMC is now a struct, which does have support for static properties.