Skip to content

Commit 188878b

Browse files
[xcode26.1] Update AutomaticAssessmentConfiguration to beta 1. (#23878)
--------- Co-authored-by: Alex Soto <alex@soto.dev>
1 parent 18e88e9 commit 188878b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

src/automaticassessmentconfiguration.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ interface AEAssessmentConfiguration : NSCopying {
115115
[iOS (17, 5), Mac (12, 0), MacCatalyst (15, 0)]
116116
[Export ("setConfiguration:forApplication:")]
117117
void SetConfiguration (AEAssessmentParticipantConfiguration configuration, AEAssessmentApplication application);
118+
119+
[NoiOS, MacCatalyst (26, 1), Mac (26, 1)]
120+
[Export ("allowsScreenshots")]
121+
bool AllowsScreenshots { get; set; }
118122
}
119123

120124
[iOS (13, 4)]

tests/cecil-tests/Documentation.KnownFailures.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18842,6 +18842,7 @@ P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.AllowsDictation
1884218842
P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.AllowsKeyboardShortcuts
1884318843
P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.AllowsPasswordAutoFill
1884418844
P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.AllowsPredictiveKeyboard
18845+
P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.AllowsScreenshots
1884518846
P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.AllowsSpellCheck
1884618847
P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.AutocorrectMode
1884718848
P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.ConfigurationsByApplication
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# header says this ctor is available in Mac Catalyst, Apple's documentation + xtro says it's not, so don't add it for now.
22
!missing-selector! AEAssessmentApplication::initWithBundleIdentifier:teamIdentifier: not bound
3-
!missing-selector! AEAssessmentConfiguration::allowsScreenshots not bound
4-
!missing-selector! AEAssessmentConfiguration::setAllowsScreenshots: not bound

tests/xtro-sharpie/api-annotations-dotnet/macOS-AutomaticAssessmentConfiguration.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)