Anonymous Maarten

Results 753 comments of Anonymous Maarten

From the xcode project, I have: ``` IPHONEOS_DEPLOYMENT_TARGET = 9.0; MACOSX_DEPLOYMENT_TARGET = 10.11; TVOS_DEPLOYMENT_TARGET = 9.0; XROS_DEPLOYMENT_TARGET = 1.0; ``` Are those the minimum versions required for each platform?

Does this still occur frequently? Please re-open if this is the case.

SDL3_Mixer is still in the design phase. You can follow the progress, and give feedback, in https://github.com/libsdl-org/SDL_mixer/issues/662 (I'm going to keep this issue open and pin it to give it...

SDL_mixer's current main branch can be built with SDL3. We have not created a release for this branch because we promise API and ABI compatibility: no breaking changes are allowed.

Actual work on the new api for SDL3_mixer is done in an external repo. So the api of the **current** (can't promise anything about the future) main branch is very...

When trying the release scripts with the new SDL3_mixer main branch, I'm [seeing these compile errors](https://github.com/madebr/SDL_mixer/actions/runs/16507876730/job/46683100630#step:12:84). Are these expected (because it uses SDL3 3.2.18, and not SDL3 3.3+)?

We should perhaps also bump SDL3_mixer to 3.1.0

[These are the commands our test/CMakeLists.txt generates to create apks of the tests,](https://github.com/libsdl-org/SDL/actions/runs/15363508910/job/43233940130#step:33:18) In general, it does: - compile all java sources and put them in jars (our cmake script...

Closing since this does not appear to be an SDL issue.

CMake is tested on ci. Check [the action logs](https://github.com/aap/librw/actions) how we configure and build it there