diff --git a/src/automaticassessmentconfiguration.cs b/src/automaticassessmentconfiguration.cs index e2a994d7adaf..bb7811e0d190 100644 --- a/src/automaticassessmentconfiguration.cs +++ b/src/automaticassessmentconfiguration.cs @@ -30,7 +30,8 @@ public enum AEAssessmentErrorCode : long { } [iOS (14, 0)] - [MacCatalyst (14, 0)] + [MacCatalyst (18, 0)] + [Mac (15, 0)] [Native] enum AEAutocorrectMode : long { None = 0, @@ -43,23 +44,23 @@ enum AEAutocorrectMode : long { [BaseType (typeof (NSObject))] interface AEAssessmentConfiguration : NSCopying { - [NoMac, iOS (14, 0)] - [MacCatalyst (14, 0)] + [Mac (15, 0), iOS (14, 0)] + [MacCatalyst (18, 0)] [Export ("autocorrectMode")] AEAutocorrectMode AutocorrectMode { get; set; } - [NoMac, iOS (14, 0)] - [MacCatalyst (14, 0)] + [Mac (15, 0), iOS (14, 0)] + [MacCatalyst (18, 0)] [Export ("allowsSpellCheck")] bool AllowsSpellCheck { get; set; } - [NoMac, iOS (14, 0)] - [MacCatalyst (14, 0)] + [Mac (15, 0), iOS (14, 0)] + [MacCatalyst (18, 0)] [Export ("allowsPredictiveKeyboard")] bool AllowsPredictiveKeyboard { get; set; } - [NoMac, iOS (14, 0)] - [MacCatalyst (14, 0)] + [Mac (15, 0), iOS (14, 0)] + [MacCatalyst (18, 0)] [Export ("allowsKeyboardShortcuts")] bool AllowsKeyboardShortcuts { get; set; } diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-AutomaticAssessmentConfiguration.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-AutomaticAssessmentConfiguration.todo deleted file mode 100644 index 5c6f0ad2c3ab..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-AutomaticAssessmentConfiguration.todo +++ /dev/null @@ -1,8 +0,0 @@ -!missing-selector! AEAssessmentConfiguration::allowsKeyboardShortcuts not bound -!missing-selector! AEAssessmentConfiguration::allowsPredictiveKeyboard not bound -!missing-selector! AEAssessmentConfiguration::allowsSpellCheck not bound -!missing-selector! AEAssessmentConfiguration::autocorrectMode not bound -!missing-selector! AEAssessmentConfiguration::setAllowsKeyboardShortcuts: not bound -!missing-selector! AEAssessmentConfiguration::setAllowsPredictiveKeyboard: not bound -!missing-selector! AEAssessmentConfiguration::setAllowsSpellCheck: not bound -!missing-selector! AEAssessmentConfiguration::setAutocorrectMode: not bound diff --git a/tests/xtro-sharpie/macOS-AutomaticAssessmentConfiguration.todo b/tests/xtro-sharpie/macOS-AutomaticAssessmentConfiguration.todo deleted file mode 100644 index 5c6f0ad2c3ab..000000000000 --- a/tests/xtro-sharpie/macOS-AutomaticAssessmentConfiguration.todo +++ /dev/null @@ -1,8 +0,0 @@ -!missing-selector! AEAssessmentConfiguration::allowsKeyboardShortcuts not bound -!missing-selector! AEAssessmentConfiguration::allowsPredictiveKeyboard not bound -!missing-selector! AEAssessmentConfiguration::allowsSpellCheck not bound -!missing-selector! AEAssessmentConfiguration::autocorrectMode not bound -!missing-selector! AEAssessmentConfiguration::setAllowsKeyboardShortcuts: not bound -!missing-selector! AEAssessmentConfiguration::setAllowsPredictiveKeyboard: not bound -!missing-selector! AEAssessmentConfiguration::setAllowsSpellCheck: not bound -!missing-selector! AEAssessmentConfiguration::setAutocorrectMode: not bound