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