xamarin-macios/tests/monotouch-test/HealthKit
Timothy Risi 1595206541 [HealthKit] Bind Xcode 9 APIs (#2817)
* [HealthKit] Update to Xcode 9 GM

* Add new xcode 9 beta APIs

* Fix PR comments

Marking SyncVersion as an int based on SpeedySloth sample from Apple:

            guard let version = route.metadata?[HKMetadataKeySyncVersion] as? NSNumber else {
                print("Route does not have a sync version for route \(route)")
                return
            }

            if version.intValue == 1 {
                self.makeWorkoutRouteSlothy(workout: workout, route: route)
            }

* Didn't save after deleting the FIXME

* Fix build issue

* Fix introspection tests

* Add new enum values to HKQuantityType.ToKey

* QuantityTypeIdentifierTest needs xcode version check for new enum types
2017-10-05 07:48:53 +02:00
..
AnchoredObjectQueryTest.cs [watchos] Remove several [Obsolete] API when alternatives exists (#742) 2016-09-02 10:02:29 -04:00
CategoryTypeIdentifierTest.cs [tests] Fix monotouch-test failures when executed on iOS 9.x. Fixes bug #43520 (#632) 2016-08-18 22:59:26 -04:00
CdaDocumentSampleTest.cs [healthkit] Change binding for HKDetailedCdaErrors (#757) 2016-09-03 11:36:05 -04:00
ErrorTest.cs [tests] Check versions using Xcode version instead of platform version. 2016-06-27 13:07:37 +02:00
ObjectTypeTest.cs [tests] Check versions using Xcode version instead of platform version. 2016-06-27 13:07:37 +02:00
QuantityTypeIdentifierTest.cs [HealthKit] Bind Xcode 9 APIs (#2817) 2017-10-05 07:48:53 +02:00