Skip to content

Commit fa90527

Browse files
authored
bump core to 3.1.x (#857)
1 parent 8e7abee commit fa90527

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release tags are https://github.com/appium/ruby_lib/releases .
55

66
## Unreleased
77
### 1. Enhancements
8+
- Add `tvOS` support
89

910
### 2. Bug fixes
1011

appium_lib.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
1515
s.require_paths = ['lib']
1616

17-
s.add_runtime_dependency 'appium_lib_core', '~> 3.0', '>= 3.0.3'
17+
s.add_runtime_dependency 'appium_lib_core', '~> 3.1'
1818
s.add_runtime_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
1919
s.add_runtime_dependency 'tomlrb', '~> 1.1'
2020

lib/appium_lib/driver.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def extend_for(device:, automation_name:)
228228
else # default and UiAutomator
229229
::Appium::Android::Bridge.for(self)
230230
end
231-
when :ios
231+
when :ios, :tvos
232232
case automation_name
233233
when :xcuitest
234234
::Appium::Ios::Xcuitest::Bridge.for(self)

0 commit comments

Comments
 (0)