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 min deployment_target values for Xcode 15 #23

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

akitchen
Copy link
Contributor

@akitchen akitchen commented Dec 7, 2023

I currently work on a project which is developing a private framework which is dependent on the sqlite3 pod. Thank you for your work in making this podspec available to the public!

Recent versions of Xcode have had trouble validating (linting and publishing) podspecs for frameworks which depend on sqlite3, or any dependency which does not declare a min version/deployment_target. See CocoaPods/CocoaPods#11839 , CocoaPods/CocoaPods#12033 , etc.

This PR sets reasonable defaults for Xcode 15.0.1, based on information available at https://developer.apple.com/support/xcode/ . I have only validated that it fixes my project's issue for iOS, the other SDKs are included for completeness.

This fixes #22

@clemensg
Copy link
Owner

clemensg commented Mar 2, 2024

Thank you, LGTM! 👍

@clemensg clemensg merged commit cd733f3 into clemensg:master Mar 2, 2024
This pull request was closed.
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.

Minimum deployment target
2 participants