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;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Debug;
};
@@ -509,6 +510,7 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Release;
};