We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1624

Summary: A few updates to the SDL Framework configuration
Product: SDL Reporter: Edward Rudd <urkle>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: Mac OS X (All)   
Attachments: Patch #1
Patch #2

Description Edward Rudd 2012-10-17 12:55:48 UTC
Created attachment 973 [details]
Patch #1

I have two patches I'll attach to this bug that do some minor tweaks to the SDL2 framework that is  generated.

Patch #1
1. Update the version # to 2.0 instead of 1.3
2. change the bundle identifier to org.libsdl.SDL2
3. remove the CFBundleExecutable (not needed for a framework)

Patch #2
1.  change the library relative path to @executable_name/../Frameworks instead of @rpath.
Comment 1 Edward Rudd 2012-10-17 12:56:53 UTC
Created attachment 974 [details]
Patch #2
Comment 2 Sam Lantinga 2012-10-19 21:21:00 UTC
Patches accepted, thanks!