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 f40ca4d commit 1a1fae7Copy full SHA for 1a1fae7
Makefile
@@ -1,7 +1,7 @@
1
BUILD_TOOL = xcodebuild
2
BUILD_SCHEME = SQLite Mac
3
IOS_SIMULATOR = iPhone 6s
4
-IOS_VERSION = 11.0
+IOS_VERSION = 11.3
5
ifeq ($(BUILD_SCHEME),SQLite iOS)
6
BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -destination "platform=iOS Simulator,name=$(IOS_SIMULATOR),OS=$(IOS_VERSION)"
7
else
0 commit comments