for avoid errors in Xcode12.2, the target arm64 was excluded

This commit is contained in:
kanjitalk755 2020-11-23 22:47:18 +09:00
parent 6f6e9b8d82
commit b6725730f5
1 changed files with 2 additions and 2 deletions

View File

@ -1119,7 +1119,7 @@
PRODUCT_BUNDLE_IDENTIFIER = net.cebix.basilisk;
PRODUCT_NAME = "$(TARGET_NAME)";
USE_HEADERMAP = YES;
VALID_ARCHS = "x86_64 arm64";
VALID_ARCHS = x86_64;
WARNING_CFLAGS = "";
};
name = Debug;
@ -1183,7 +1183,7 @@
PRODUCT_BUNDLE_IDENTIFIER = net.cebix.basilisk;
PRODUCT_NAME = "$(TARGET_NAME)";
USE_HEADERMAP = YES;
VALID_ARCHS = "x86_64 arm64";
VALID_ARCHS = x86_64;
WARNING_CFLAGS = "";
};
name = Release;