Skip to content

Commit c0b9eb0

Browse files
committedApr 19, 2019
Updated iOS simulator to iPhone XS
1 parent 9ae1a0b commit c0b9eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BUILD_TOOL = xcodebuild
22
BUILD_SCHEME = SQLite Mac
3-
IOS_SIMULATOR = iPhone X
3+
IOS_SIMULATOR = iPhone XS
44
IOS_VERSION = 12.2
55
ifeq ($(BUILD_SCHEME),SQLite iOS)
66
BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -destination "platform=iOS Simulator,name=$(IOS_SIMULATOR),OS=$(IOS_VERSION)"

0 commit comments

Comments
 (0)
Please sign in to comment.