hmlongco / Factory

A new approach to Container-Based Dependency Injection for Swift and SwiftUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Privacy manifest file

danielepantaleone opened this issue · comments

Starting from Spring 2024 Apple requires apps and third party SDKs to include a Privacy manifest file. Would it be possible to include it in the next release of Factory?

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

Or not. Without spending a ton of time on this. I can provide a file... that's empty. Factory doesn't track any user info, data, position data, or other PII.

Anyone know of what to do in this situation?

I believe you should add a PrivacyInfo.xcprivacy file with just NSPrivacyTracking set to false.

EDIT: I can obviously open a pull request if you prefer, although I'm not quite sure how to handle this file in Package.swift as I usually with Cocoapods while integrating dependencies. realm/realm-swift@65269e4 (might give an idea)