Quellcode durchsuchen

MobileVLCKit: fixed compilation with Xcode 4.5 if a Simulator build wasn't done prior to build for Device

Felix Paul Kühne vor 12 Jahren
Ursprung
Commit
129f7a295a
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      MobileVLCKit.xcodeproj/project.pbxproj

+ 2 - 0
MobileVLCKit.xcodeproj/project.pbxproj

@@ -305,6 +305,7 @@
 				INSTALL_PATH = /usr/local/lib;
 				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
 				PRODUCT_NAME = MobileVLCKit;
+				VALID_ARCHS = armv7;
 				VLC_SRC_DIR = "$(PROJECT_DIR)/../vlc";
 			};
 			name = Debug;
@@ -323,6 +324,7 @@
 				INSTALL_PATH = /usr/local/lib;
 				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
 				PRODUCT_NAME = MobileVLCKit;
+				VALID_ARCHS = armv7;
 				VLC_SRC_DIR = "$(PROJECT_DIR)/../vlc";
 			};
 			name = Release;