openid / AppAuth-iOS

iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
https://openid.github.io/AppAuth-iOS
Apache License 2.0
1.75k stars 766 forks source link

Streamline copying of privacy manifest #830

Closed mdmathias closed 6 months ago

mdmathias commented 6 months ago

Also removes empty dictionaries from PrivacyInfo.xcprivacy file that seemed to cause errors in the archived product's privacy report.

Fixes #829

mdmathias commented 6 months ago

Here are some sample projects I used to test and their generated privacy reports.

TestAppAuthPrivMan(CocoaPods).zip TestAppAuthPrivMan(CocoaPods)-PrivacyReport 2024-03-11 10-27-03.pdf TestAppAuthPrivMan(SPM).zip TestAppAuthPrivMan(SPM)-PrivacyReport 2024-03-11 10-30-14.pdf