| Summary: | Signing SDL2_image.framework is ambigious | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | lennard.berger |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 2.0.4 | ||
| Hardware: | x86_64 | ||
| OS: | macOS 10.15 | ||
|
Description
lennard.berger
2020-03-15 10:23:53 UTC
I can verify that this is because the following Frameworks: - FLAC.framework - Opus.framework - OpusFile.framework - modplug.framework - mpg123.framework Do not have <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> </array> set in the Info.plist files. Adding these keys fixes the problem. How do you suggest we proceed? Should tickets at the upstream packages be created? I'll take care of it for the next release, thanks! |