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

iOS - Privacy Manifest - Update OpenSSL dependency to 3.1.5001 #5582

Open
jpovedap opened this issue Apr 22, 2024 · 3 comments
Open

iOS - Privacy Manifest - Update OpenSSL dependency to 3.1.5001 #5582

jpovedap opened this issue Apr 22, 2024 · 3 comments

Comments

@jpovedap
Copy link

Apple created a new requirement for apps uploaded to the store after 1st May.
https://developer.apple.com/support/third-party-SDK-requirements/

This requirement applies to apps and libraries that use specific dependencies. If they don't include a Privacy Manifest, they may be blocked. OpenSSL is one of the 3rd party dependencies they listed.

OpenSSL is a dependency of Flipper-Folly:

spec.dependency 'OpenSSL-Universal', '1.1.1100'

They updated their library to adapt the new requirements in the v3.1.5000.

Your current specification is v1.1.1000, I would suggest changing it to latest v3.1.5001 and adapt the breaking changes (if any) and add a Privacy Manifest to flipper's libs if needed.

@dalaocu
Copy link

dalaocu commented May 28, 2024

+1

2 similar comments
@wangyue168git
Copy link

+1

@willicom2000
Copy link

+1

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

No branches or pull requests

4 participants