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

Merged
merged 3 commits into from
Jun 3, 2025
Merged

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

@freakboy3742 freakboy3742 marked this pull request as ready for review June 3, 2025 07:22
@freakboy3742 freakboy3742 merged commit c012e5d into main Jun 3, 2025
16 of 18 checks passed
@freakboy3742 freakboy3742 deleted the xcprivacy branch June 3, 2025 07:23
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.

Xcode 16 generates DWARF/dSYM warnings during packaging for App Store AppStore rejecting apps because of "(ITMS-91061) Missing privacy manifest"
1 participant