The changelog for JSQSystemSoundPlayer
. Also see the releases on GitHub.
This release closes the 4.4.0 milestone.
SystemSoundID
s directly. (#31 — thanks @lastObject! This release closes the 4.3.1 milestone.
Added tvOS support
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.
Removed playSoundWithFilename:fileExtension:
Use playSoundWithFilename:fileExtension:completion:
instead
Removed playAlertSoundWithFilename:fileExtension:
Use playAlertSoundWithFilename:fileExtension:completion:
instead
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!