From cd6dc18785bf47a1e628bf8b50431d2190fc96fc Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Mon, 27 Jul 2020 11:57:23 -0400 Subject: [PATCH] [replaykit] Update for Xcode 12 beta 3 (#9205) --- src/ReplayKit/RPEnums.cs | 6 +++--- src/replaykit.cs | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/ReplayKit/RPEnums.cs b/src/ReplayKit/RPEnums.cs index cc239584df..ffe9905451 100644 --- a/src/ReplayKit/RPEnums.cs +++ b/src/ReplayKit/RPEnums.cs @@ -12,7 +12,7 @@ namespace ReplayKit { [iOS (9,0)] [TV (10,0)] - [Mac (10,16)] + [Mac (11,0)] [Native] [ErrorDomain ("RPRecordingErrorDomain")] public enum RPRecordingError : long { @@ -65,7 +65,7 @@ namespace ReplayKit { [Native] [iOS (10,0)] [TV (10,0)] - [Mac (10,16)] + [Mac (11,0)] public enum RPSampleBufferType : long { Video = 1, AudioApp, @@ -75,7 +75,7 @@ namespace ReplayKit { [Native] [iOS (11,0)] [NoTV] - [Mac (10,16)] + [Mac (11,0)] public enum RPCameraPosition : long { Front = 1, Back, diff --git a/src/replaykit.cs b/src/replaykit.cs index edb43597e4..efa70ff184 100644 --- a/src/replaykit.cs +++ b/src/replaykit.cs @@ -27,7 +27,7 @@ namespace ReplayKit { [iOS (9,0)] [TV (10,0)] - [Mac (10,16)] + [Mac (11,0)] [BaseType (typeof (UIViewController))] interface RPPreviewViewController { [Export ("initWithNibName:bundle:")] @@ -47,7 +47,7 @@ namespace ReplayKit { [iOS (9,0)] [TV (10,0)] - [Mac (10,16)] + [Mac (11,0)] [Protocol, Model] [BaseType (typeof (NSObject))] interface RPPreviewViewControllerDelegate { @@ -62,7 +62,7 @@ namespace ReplayKit { [iOS (9,0)] [TV (10,0)] - [Mac (10,16)] + [Mac (11,0)] [BaseType (typeof (NSObject))] [DisableDefaultCtor] #if XAMCORE_4_0 || MONOMAC @@ -142,7 +142,7 @@ namespace ReplayKit { [iOS (9,0)] [TV (10,0)] - [Mac (10,16)] + [Mac (11,0)] [Protocol, Model] [BaseType (typeof (NSObject))] interface RPScreenRecorderDelegate { @@ -202,7 +202,7 @@ namespace ReplayKit { [iOS (10,0)] [TV (10,0)] - [Mac (10,16)] + [Mac (11,0)] [BaseType (typeof (NSObject))] interface RPBroadcastController { [Export ("broadcasting")] @@ -278,7 +278,7 @@ namespace ReplayKit { [iOS (10,0)] [TV (10,0)] - [Mac (10,16)] + [Mac (11,0)] [Category] [BaseType (typeof (NSExtensionContext))] interface NSExtensionContext_RPBroadcastExtension { @@ -298,7 +298,7 @@ namespace ReplayKit { [iOS (10,0)] [TV (10,0)] - [Mac (10,16)] + [Mac (11,0)] [BaseType (typeof (NSObject))] interface RPBroadcastHandler : NSExtensionRequestHandling { [Export ("updateServiceInfo:")] @@ -327,7 +327,7 @@ namespace ReplayKit { [iOS (10,0)] [TV (10,0)] - [Mac (10,16)] + [Mac (11,0)] [BaseType (typeof (RPBroadcastHandler))] interface RPBroadcastSampleHandler { @@ -378,7 +378,7 @@ namespace ReplayKit { bool ShowsMicrophoneButton { get; set; } } - [Mac (10,16)] + [Mac (11,0)] [NoiOS] [NoTV] [BaseType (typeof (NSObject))] @@ -398,7 +398,7 @@ namespace ReplayKit { interface IRPBroadcastActivityControllerDelegate {} - [Mac (10,16)] + [Mac (11,0)] [NoiOS] [NoTV] [Protocol, Model (AutoGeneratedName = true)]