Dennis Weissmann
2b459bdc24
unify targets into one framework target
2016-08-12 22:00:47 +02:00
Dennis Weissmann
fd2983075c
updates syntax for latest snapshot (swift-DEVELOPMENT-SNAPSHOT-2016-07-29-a.xctoolchain)
...
aded *.DS_Store to .gitignore
2016-07-31 16:27:17 +02:00
Trey Richards
06fd6bed38
Updated swift 3 syntax.
2016-07-18 16:05:11 -07:00
Dennis Weissmann
a9c5c5a9f0
re-added Device.swift and Info.plist to the project file
2016-02-02 22:20:04 +01:00
Dennis Weissmann
79563e8304
added support for the Swift Packager Manager
...
use swiftlint
simpler project structure
bumped version to 0.3.0
2016-02-02 20:51:07 +01:00
Dennis Weissmann
828f01f99c
changed comment format of previous commit
2016-02-02 18:15:30 +01:00
Dennis Weissmann
b248b39813
Changed the deployment target to 8.0
2016-01-02 21:59:09 +01:00
Dennis Weissmann
99cee4c2ff
Added functionality to get the simulator model (thanks @Caseyc585)
...
added functions that make it easier to determine whether or not the current device is in a specific group or family of devices
changed the battery level type from Double to Int since UIDevice itself only returns a double with 2 digit precision (i.e. 0.34 for 34%)
modified tests for the new functionality
2015-12-22 14:29:45 +01:00
Dennis Weissmann
5393c8d16c
Rename project to DeviceKit
...
Since Device is already taken as a CocoaPod I decided to rename it to
DeviceKit
2015-11-18 23:12:18 +01:00