apache / cordova-plugin-file

Apache Cordova File Plugin
https://cordova.apache.org/
Apache License 2.0
740 stars 757 forks source link

feat(ios): add bundled resources for privacy manifest #621

Closed erisu closed 3 weeks ago

erisu commented 1 month ago

Platforms affected

ios

Motivation and Context

Support Apple's Privacy Manifest requirements

closes https://github.com/apache/cordova-plugin-file/issues/620

Description

The bundle is prefixed with Cordova's internal CDV namespace.

Note for third-party plugins: When creating a bundle or even class names, it is recommended to establish your own namespace and utilize a unique identifier to prevent conflicts with other plugins.

Testing

Checklist