apache / cordova-plugin-statusbar

Apache Cordova Status Bar Plugin
https://cordova.apache.org/
Apache License 2.0
618 stars 480 forks source link

chore(ios): Silence/fix warnings #228

Closed jcesarmobile closed 1 year ago

jcesarmobile commented 1 year ago

Platforms affected

iOS

Motivation and Context

silences and fixes warnings in code

closes https://github.com/apache/cordova-plugin-statusbar/issues/215

Description

silences deprecation warnings since the code still works (tested on iOS 15) and is only used if UIViewControllerBasedStatusBarAppearance is present in the Info.plist and with NO value.

Testing

real device and simulator

Checklist