capacitor-community / privacy-screen

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

feat: Convert iOS to SPM compatible structure #94

Open 7-plus-t opened 4 months ago

7-plus-t commented 4 months ago

Is your feature request related to a problem? Please describe: With Capacitor 6.x, it is possible to choose between CocoaPods and SwiftPM for the dependency management. See https://capacitorjs.com/docs/ios/spm

Describe the solution you'd like: Convert the structure of the iOS part of the plugin to work with SPM

7-plus-t commented 4 months ago

See https://github.com/capacitor-community/privacy-screen/pull/95