Hi Darren, we spoke about your package in our Twitter Space yesterday and while doing so I noticed that we're not reporting the supported platforms correctly:
This is because our build system picks and builds the scheme QRCode-Package, which I believe is the wrong one for the platforms that are built via xcodebuild.
Via our .spi.yml file you can control which scheme we pick. So if you'd like to fix the platform display, just merging this PR should correct this and show a green tick for iOS, tvOS, and watchOS once it's been processed. (Note that default branch changes take 24h to be built, because we collate them. Only releases are built as soon as they happen.)
Hi Darren, we spoke about your package in our Twitter Space yesterday and while doing so I noticed that we're not reporting the supported platforms correctly:
This is because our build system picks and builds the scheme
QRCode-Package
, which I believe is the wrong one for the platforms that are built viaxcodebuild
.Via our
.spi.yml
file you can control which scheme we pick. So if you'd like to fix the platform display, just merging this PR should correct this and show a green tick for iOS, tvOS, and watchOS once it's been processed. (Note that default branch changes take 24h to be built, because we collate them. Only releases are built as soon as they happen.)