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 883117c commit 13d7894Copy full SHA for 13d7894
Makefile
@@ -1,7 +1,7 @@
1
BUILD_TOOL = xcodebuild
2
BUILD_SCHEME = SQLite Mac
3
IOS_SIMULATOR = iPhone 12
4
-IOS_VERSION = 14.4
+IOS_VERSION = 15.0
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