We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents affa038 + 6759aad commit 62ea985Copy full SHA for 62ea985
Makefile
@@ -1,6 +1,9 @@
1
BUILD_TOOL = xcodebuild
2
-BUILD_SCHEME = SQLite Mac
3
-BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)"
+ifeq ($(BUILD_SCHEME),SQLite iOS)
+ BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -sdk iphonesimulator
4
+else
5
+ BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)"
6
+endif
7
8
XCPRETTY := $(shell command -v xcpretty)
9
SWIFTCOV := $(shell command -v swiftcov)
0 commit comments