libsdl-org / SDL_image

Image decoding for many popular formats for Simple Directmedia Layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create SDL3 stub library (.tbd) for use by the xcode projects of SDL satellite libraries

madebr opened this issue · comments

The xcode projects of all SDL satellite libraries require SDL to be checked out as a submodule.
Example: SDL_Image/Xcode/SDL_image.xcodeproj.

I think it would be useful to create a tbd (text-based description) of the SDL3 framework and use that instead in the satellite projects.
Looks like tapi/tapi-stubify does this job

Advantages:

  • When adding both SDL_ttf.xcodeproject and SDL_image.xcodeproject to a project, SDL.xcodeproject is not added twice
  • Creating a binary SDL_image dmg release would become a lot easier