Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/xtro-sharpie/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ $(XIOS_PCH): .stamp-check-sharpie
-exclude FactoryOTALogger \
-exclude FactoryOTANetworkUtils \
-exclude AssetsLibrary \
-exclude LockedCameraCapture \
-exclude Matter \
-exclude _CoreNFC_UIKit \
-i ThreadNetwork/THClient.h \
Expand All @@ -75,6 +76,7 @@ $(XTVOS_PCH): .stamp-check-sharpie
$(SHARPIE) sdk-db --xcode $(XCODE) -s appletvos$(TVOS_SDK_VERSION) -a $(XTVOS_ARCH) \
-modules false \
-exclude BrowserEngineCore \
-exclude LockedCameraCapture \
-exclude Matter \

XMACOS_ARCH = x86_64
Expand All @@ -87,6 +89,7 @@ $(XMACOS_PCH): .stamp-check-sharpie
-exclude AccessorySetupKit \
-exclude BrowserEngineCore \
-exclude JavaNativeFoundation \
-exclude LockedCameraCapture \
-exclude Matter \
-exclude ParavirtualizedGraphics \
$(CORETELEPHONY_HEADERS) \
Expand Down Expand Up @@ -117,6 +120,7 @@ $(XMACCATALYST_PCH): .stamp-check-sharpie
-exclude IOBluetoothUI \
-exclude JavaNativeFoundation \
-exclude LDAP \
-exclude LockedCameraCapture \
-exclude Matter \
-exclude Python \
-exclude Quartz \
Expand Down

This file was deleted.

This file was deleted.

Loading