SampleDeviceAndSensorInfoApp
Sample iOS app which aggregates data from sensors, gets system info and displays it. supports both dark and light modes.
How to use this app?
- Clone this repo
- Open shell window and navigate to project folder
- Run
brew install swiftlint
used to cleanup code & ensure codestyle (alternatively remove Swiftlint run phase from project) - Run
pod install
- Open
SampleDeviceAndSensorInfoApp.xcworkspace
and run the project on selected device or simulator