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:
parent
140a67dfc9
commit
e9610e465e
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user