You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/Xcode
Sam Lantinga c00858bfb1 Fixed bug 4088 - Fix Metal link errors with test programs in SDLTest.xcodeproj
Eric Wasylishen

The following patch adds Metal.framework to the "link binary with libraries" section of each test program, with "status" set to "optional", which fixes link errors on all of the test programs. I'm not sure if this is a correct fix - the fact that this was necessary might indicate the static SDL2.a library has a hard dependency on Metal.framework (?) - but it gets the test programs working in Xcode again.

It also adds testyuv_cvt.c to the testoverlay2 target, fixing a link error.
8 years ago
..
SDL Updated copyright for 2018 8 years ago
SDLTest Fixed bug 4088 - Fix Metal link errors with test programs in SDLTest.xcodeproj 8 years ago
XcodeDocSet Fixed crash if initialization of EGL failed but was tried again later. 11 years ago