Ver código fonte

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

Felix Paul Kühne 12 anos atrás
pai
commit
129f7a295a
1 arquivos alterados com 2 adições e 0 exclusões
  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;