Allow building for Apple Silicon

This commit is contained in:
Michael Buckley 2020-07-30 20:31:10 -07:00
parent e3e3e287d8
commit 793b3f623f

View File

@ -1393,7 +1393,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
name = Release;
};
@ -1440,7 +1439,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
name = Debug;
};
@ -1492,7 +1490,6 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = macosx;
SKIP_INSTALL = YES;
VALID_ARCHS = x86_64;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
@ -1551,7 +1548,6 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = macosx;
SKIP_INSTALL = YES;
VALID_ARCHS = x86_64;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};