Don't hardcode the valid architectures in one xcode project

There's no reason to hardcode these here - these are the default.
(We keep the intentionally hardcoded default arch in the
codec_unittest project though.)
This commit is contained in:
Martin Storsjö 2014-07-11 10:49:51 +03:00
parent 140a67dfc9
commit e9610e465e

View File

@ -459,7 +459,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Debug;
};
@ -495,7 +494,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Release;
};