capacitor-community / privacy-screen

⚡️ Capacitor plugin that protects your app from displaying a screenshot in Recents screen/App Switcher.
MIT License
87 stars 23 forks source link

refactor(ios): Remove unused code #86

Closed jcesarmobile closed 9 months ago

jcesarmobile commented 9 months ago

Pull request checklist

Please check if your PR fulfills the following requirements:

The plugin is for Capacitor 5, so iOS 11 is no longer supported and the code iOS 11 version check is not needed

The setUp and tearDown methods are removed by swiftlint when running fmt script.