-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add privacy manifest #144
Add privacy manifest #144
Conversation
@CodiumAI-Agent /review |
PR Review
Code feedback:
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
Currently, APNGKit is not tracking any user information, nor using any APIs that being required to be declare. So we just have an empty privacy manifest file for now in case that Apple is trying to detect it.
Fixes #143