dagronf / QRCode

A quick and beautiful macOS/iOS/tvOS/watchOS QR Code generator/detector library for SwiftUI, Swift and Objective-C.
MIT License
438 stars 57 forks source link

Create .spi.yml #2

Closed finestructure closed 2 years ago

finestructure commented 2 years ago

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:

CleanShot 2022-05-13 at 15 54 30@2x

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.)

dagronf commented 2 years ago

Brilliant mate. Thanks for the heads up!