diff --git a/src/corelocation.cs b/src/corelocation.cs index 99178cf30f1b..ec23f104800d 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; }