Open fabiankr opened 1 year ago
Back in 2019 (https://github.com/hmlongco/Resolver/commit/0a643cbf91955b2b2156db34237a005168d24d4e) 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.
Package.swift
Resolver.podspec
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.
这是来自QQ邮箱的自动回复邮件。 邮件已收到
Back in 2019 (https://github.com/hmlongco/Resolver/commit/0a643cbf91955b2b2156db34237a005168d24d4e) support for macOS, tvOS and watchOS were added in the
Package.swift
file. Unfortunately, watchOS is missing in theResolver.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.