jonasroussel / dart_jsonwebtoken

A dart implementation of the famous javascript library 'jsonwebtoken'
MIT License
87 stars 29 forks source link

Privacy manifest file for iOS is missing #53

Closed oremlawi closed 5 months ago

oremlawi commented 6 months ago

Kindly consider adding a privacy manifest to your library following the new apple policy by adding PrivacyInfo.xcprivacy file to your project.

For more information, please check Apple's documentation.

jonasroussel commented 5 months ago

Thanks for your request, but I don't think I should include such files in this library, as written in the first line “Apps and third-party SDKs - distributed as XCFrameworks, Swift packages, or Xcode projects”. This lib is not an XCode SDK, it's only Dart code. You may therefore need to add this file to your own XCode project folder.