diff --git a/tests/xtro-sharpie/MacCatalyst-CoreLocation.ignore b/tests/xtro-sharpie/MacCatalyst-CoreLocation.ignore index 173323e2e1..10e3277ef8 100644 --- a/tests/xtro-sharpie/MacCatalyst-CoreLocation.ignore +++ b/tests/xtro-sharpie/MacCatalyst-CoreLocation.ignore @@ -3,3 +3,8 @@ !missing-selector! CLLocationManager::disallowDeferredLocationUpdates not bound !missing-selector! CLLocationManager::startRangingBeaconsInRegion: not bound !missing-selector! CLLocationManager::stopRangingBeaconsInRegion: not bound + +# removal would create breaking changes +!unknown-field! CLLocationPushServiceErrorDomain bound +!unknown-native-enum! CLLocationPushServiceError bound +!unknown-protocol! CLLocationPushServiceExtension bound diff --git a/tests/xtro-sharpie/MacCatalyst-CoreLocation.todo b/tests/xtro-sharpie/MacCatalyst-CoreLocation.todo deleted file mode 100644 index 7661d03e08..0000000000 --- a/tests/xtro-sharpie/MacCatalyst-CoreLocation.todo +++ /dev/null @@ -1,3 +0,0 @@ -!unknown-field! CLLocationPushServiceErrorDomain bound -!unknown-native-enum! CLLocationPushServiceError bound -!unknown-protocol! CLLocationPushServiceExtension bound