Skip to content

Commit

Permalink
[AutomaticAssessmentConfiguration] Implement Xcode 16.0 beta 1, beta …
Browse files Browse the repository at this point in the history
…2 and beta 3 changes. (#20847)

Note: there were no changes in beta 2 and beta 3.
  • Loading branch information
rolfbjarne authored Jul 12, 2024
1 parent 657a314 commit 451d2dd
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
4 changes: 4 additions & 0 deletions src/automaticassessmentconfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,9 @@ interface AEAssessmentApplication : NSCopying {
interface AEAssessmentParticipantConfiguration : NSCopying {
[Export ("allowsNetworkAccess")]
bool AllowsNetworkAccess { get; set; }

[Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[Export ("configurationInfo", ArgumentSemantic.Copy)]
NSDictionary<NSString, NSObject> ConfigurationInfo { get; set; }
}
}
1 change: 1 addition & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56102,6 +56102,7 @@ P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.AutocorrectMode
P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.ConfigurationsByApplication
P:AutomaticAssessmentConfiguration.AEAssessmentConfiguration.MainParticipantConfiguration
P:AutomaticAssessmentConfiguration.AEAssessmentParticipantConfiguration.AllowsNetworkAccess
P:AutomaticAssessmentConfiguration.AEAssessmentParticipantConfiguration.ConfigurationInfo
P:AutomaticAssessmentConfiguration.AEAssessmentSession.Active
P:AutomaticAssessmentConfiguration.AEAssessmentSession.Configuration
P:AutomaticAssessmentConfiguration.AEAssessmentSession.Delegate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@
!missing-selector! AEAssessmentConfiguration::mainParticipantConfiguration not bound
!missing-selector! AEAssessmentConfiguration::removeApplication: not bound
!missing-selector! AEAssessmentConfiguration::setConfiguration:forApplication: not bound
!missing-selector! AEAssessmentParticipantConfiguration::configurationInfo not bound
!missing-selector! AEAssessmentParticipantConfiguration::setConfigurationInfo: not bound
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
!missing-enum-value! AEAssessmentErrorCode native value AEAssessmentErrorMultipleParticipantsNotSupported = 3 not bound
!missing-selector! +AEAssessmentSession::supportsConfigurationUpdates not bound
!missing-selector! +AEAssessmentSession::supportsMultipleParticipants not bound
!missing-selector! AEAssessmentParticipantConfiguration::configurationInfo not bound
!missing-selector! AEAssessmentParticipantConfiguration::setConfigurationInfo: not bound
2 changes: 0 additions & 2 deletions tests/xtro-sharpie/iOS-AutomaticAssessmentConfiguration.todo
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@
!missing-selector! AEAssessmentConfiguration::mainParticipantConfiguration not bound
!missing-selector! AEAssessmentConfiguration::removeApplication: not bound
!missing-selector! AEAssessmentConfiguration::setConfiguration:forApplication: not bound
!missing-selector! AEAssessmentParticipantConfiguration::configurationInfo not bound
!missing-selector! AEAssessmentParticipantConfiguration::setConfigurationInfo: not bound
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
!missing-enum-value! AEAssessmentErrorCode native value AEAssessmentErrorMultipleParticipantsNotSupported = 3 not bound
!missing-selector! +AEAssessmentSession::supportsConfigurationUpdates not bound
!missing-selector! +AEAssessmentSession::supportsMultipleParticipants not bound
!missing-selector! AEAssessmentParticipantConfiguration::configurationInfo not bound
!missing-selector! AEAssessmentParticipantConfiguration::setConfigurationInfo: not bound

3 comments on commit 451d2dd

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 [CI Build] Build failed 🔥

Build failed for the job 'Detect API changes'

Pipeline on Agent
Hash: 451d2dd71e432d7fcdb7b1570fc76e8abf1bb184 [CI build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 [CI Build] Build failed 🔥

Build failed for the job 'Build macOS tests'

Pipeline on Agent
Hash: 451d2dd71e432d7fcdb7b1570fc76e8abf1bb184 [CI build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 [CI Build] Build failed 🔥

Build failed for the job 'Build packages'

Pipeline on Agent
Hash: 451d2dd71e432d7fcdb7b1570fc76e8abf1bb184 [CI build]

Please sign in to comment.