GitXplorerGitXplorer
f

sensors

public
27 stars
7 forks
0 issues

Commits

List of commits on branch master.
Unverified
595f675ad3697debbdf966e98ed8ab23ad2bfb6c

update to whatever Xcode 15 recommended

ffreedomtan committed 2 years ago
Unverified
38872e091a17c6f90dd8eb2d4720f9158de95761

upgrade to Swift 5

ffreedomtan committed 5 years ago
Verified
6a915cb0d8dbacf5a4bd89f252cef34ca17f7bac

Create LICENSE

ffreedomtan committed 6 years ago
Verified
3a4b7c5640bf5dd06456725d58385ba69d52ce9e

Create README.md

ffreedomtan committed 6 years ago
Unverified
620d94415e1554fd2eab2d6a5c1dea4d27bd339a

update for newer swift

committed 6 years ago
Unverified
f1cdfd4658635d3ccc2ecee3af9f4743fb2bff83

remove local copy of IOKit headers

committed 8 years ago

README

The README file for this repository.

sensors

Read values from thermal sensors, voltage meters, and current meters on iPhone/iPad.

IOKit, which is a private framework on iOS, is used, so you cannot publish it to App Store. And you have to copy headers from other places. Fortunatly, IOKit is a public framework on macOS, so you can get headers from macOS SDK or your running macOS.