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 9ae1a0b commit c0b9eb0Copy full SHA for c0b9eb0
Makefile
@@ -1,6 +1,6 @@
1
BUILD_TOOL = xcodebuild
2
BUILD_SCHEME = SQLite Mac
3
-IOS_SIMULATOR = iPhone X
+IOS_SIMULATOR = iPhone XS
4
IOS_VERSION = 12.2
5
ifeq ($(BUILD_SCHEME),SQLite iOS)
6
BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -destination "platform=iOS Simulator,name=$(IOS_SIMULATOR),OS=$(IOS_VERSION)"
0 commit comments