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 1fc4548 commit a7e325fCopy full SHA for a7e325f
Makefile
@@ -1,7 +1,7 @@
1
BUILD_TOOL = xcodebuild
2
BUILD_SCHEME = SQLite Mac
3
IOS_SIMULATOR = iPhone 6s
4
-IOS_VERSION = 9.3
+IOS_VERSION = 10.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