Skip to content

Commit 3c6fa55

Browse files
authored
[TranslationUIProvider] Ignore this framework. (#22447)
At the moment there's nothing useful for us here, seems to be a Swift-only framework.
1 parent 84ede24 commit 3c6fa55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/xtro-sharpie/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ $(XIOS_PCH): .stamp-check-sharpie
6565
-exclude LockedCameraCapture \
6666
-exclude Matter \
6767
-exclude _CoreNFC_UIKit \
68+
-exclude TranslationUIProvider \
6869
-i ThreadNetwork/THClient.h \
6970
$(CORETELEPHONY_HEADERS) \
7071

@@ -78,6 +79,7 @@ $(XTVOS_PCH): .stamp-check-sharpie
7879
-exclude BrowserEngineCore \
7980
-exclude LockedCameraCapture \
8081
-exclude Matter \
82+
-exclude TranslationUIProvider \
8183

8284
XMACOS_ARCH = x86_64
8385
XMACOS_PCH = macosx$(MACOS_SDK_VERSION)-$(XMACOS_ARCH).pch
@@ -92,6 +94,7 @@ $(XMACOS_PCH): .stamp-check-sharpie
9294
-exclude LockedCameraCapture \
9395
-exclude Matter \
9496
-exclude ParavirtualizedGraphics \
97+
-exclude TranslationUIProvider \
9598
$(CORETELEPHONY_HEADERS) \
9699

97100
XMACCATALYST_ARCH = x86_64
@@ -127,6 +130,7 @@ $(XMACCATALYST_PCH): .stamp-check-sharpie
127130
-exclude QuickLookUI \
128131
-exclude SecurityInterface \
129132
-exclude Virtualization \
133+
-exclude TranslationUIProvider \
130134
-i HomeKit/HomeKit.h \
131135
$(CORETELEPHONY_HEADERS) \
132136

0 commit comments

Comments
 (0)