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 c31b43f commit e926eb1Copy full SHA for e926eb1
Makefile
@@ -1,6 +1,6 @@
1
BUILD_TOOL = xcodebuild
2
BUILD_SCHEME = SQLite Mac
3
-IOS_SIMULATOR = iPhone 6s
+IOS_SIMULATOR = iPhone X
4
IOS_VERSION = 12.1
5
ifeq ($(BUILD_SCHEME),SQLite iOS)
6
BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -destination "platform=iOS Simulator,name=$(IOS_SIMULATOR),OS=$(IOS_VERSION)"
Tests/CocoaPods/Gemfile
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
-gem 'cocoapods', '~> 1.6.0beta2'
+gem 'cocoapods', '~> 1.6.1'
gem 'minitest'
0 commit comments