Skip to content

Commit

Permalink
Testing removing explicit x86_64 simulator target
Browse files Browse the repository at this point in the history
  • Loading branch information
misterwell committed Jul 28, 2021
1 parent ccaabfa commit 46ebd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 46ebd19

Please sign in to comment.