You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As SDL3 is nearing release state I think it is a good time to fix these minor issues. There are 4 deprecation warnings, when building with Xcode 16.2 on macOS 15.2:
src/process/posix/SDL_posixprocess.c:312:21 'vfork' is deprecated: Use posix_spawn or fork
src/video/cocoa/SDL_cocoamodes.m:141:23 'CGDisplayModeCopyPixelEncoding' is deprecated: first deprecated in macOS 10.11 - No longer supported
src/video/cocoa/SDL_cocoamodes.m:287:32 'CGDisplayIOServicePort' is deprecated: first deprecated in macOS 10.9 - No longer supported
src/video/cocoa/SDL_cocoawindow.m:795:11 'setAcceptsTouchEvents:' is deprecated: first deprecated in macOS 10.12.2 - Use allowedTouchTypes instead
The text was updated successfully, but these errors were encountered:
As SDL3 is nearing release state I think it is a good time to fix these minor issues. There are 4 deprecation warnings, when building with Xcode 16.2 on macOS 15.2:
'vfork' is deprecated: Use posix_spawn or fork
'CGDisplayModeCopyPixelEncoding' is deprecated: first deprecated in macOS 10.11 - No longer supported
'CGDisplayIOServicePort' is deprecated: first deprecated in macOS 10.9 - No longer supported
'setAcceptsTouchEvents:' is deprecated: first deprecated in macOS 10.12.2 - Use allowedTouchTypes instead
The text was updated successfully, but these errors were encountered: