add valid architectures

This commit is contained in:
ksjogo
2016-07-13 14:40:07 +02:00
parent 0040694505
commit 22b2fd6f18

View File

@@ -476,6 +476,7 @@
PRODUCT_NAME = ffi; PRODUCT_NAME = ffi;
SDKROOT = iphoneos; SDKROOT = iphoneos;
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
}; };
name = Debug; name = Debug;
}; };
@@ -509,6 +510,7 @@
SDKROOT = iphoneos; SDKROOT = iphoneos;
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
VALIDATE_PRODUCT = YES; VALIDATE_PRODUCT = YES;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
}; };
name = Release; name = Release;
}; };