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 support for watchOS in podspec #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fabiankr
Copy link

@fabiankr fabiankr commented Mar 2, 2023

Back in 2019 (0a643cb) support for macOS, tvOS and watchOS were added in the Package.swift file. Unfortunately, watchOS is missing in the Resolver.podspec file which makes it impossible to use Resolver in a project for watchOS.

This PR adds the required watchOS deployment target for it to work correctly. watchOS 4.0 matches iOS 11.0. It could also be set to 6.0 to match the SPM definition.

@majie776
Copy link

majie776 commented Mar 2, 2023 via email

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.

2 participants