Releases: beltex/SystemKit
Releases · beltex/SystemKit
0.0.5
- Updated to Xcode 6.3.2
- Replace
processCount()
& threadCount()
with processCounts()
- This release is simply for the purpose of being a marker before the update to Swift 2.0 which will have breaking changes
Xcode 6.3.2
Build version 6D2105
Apple Swift version 1.2 (swiftlang-602.0.53.1 clang-602.0.53)
Target: x86_64-apple-darwin14.3.0
0.0.4
- Updated to Xcode 6.3 Beta 2
size_t
now imported as Int
- Optional
CFDictionary
cast compiler crash fixed
- Completed:
0.0.3
- Updated to Swift 1.2 (Xcode 6.3 Beta 1)
- Completed:
0.0.2
- New system functions
System.modelName()
System.uptime()
System.uname()
- New power related functions:
System.CPUPowerLimit()
System.thermalLevel()
- Added back some of the process related stuff, but still WIP
- Internal cleanup
- Completed:
- #13: Test on OS X 10.10 (Yosemite)
- #14: PPC support?
0.0.1
- Initial release
- Battery & system related calls