hmlongco / Factory

A new approach to Container-Based Dependency Injection for Swift and SwiftUI.
MIT License
1.83k stars 115 forks source link

Added privacy manifest file #180

Closed danielepantaleone closed 8 months ago

danielepantaleone commented 8 months ago

As mentioned in #177 starting from spring 2024 apple requires app and third party SDKs to include a privacy manifest file. It's unclear whether also third party SDKs which are not making use of privacy sensitive API must include such manifest file, although it doesn't hurt adding an empty one (e.g. https://github.com/realm/realm-swift/commit/8c1d9a732040c3ce43fb43532d47f871bfb9cda2).

https://developer.apple.com/documentation/bundleresources/privacy_manifest_files https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api