From 9aa9227b7d4de478baaef40420e78a3f1904ff75 Mon Sep 17 00:00:00 2001 From: Sho Ikeda Date: Thu, 17 Sep 2020 22:32:47 +0900 Subject: [PATCH] Support ARM based Macs (Apple Silicon) Removed VALID_ARCHS from the macOS Target. Co-authored-by: mRs- --- Nimble.xcodeproj/project.pbxproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Nimble.xcodeproj/project.pbxproj b/Nimble.xcodeproj/project.pbxproj index 39228ec2a..e027933f4 100644 --- a/Nimble.xcodeproj/project.pbxproj +++ b/Nimble.xcodeproj/project.pbxproj @@ -2195,7 +2195,6 @@ PRODUCT_NAME = Nimble; SDKROOT = macosx; SKIP_INSTALL = YES; - VALID_ARCHS = x86_64; }; name = Debug; }; @@ -2232,7 +2231,6 @@ SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - VALID_ARCHS = x86_64; }; name = Release; }; @@ -2253,7 +2251,6 @@ PRODUCT_NAME = NimbleTests; SDKROOT = macosx; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - VALID_ARCHS = x86_64; }; name = Debug; }; @@ -2271,7 +2268,6 @@ PRODUCT_NAME = NimbleTests; SDKROOT = macosx; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - VALID_ARCHS = x86_64; }; name = Release; };