adamcichy / SwiftySound

SwiftySound is a simple library that lets you play sounds with a single line of code.
MIT License
1.25k stars 99 forks source link

Swift 5.0 and Xcode 10.2 #46

Closed fassko closed 5 years ago

fassko commented 5 years ago

In Xcode 10.2 finally they have fixed issue with AVFoundation which has been discussed in #38

adamcichy commented 5 years ago

@fassko thanks for taking care of this 👍 one question, what's the reason for bumping iOS and tvOS deployment target versions?

fassko commented 5 years ago

@adamcichy

because setCategory(_:mode:options:) is available only from iOS 10.0+ and tvOS 10.0+

I think these versions are not so old so should be fine.