Maelstrom: Run Maelstrom on the older iPad when built with Xcode 4.5

https://github.com/libsdl-org/Maelstrom/commit/96321422de39003a7e2f9c08563effedcadf1044

From 96321422de39003a7e2f9c08563effedcadf1044 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 23 Sep 2012 00:00:07 -0700
Subject: [PATCH] Run Maelstrom on the older iPad when built with Xcode 4.5

---
 Xcode-iOS/Maelstrom.xcodeproj/project.pbxproj | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Xcode-iOS/Maelstrom.xcodeproj/project.pbxproj b/Xcode-iOS/Maelstrom.xcodeproj/project.pbxproj
index c0eb5de4..5e510a5e 100644
--- a/Xcode-iOS/Maelstrom.xcodeproj/project.pbxproj
+++ b/Xcode-iOS/Maelstrom.xcodeproj/project.pbxproj
@@ -984,6 +984,10 @@
 		AAD13B96145E8A8F0040B19C /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				ARCHS = (
+					armv6,
+					armv7,
+				);
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 				HEADER_SEARCH_PATHS = ../../../../../3rdparty/iphone/physfs;
 				INFOPLIST_FILE = "Maelstrom-Info.plist";
@@ -995,6 +999,10 @@
 		AAD13B97145E8A8F0040B19C /* Release */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				ARCHS = (
+					armv6,
+					armv7,
+				);
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 				HEADER_SEARCH_PATHS = ../../../../../3rdparty/iphone/physfs;
 				INFOPLIST_FILE = "Maelstrom-Info.plist";