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

SQLite dependency needs to be bumped to 0.15.0 #3352

Closed
bdunay3 opened this issue Mar 13, 2024 · 3 comments
Closed

SQLite dependency needs to be bumped to 0.15.0 #3352

bdunay3 opened this issue Mar 13, 2024 · 3 comments

Comments

@bdunay3
Copy link

bdunay3 commented Mar 13, 2024

Summary

We're trying to meet Apples requirements for Privacy Manifests in all our 3rd party dependencies in our app and noticed that Apollo is pointing to a version of SQLite that DOES NOT have a privacy manifest. You're currently pointing to 0.13.1.

0.15.0 includes a privacy manifest.

Please update to this new version as soon as possible as Apple may flag us for not being compliant with the new app store policy.

Version

1.9.2

Steps to reproduce the behavior

Simply follow the URL for SQLite in your Package.swift file to their GitHub page. Look in Sources/SQLite and you'll see there's no Privacy.xcmanifest file. But if you look at the 0.15.0 release, that file is there.

Logs

No response

Anything else?

No response

@bdunay3 bdunay3 added bug Generally incorrect behavior needs investigation labels Mar 13, 2024
@calvincestari
Copy link
Member

0.13.1 is the minimum version we require but since the dependency declaration specifies upToNextMajor you should be able to update to the latest dependency in your project and it'll fetch 0.15.0. You can see in the dev environment this is exactly what we're doing too.

Is there any reason this wouldn't work for you?

@calvincestari calvincestari added awaiting response and removed needs investigation bug Generally incorrect behavior labels Mar 13, 2024
@calvincestari
Copy link
Member

I'm going to close this issue @bdunay3, if this is still a problem for you please comment and we can continue the discussion.

Copy link
Contributor

Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.

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

No branches or pull requests

2 participants