specifies all valid archs for xcode-build compatibility with other platforms
This commit is contained in:
parent
58c95b38b2
commit
94abbd2595
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue