apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.15k stars 987 forks source link

Remove unused BackupWebStorage preference handling #1332

Closed dpogue closed 1 year ago

dpogue commented 1 year ago

The BackupWebStorage preference seems to no longer be used for anything, but there's some special handling to convert its value to a string in CDVViewController: https://github.com/apache/cordova-ios/blob/58df0990dc427898cfa2a34dc7e1cefe7b215c6e/CordovaLib/Classes/Public/CDVViewController.m#L281-L287