| Summary: | Apps with SDL_Image.framework get rejected from Mac App Store (easy fix included!) | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | Vern Jensen <vern> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | computers57 |
| Version: | 1.2.10 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.6 | ||
| Attachments: |
Changes the Xcode variable FRAMEWORK_VERSION from 1.3 to B
Removes the underscore from SDL_image's product name |
||
|
Description
Vern Jensen
2011-08-16 13:08:21 UTC
Created attachment 735 [details]
Changes the Xcode variable FRAMEWORK_VERSION from 1.3 to B
(In reply to comment #1) > Created attachment 735 [details] > Changes the Xcode variable FRAMEWORK_VERSION from 1.3 to B Sorry, not used to this bugzilla: this patch is for a different issue. As for renaming supporting SDL frameworks without an underscore, this could break linking with older apps. I think a static file link (e.g. ln -s SDLImage SDL_Image) might take care of it. If not, there's probably a linker flag that can be passed to make the framework be recognized as both SDL_Image and SDLImage, but default to SDLImage when built and linked to it. Created attachment 737 [details]
Removes the underscore from SDL_image's product name
Both of these fixes are in for all the SDL_* libraries I maintain. Thanks! |