realm / SwiftLint

A tool to enforce Swift style and conventions.
https://realm.github.io/SwiftLint
MIT License
18.45k stars 2.2k forks source link

Upload Privacy Policy #5616

Closed sumit-vts closed 3 weeks ago

sumit-vts commented 4 weeks ago

Apple says "Starting May 1, 2024: You'll need to include approved reasons for the listed APIs used by your app's code to upload a new or updated app to App Store Connect."

Please add privacy policy otherwise we couldn't use this library.

SimplyDanny commented 4 weeks ago

If you only use SwiftLint as a command-line tool or plugin, there's no need to add a policy to an app as it doesn't depend on any SwiftLint components at runtime.

What is your use case?