specifies all valid archs for xcode-build compatibility with other platforms

This commit is contained in:
Billy Gray 2013-09-12 17:51:47 -04:00
parent 58c95b38b2
commit 94abbd2595
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
VALID_ARCHS = "arm64 armv7 armv7s x86_64 i386";
};
name = Debug;
};
@ -260,6 +261,7 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
VALID_ARCHS = "arm64 armv7 armv7s x86_64 i386";
};
name = Release;
};