Allow building both Cocoa and dummy dialog implementations

This allows us to remove platformFilters from the Xcode project, which is not supported in Xcode 12.
This commit is contained in:
Sam Lantinga
2024-10-07 18:00:18 -07:00
parent c8526532de
commit 4627283eca
4 changed files with 13 additions and 8 deletions

View File

@@ -227,4 +227,6 @@
#define SDL_CAMERA_DRIVER_DUMMY 1
#define SDL_DIALOG_DUMMY 1
#endif /* SDL_build_config_ios_h_ */