Skip to content
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 #326

Merged
merged 2 commits into from Mar 20, 2024
Merged

Add Privacy Manifest #326

merged 2 commits into from Mar 20, 2024

Conversation

uroboro
Copy link
Contributor

@uroboro uroboro commented Mar 15, 2024

Fixes #319

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For Manifest completeness you can include the tracking KVPs as well.

    <key>NSPrivacyTracking</key>
    <false/>
    <key>NSPrivacyCollectedDataTypes</key>
    <array/>
    <key>NSPrivacyTrackingDomains</key>
    <array/>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I've added the entries and a few changes that hopefully fix the tests

- Swap Cloudflare domain with Data Theorem for TSKEndToEndSwizzlingTests
- Add PrivacyInfo.xcprivacy to Xcode project for all targets
- Remove noop assign
@uroboro uroboro merged commit 6d2d319 into master Mar 20, 2024
2 checks passed
@iOSNinja
Copy link

Hello,
When will this change be available via the version update?

Thanks.

@uroboro
Copy link
Contributor Author

uroboro commented Mar 23, 2024

3.0.4 has been released for SPM and CocoaPods

@mccarron
Copy link

@uroboro Can you also mark it as a release, some scripts won't pull if it's only a tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apple's update to their API policy - Required Reason in Privacy manifest
6 participants