The changelog for JSQSystemSoundPlayer
. Also see the releases on GitHub.
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
This release closes the 4.4.0 milestone.
- You can now play
SystemSoundID
s directly. (#31 — thanks @lastObject! 😄)
This release closes the 4.3.1 milestone.
- No new features, just clean up and organization.
This release closes the 4.3.0 milestone.
Added tvOS support 🎉
This release closes the 4.2.0 milestone.
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.
This release closes the 4.1.0 milestone.
- 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.
-
Removed
playSoundWithFilename:fileExtension:
UseplaySoundWithFilename:fileExtension:completion:
instead -
Removed
playAlertSoundWithFilename:fileExtension:
UseplayAlertSoundWithFilename:fileExtension:completion:
instead
This release closes the 3.0.0 milestone.
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
Support for CocoaPods 0.36.
See milestone 2.0.1.
Sorry, changelog not available for releases 1.0.0
to 2.0.0
.
Initial release!