dmrschmidt / DSWaveformImage

Generate waveform images from audio files on iOS, macOS & visionOS in Swift. Native SwiftUI & UIKit views.
MIT License
978 stars 109 forks source link

Add missing `@available` annotation for macOS in WaveformLiveCanvas view #73

Closed tikhonp closed 11 months ago

tikhonp commented 11 months ago

Without this fix, the export of localizations gave me an error :(

dmrschmidt commented 11 months ago

Hey @TikhonP,

thanks a lot for this. Just had quick look, and yes, totally missing. I'll merge this right now and tag a new release.

Appreciate your PR!

dmrschmidt commented 11 months ago

https://github.com/dmrschmidt/DSWaveformImage/releases/tag/13.0.2 :) Thanks again!