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 2626 - [Patch] iOS: fix test and template Xcode projects and build scripts to link with CoreMotion
Summary: [Patch] iOS: fix test and template Xcode projects and build scripts to link w...
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: iPhone/iPod touch iOS (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-04 23:05 UTC by Alex Szpakowski
Modified: 2014-07-07 17:42 UTC (History)
0 users

See Also:


Attachments
Patch to fix iOS-specific Xcode projects and build files (32.36 KB, patch)
2014-07-04 23:05 UTC, Alex Szpakowski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Szpakowski 2014-07-04 23:05:59 UTC
Created attachment 1734 [details]
Patch to fix iOS-specific Xcode projects and build files

Now that SDL on iOS requires CoreMotion to be linked, some of the Xcode projects included with the SDL source (such as the iOS tests and the iOS app template) as well as the premake and automake scripts need to be updated.

I've attached a patch which does so. It also fixes the SDL Xcode project to build for 64-bit ARM as well as armv7 by default (or whatever the default ARM targets are for the Xcode version used), which is what the iOS app template expects.
Comment 1 Sam Lantinga 2014-07-07 17:42:49 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/a41a6b334028