All Versions
5
Latest Version
Avg Release Cycle
39 days
Latest Release
3230 days ago

Changelog History

  • v0.0.5 Changes

    June 15, 2015
    • 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

  • v0.0.4 Changes

    March 12, 2015
    • Updated to Xcode 6.3 Beta 2
      • size_t now imported as Int
      • Optional CFDictionary cast compiler crash fixed
    • Completed:
      • #15: Battery API
  • v0.0.3 Changes

    February 26, 2015
    • Updated to Swift 1.2 ( Xcode 6.3 Beta 1 )
    • Completed:
      • #12: Handling kinfo_proc
  • v0.0.2 Changes

    February 12, 2015
    • ๐Ÿ†• 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?
  • v0.0.1 Changes

    January 12, 2015
    • ๐ŸŽ‰ Initial release
    • Battery & system related calls