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.
1 parent affa038 commit 6759aadCopy full SHA for 6759aad
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