diff --git a/tests/introspection/ApiProtocolTest.cs b/tests/introspection/ApiProtocolTest.cs index c0b36a9c52..b5fb6c816b 100644 --- a/tests/introspection/ApiProtocolTest.cs +++ b/tests/introspection/ApiProtocolTest.cs @@ -129,6 +129,10 @@ namespace Introspection { return true; // Xcode 13 case "HKVerifiableClinicalRecord": + case "PKDeferredPaymentSummaryItem": + case "PKRecurringPaymentSummaryItem": + case "PKStoredValuePassProperties": + case "SNTimeDurationConstraint": // Conformance not in headers return true; } break; @@ -250,6 +254,13 @@ namespace Introspection { return true; // Xcode 12.5 case "GCDualSenseGamepad": + // Xcode 13 + case "PKDeferredPaymentSummaryItem": + case "PKPaymentRequestCouponCodeUpdate": + case "PKRecurringPaymentSummaryItem": + case "PKStoredValuePassBalance": + case "PKStoredValuePassProperties": + case "SNTimeDurationConstraint": // Conformance not in headers return true; } break; @@ -367,6 +378,13 @@ namespace Introspection { return true; // Xcode 12.5 case "GCDualSenseGamepad": + // xcode 13 + case "PKDeferredPaymentSummaryItem": + case "PKPaymentRequestCouponCodeUpdate": + case "PKRecurringPaymentSummaryItem": + case "PKStoredValuePassBalance": + case "PKStoredValuePassProperties": + case "SNTimeDurationConstraint": // Conformance not in headers return true; } break; diff --git a/tests/introspection/iOS/iOSApiProtocolTest.cs b/tests/introspection/iOS/iOSApiProtocolTest.cs index a26eef66a0..9b454b5d1f 100644 --- a/tests/introspection/iOS/iOSApiProtocolTest.cs +++ b/tests/introspection/iOS/iOSApiProtocolTest.cs @@ -441,12 +441,6 @@ namespace Introspection { case "ARSkeletonDefinition": // device only case "ARVideoFormat": // device only case "NSMergePolicy": - case "SNTimeDurationConstraint": // Conformance not in headers - case "PKDeferredPaymentSummaryItem": - case "PKPaymentRequestCouponCodeUpdate": - case "PKRecurringPaymentSummaryItem": - case "PKStoredValuePassBalance": - case "PKStoredValuePassProperties": case "SFSafariViewControllerPrewarmingToken": // conformance not in headers case "SRTextInputSession": // conformance not in headers return true; @@ -688,12 +682,6 @@ namespace Introspection { case "ARSkeletonDefinition": // device only case "ARVideoFormat": // device only case "NSMergePolicy": - case "SNTimeDurationConstraint": // Conformance not in headers - case "PKDeferredPaymentSummaryItem": - case "PKPaymentRequestCouponCodeUpdate": - case "PKRecurringPaymentSummaryItem": - case "PKStoredValuePassBalance": - case "PKStoredValuePassProperties": case "SFSafariViewControllerPrewarmingToken": // conformance not in headers case "SRTextInputSession": // conformance not in headers return true; @@ -779,10 +767,6 @@ namespace Introspection { case "NSMappingModel": case "NSMergePolicy": case "NSPropertyMapping": - case "SNTimeDurationConstraint": // Conformance not in headers" - case "PKDeferredPaymentSummaryItem": - case "PKRecurringPaymentSummaryItem": - case "PKStoredValuePassProperties": return true; } break;