File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ These strings will be used when asking the user for permission to use the microp
3636# Supports
3737
3838** Android** 4.4+ (7.x highest confirmed) (may support lower, untested)
39- ** iOS** 9 .0+ (14.1 highest confirmed)
39+ ** iOS** 10 .0+ (14.1 highest confirmed)
4040
4141## Quirks
4242* Android 4.4 (maybe 5.x and 6.x) are not able automatically rejoin/resume a chromecast session after an app restart.
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-chromecast" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 2.0 .0" ,
44 "scripts" : {
55 "host-chrome-tests" : " node tests/www/chrome/host-tests.js" ,
66 "style-js" : " npx eslint --ignore-pattern tests/www/vendor www tests/www doc/example.js" ,
Original file line number Diff line number Diff line change 22<plugin xmlns =" http://phonegap.com/ns/plugins/1.0"
33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 id =" cordova-plugin-chromecast"
5- version =" 1.1 .0" >
5+ version =" 2.0 .0" >
66 <engines >
77 <engine name =" cordova" version =" >=3.4.0" />
88 </engines >
5656 <source url =" https://cdn.cocoapods.org/" />
5757 </config >
5858 <pods use-frameworks =" true" >
59- <pod name =" google-cast-sdk" spec =" ~> 4.4.8 " />
59+ <pod name =" google-cast-sdk" spec =" ~> 4.5.1 " />
6060 </pods >
6161 </podspec >
6262
You can’t perform that action at this time.
0 commit comments