InderKumarRathore / DeviceGuru

DeviceGuru is a simple lib (Swift) to know the exact type of the device, e.g. iPhone 6 or iPhone 6s. Please ⭐️ this repo on the top right corner to make this repo popular.
MIT License
478 stars 83 forks source link

Example project #82

Closed witekbobrowski closed 4 years ago

witekbobrowski commented 4 years ago

This PR adds simple Example Project for DeviceGuru!

WARNING! It's important to merge #81 before running the project so it can properly load needed plist file.

The App consists of a single SwiftUI view that displays information of current device. I have decided to also take advantage of the Swift Package Manager support built in Xcode to add the DeviceGuru library as the dependency.

Also, README now references Example Project right below the example usage of the library APIs.

Screenshot 2020-10-31 at 21 02 28

Would love to have this PR be labeled as hacktoberfest-accepted once it meets all requirements and is ready for merge.

Thanks!