Skip to content

Commit

Permalink
Fix iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Apr 12, 2018
1 parent f40ca4d commit 1ed747e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ osx_image: xcode9.3
env:
global:
- IOS_SIMULATOR="iPhone 6s"
- IOS_VERSION="11.0"
- IOS_VERSION="11.3"
matrix:
include:
- env: BUILD_SCHEME="SQLite iOS"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BUILD_TOOL = xcodebuild
BUILD_SCHEME = SQLite Mac
IOS_SIMULATOR = iPhone 6s
IOS_VERSION = 11.0
IOS_VERSION = 11.3
ifeq ($(BUILD_SCHEME),SQLite iOS)
BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -destination "platform=iOS Simulator,name=$(IOS_SIMULATOR),OS=$(IOS_VERSION)"
else
Expand Down

0 comments on commit 1ed747e

Please sign in to comment.