Browse Source

patches/GTL: upgrade default target

Felix Paul Kühne 11 years ago
parent
commit
a58c18bfed
2 changed files with 23 additions and 0 deletions
  1. 1 0
      compileVLCforiOS.sh
  2. 22 0
      patches/gdrive/upgrade-default-target.patch

+ 1 - 0
compileVLCforiOS.sh

@@ -183,6 +183,7 @@ cd ..
 fi
 if ! [ -e GDrive ]; then
 svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/Source GDrive
+cd GDrive && patch -p1 < ../../patches/gdrive/upgrade-default-target.patch && cd ..
 else
 cd GDrive && svn up && cd ..
 fi

+ 22 - 0
patches/gdrive/upgrade-default-target.patch

@@ -0,0 +1,22 @@
+Index: GTL.xcodeproj/project.pbxproj
+===================================================================
+--- GTL.xcodeproj/project.pbxproj	(revision 379)
++++ GTL.xcodeproj/project.pbxproj	(working copy)
+@@ -1201,7 +1201,7 @@
+ 		4F1C6E101027B3CF00B46459 /* Debug */ = {
+ 			isa = XCBuildConfiguration;
+ 			buildSettings = {
+-				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
++				ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ 				OTHER_CFLAGS = (
+ 					"$(inherited)",
+ 					"-DGTL_IPHONE=1",
+@@ -1214,7 +1214,7 @@
+ 		4F1C6E111027B3CF00B46459 /* Release */ = {
+ 			isa = XCBuildConfiguration;
+ 			buildSettings = {
+-				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
++				ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ 				OTHER_CFLAGS = (
+ 					"$(inherited)",
+ 					"-DGTL_IPHONE=1",