Releases: jessesquires/JSQSystemSoundPlayer
Releases · jessesquires/JSQSystemSoundPlayer
5.0.0
This release closes the 5.0.0 milestone.
- Minimum iOS version 9.0
- Minimum tvOS version 9.0
- Minimum macOS version 10.10
- Modernize example projects, general cleanup
4.4.0
This release closes the 4.4.0 milestone.
New
- You can now play
SystemSoundID
s directly. (#31 — thanks @LastObject! 😄)
4.3.1
This release closes the 4.3.1 milestone.
- No new features, just clean up and organization.
4.3.0
Added tvOS support 🎉
4.2.0
You can now create a sound player instance via init
or initWithBundle:
instead of using the sharedInstance
.
Technically, you always could have used init
, but now it's more explicit and documented.
4.1.0
What's New
- Added Objective-C nullability annotations. This will greatly improve interoperability with Swift!
- See the full list of closed issues for the 4.1.0 milestone.
4.0.0
Breaking API Changes
- Removed
playSoundWithFilename:fileExtension:
UseplaySoundWithFilename:fileExtension:completion:
instead - Removed
playAlertSoundWithFilename:fileExtension:
UseplayAlertSoundWithFilename:fileExtension:completion:
instead
Release 3.0.0
Now uses Cocoa Touch framework! (#12)
Carthage compatible! (#12)
Cross-platform! Now available on OS X 10.7+ (#10, #11) Thanks to @rodionovd !
Refactored example project for iOS
Added example project for OS X
Release 2.0.1
Support for CocoaPods 0.36.
See milestone 2.0.1.