Skip to content

Commit e926eb1

Browse files
committed
- Updated makefile iOS simulator to iPhone X
- Updated cocoapods version in gem file
1 parent c31b43f commit e926eb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 6s
3+
IOS_SIMULATOR = iPhone X
44
IOS_VERSION = 12.1
55
ifeq ($(BUILD_SCHEME),SQLite iOS)
66
BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -destination "platform=iOS Simulator,name=$(IOS_SIMULATOR),OS=$(IOS_VERSION)"

Tests/CocoaPods/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

3-
gem 'cocoapods', '~> 1.6.0beta2'
3+
gem 'cocoapods', '~> 1.6.1'
44
gem 'minitest'

0 commit comments

Comments
 (0)