Commit Graph

11 Commits

Author SHA1 Message Date
Zandor Smith 4b7f5f3be0 Minimum deployment target iOS 9.0 and apply Xcode 12 recommended settings. (#249)
* Change minimum iOS deployment target to 9.0.

Support for 8.0 was dropped in Xcode 12.

* Apply recommended settings in Xcode 12.

* Update iOS minimum deployment target to 9.0 in SwiftPM and Cocoapods files as well.
2020-08-31 11:29:31 +02:00
Dennis Weissmann 04f82d904a collect test coverage data, parallelize tests, randomize test order 2018-10-13 20:00:18 +02:00
Dennis Weissmann fa95799848 reset UIDevice.current.isBatteryMonitoringEnabled to the value it had before we set it to true
add documentation
2018-04-04 21:52:14 +02:00
Tim Walsh 9abf07cf75 llvm instrumentation
Removed codeCoverageEnabled to correct LLVM Instrumentation issue when pushing to iTunes Connect
2017-09-21 18:17:40 +02:00
Dennis Weissmann bc4af344e8 Xcode 9 support 2017-07-09 10:01:15 +02:00
Dennis Weissmann 49abe10075 start using codecov.io for code coverage reporting
improve test coverage
2017-07-08 13:59:28 +02:00
Dennis Weissmann c441090ed9 update Xcode project settings to recommended settings
remove 2 warnings on unused identifiers
2016-12-04 10:36:51 +01:00
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
Dennis Weissmann 828f01f99c changed comment format of previous commit 2016-02-02 18:15:30 +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