Skip to content

Releases: beltex/SystemKit

0.0.5

15 Jun 17:27
Compare
Choose a tag to compare
  • 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

12 Mar 19:15
Compare
Choose a tag to compare
  • Updated to Xcode 6.3 Beta 2
    • size_t now imported as Int
    • Optional CFDictionary cast compiler crash fixed
  • Completed:
    • #15: Battery API

0.0.3

26 Feb 01:53
Compare
Choose a tag to compare
  • Updated to Swift 1.2 (Xcode 6.3 Beta 1)
  • Completed:
    • #12: Handling kinfo_proc

0.0.2

12 Feb 15:05
Compare
Choose a tag to compare
  • 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

12 Jan 17:30
Compare
Choose a tag to compare
  • Initial release
  • Battery & system related calls