File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,11 @@ protected virtual bool Skip (Type type, string protocolName)
210210 case "ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput" :
211211 case "ASAuthorizationPublicKeyCredentialLargeBlobAssertionOutput" :
212212 case "ASAuthorizationPublicKeyCredentialLargeBlobRegistrationInput" :
213+ case "SCContentFilter" :
214+ case "SCDisplay" :
215+ case "SCRunningApplication" :
216+ case "SCWindow" :
217+ case "SCStreamConfiguration" :
213218 return true ;
214219 }
215220 break ;
@@ -426,6 +431,11 @@ protected virtual bool Skip (Type type, string protocolName)
426431 case "UIHoverGestureRecognizer" :
427432 // Xcode 16.2 Conformance not in headers
428433 case "SCSensitivityAnalysis" :
434+ case "SCContentFilter" :
435+ case "SCDisplay" :
436+ case "SCRunningApplication" :
437+ case "SCWindow" :
438+ case "SCStreamConfiguration" :
429439 return true ;
430440 }
431441 break ;
@@ -645,6 +655,11 @@ protected virtual bool Skip (Type type, string protocolName)
645655 return true ;
646656 // Xcode 16.2 Conformance not in headers
647657 case "SCSensitivityAnalysis" :
658+ case "SCContentFilter" :
659+ case "SCDisplay" :
660+ case "SCRunningApplication" :
661+ case "SCWindow" :
662+ case "SCStreamConfiguration" :
648663 return true ;
649664 }
650665 break ;
You can’t perform that action at this time.
0 commit comments