Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Inconsistent deployment target on SPM #137

Open
Vidhyadharan24 opened this issue Mar 23, 2020 · 1 comment
Open

Inconsistent deployment target on SPM #137

Vidhyadharan24 opened this issue Mar 23, 2020 · 1 comment

Comments

@Vidhyadharan24
Copy link

The iOS deployment target for iOS and tvOS on both cocoapods and Carthage is 9.0 and 10.0 respectively, while the deployment target for iOS and tvOS on SPM is 11.0 for both, it would be better to match the deployment target for SPM to that of the other dependency managers.

@BrentMifsud
Copy link

Not only this, but there has not been a release cut for SPM support. So when you try to add as an SPM dependency, it fails to find the package manifest.

The fix is simple, just add a new release tag.

OmranK added a commit to kwiadmin/Validator that referenced this issue Mar 6, 2023
fix adamwaite#137 - make swift package targets consistent with podspec
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants