Files
SDL/Xcode/SDL/SDL.xcodeproj
Bartłomiej Dach df65a2385d Fix Xcode project not building due to missing header
Both `SDL3/SDL.h` and `SDL3/SDL_events.h` attempt to `#include
<SDL3/SDL_notification.h>` and that header was not added to Xcode,
leading to compilation failures.
2026-06-24 10:28:07 -07:00
..