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 - A few updates to the SDL Framework configuration
Summary: A few updates to the SDL Framework configuration
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: All Mac OS X (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-17 12:55 UTC by Edward Rudd
Modified: 2012-10-19 21:21 UTC (History)
0 users

See Also:


Attachments
Patch #1 (1.20 KB, application/octet-stream)
2012-10-17 12:55 UTC, Edward Rudd
Details
Patch #2 (1.07 KB, application/octet-stream)
2012-10-17 12:56 UTC, Edward Rudd
Details

Note You need to log in before you can comment on or make changes to this bug.
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!