From 68d66781a247095b7a67d51dc0d82af127ac8780 Mon Sep 17 00:00:00 2001 From: Salman Alshamrani Date: Wed, 18 Dec 2024 09:19:18 -0500 Subject: [PATCH] Add currently-not-working rule for unsupported attribute --- SDL3-CS/SDL3/SDL_hidapi.rsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SDL3-CS/SDL3/SDL_hidapi.rsp b/SDL3-CS/SDL3/SDL_hidapi.rsp index 8672c6a..a5d690d 100644 --- a/SDL3-CS/SDL3/SDL_hidapi.rsp +++ b/SDL3-CS/SDL3/SDL_hidapi.rsp @@ -4,3 +4,7 @@ # ClangSharp recommended remapping --remap SDL_hid_device_=SDL_hid_device + +# iOS builds opt out of HIDAPI +--with-attribute +*=UnsupportedOSPlatform("iOS") \ No newline at end of file