From 20d4b4d293fcca4dcd99571356af3bd89315bed5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Mon, 16 Feb 2015 19:50:16 +0100
Subject: [PATCH] fix GTL patch

(cherry picked from commit 05e2ffe72e45a5234f9e766758f0096998a1e2c7)
---
 patches/gdrive/upgrade-default-target.patch | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/patches/gdrive/upgrade-default-target.patch b/patches/gdrive/upgrade-default-target.patch
index 71db02e1e..3336b629c 100644
--- a/patches/gdrive/upgrade-default-target.patch
+++ b/patches/gdrive/upgrade-default-target.patch
@@ -1,22 +1,28 @@
 Index: GTL.xcodeproj/project.pbxproj
 ===================================================================
---- GTL.xcodeproj/project.pbxproj	(revision 379)
+--- GTL.xcodeproj/project.pbxproj	(revision 426)
 +++ GTL.xcodeproj/project.pbxproj	(working copy)
-@@ -1201,7 +1201,7 @@
+@@ -1197,7 +1197,10 @@
  		4F1C6E101027B3CF00B46459 /* Debug */ = {
  			isa = XCBuildConfiguration;
  			buildSettings = {
--				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
-+				ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+-				ARCHS = "$(ARCHS_STANDARD)";
++				ARCHS = (
++					"$(ARCHS_STANDARD)",
++					armv7s,
++				);
  				OTHER_CFLAGS = (
  					"$(inherited)",
  					"-DGTL_IPHONE=1",
-@@ -1214,7 +1214,7 @@
+@@ -1210,7 +1213,10 @@
  		4F1C6E111027B3CF00B46459 /* Release */ = {
  			isa = XCBuildConfiguration;
  			buildSettings = {
--				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
-+				ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+-				ARCHS = "$(ARCHS_STANDARD)";
++				ARCHS = (
++					"$(ARCHS_STANDARD)",
++					armv7s,
++				);
  				OTHER_CFLAGS = (
  					"$(inherited)",
  					"-DGTL_IPHONE=1",
-- 
GitLab