From 096eaad395d074f47d84ebd08ab779ab147136ac Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Tue, 25 Jul 2017 10:16:04 -0400 Subject: [PATCH] [corelocation] Update for beta 4 --- src/corelocation.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/corelocation.cs b/src/corelocation.cs index 99178cf30f1..ec23f104800 100644 --- a/src/corelocation.cs +++ b/src/corelocation.cs @@ -302,7 +302,8 @@ partial interface CLLocationManager { void StartMonitoring (CLRegion region); #if !MONOMAC - [NoWatch][NoTV] + [NoTV] + [Watch (4,0)] [Since (6,0)] [Export ("activityType", ArgumentSemantic.Assign)] CLActivityType ActivityType { get; set; }