forked from bminor/SDL_ttf
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug 1279 - Apps with SDL_* frameworks get rejected from Mac App…
… Store Vern Jensen 2011-08-16 13:08:21 PDT Application Loader rejects any apps that include SDL_Image.framework, complaining that "SDL_Image is an invalid bundle identifier." The solution is simple: rebuild the framework with "SDLImage" as the bundle identifier. Apparently it doesn't like underscores.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters