From 3c31e98c97df60726d264f3523ea1192bffb7126 Mon Sep 17 00:00:00 2001 From: Rachel Kang Date: Thu, 28 Oct 2021 15:09:40 -0400 Subject: [PATCH] [CoreLocation] Updates for Catalyst --- tests/xtro-sharpie/MacCatalyst-CoreLocation.ignore | 5 +++++ tests/xtro-sharpie/MacCatalyst-CoreLocation.todo | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 tests/xtro-sharpie/MacCatalyst-CoreLocation.todo 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