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: