marzer / tomlplusplus

Header-only TOML config file parser and serializer for C++17.
https://marzer.github.io/tomlplusplus/
MIT License
1.53k stars 146 forks source link

Ask for the "PrivacyInfo.xcprivacy" required by Apple #228

Closed baihao closed 3 months ago

baihao commented 3 months ago

Ask for the plan to include the PrivacyInfo.xcprivacy manifest as required by Apple

Is your feature request related to a problem? Please describe. Apple requires the app or third-party SDK has a privacy manifest file to record the following information:

Please refer to https://developer.apple.com/documentation/bundleresources/privacy_manifest_files?language=objc for more detailed information

Describe the solution you'd like Provide the manifest file PrivacyInfo.xcprivacy according to Apple's requirement.

Additional context None

marzer commented 3 months ago

...this library is a header-only library, and should not need any of that 😅

If you would like to contribute whatever this is via PR, then be my guest, but I'm not going to add this myself.