From 0342742c74e680bfd5dc45a4cf024fa76429cd08 Mon Sep 17 00:00:00 2001 From: Haritha Mohan Date: Tue, 19 Sep 2023 17:32:43 -0700 Subject: [PATCH 1/2] [SoundAnalysis] Support for Xcode 15 --- tests/xtro-sharpie/watchOS-SoundAnalysis.todo | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/xtro-sharpie/watchOS-SoundAnalysis.todo diff --git a/tests/xtro-sharpie/watchOS-SoundAnalysis.todo b/tests/xtro-sharpie/watchOS-SoundAnalysis.todo deleted file mode 100644 index 2c090d615f18..000000000000 --- a/tests/xtro-sharpie/watchOS-SoundAnalysis.todo +++ /dev/null @@ -1,13 +0,0 @@ -!unknown-field! SNClassifierIdentifierVersion1 bound -!unknown-field! SNErrorDomain bound -!unknown-native-enum! SNErrorCode bound -!unknown-native-enum! SNTimeDurationConstraintType bound -!unknown-protocol! SNRequest bound -!unknown-protocol! SNResult bound -!unknown-protocol! SNResultsObserving bound -!unknown-type! SNAudioFileAnalyzer bound -!unknown-type! SNAudioStreamAnalyzer bound -!unknown-type! SNClassification bound -!unknown-type! SNClassificationResult bound -!unknown-type! SNClassifySoundRequest bound -!unknown-type! SNTimeDurationConstraint bound From 5e32bd76df848ed478345205d719c72e5765ade2 Mon Sep 17 00:00:00 2001 From: Haritha Mohan Date: Wed, 20 Sep 2023 23:04:26 -0700 Subject: [PATCH 2/2] add to unknown api to ignore --- tests/xtro-sharpie/watchOS-SoundAnalysis.ignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/xtro-sharpie/watchOS-SoundAnalysis.ignore diff --git a/tests/xtro-sharpie/watchOS-SoundAnalysis.ignore b/tests/xtro-sharpie/watchOS-SoundAnalysis.ignore new file mode 100644 index 000000000000..7eb10a5029cd --- /dev/null +++ b/tests/xtro-sharpie/watchOS-SoundAnalysis.ignore @@ -0,0 +1,15 @@ +# xcode15: xtro does not recognize these, yet they should be included +!unknown-field! SNClassifierIdentifierVersion1 bound +!unknown-field! SNErrorDomain bound +!unknown-native-enum! SNErrorCode bound +!unknown-native-enum! SNTimeDurationConstraintType bound +!unknown-protocol! SNRequest bound +!unknown-protocol! SNResult bound +!unknown-protocol! SNResultsObserving bound +!unknown-type! SNAudioFileAnalyzer bound +!unknown-type! SNAudioStreamAnalyzer bound +!unknown-type! SNClassification bound +!unknown-type! SNClassificationResult bound +!unknown-type! SNClassifySoundRequest bound +!unknown-type! SNTimeDurationConstraint bound +