Closed
Description
As far as I can tell we need to detect the presence of a <plugin_name>/<platform>/Package.swift
file. Where platform is respectively ios
and macos
for the two platforms, or darwin
that covers both.
I suggest we do an initial zero-scoring report note as we did for wasm support:
- If the package is an ios plugin:
- if it has
<plugin_name>/ios/Package.swift
or<plugin_name>/darwin/Package.swift
file, mark platform support as fully passing - otherwise write "in the future this will receive a reduced score, please migrate to Swift package manager (link)"
- if it has
- Similarly for macos