Skip to content

Add xcprivacy handling for modules that link OpenSSL. #285

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

freakboy3742
Copy link
Member

@freakboy3742 freakboy3742 commented May 7, 2025

Fixes #268.
Fixes #286

As of April 2025, Apple has started flagging certain third-party SDKs as "privacy sensitive". OpenSSL is one of the affected libraries; this PR adds an .xcprivacy file for the two Python modules that link OpenSSL (_hashlib and _ssl). The Xcode project can then post-process these .xcprivacy files into the final Framework.

Also performs post-processing to extract dSYM files into the right location in the built project.

Currently submitted as a draft awaiting confirmation that this actually satisfies Apple's review requirements. An app using these files has passed initial automated validation and reviews.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

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