From 46ebd1920388a14e811082328968fc634cd545e5 Mon Sep 17 00:00:00 2001 From: misterwell Date: Wed, 28 Jul 2021 16:59:31 -0700 Subject: [PATCH] Testing removing explicit x86_64 simulator target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee70524..74e2207 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: - swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios13.0-simulator" + swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" # Injects xcconfig file to get past code-signing requirements build_example_project: