MusadoraKit Versions Save

The ultimate companion to MusicKit.

v4.3.1

6 days ago

New in this Release

Added isLibrary and catalogID to Album to easily access this data from a library album!

v4.3.0

2 weeks ago

New in this Release

Added Privacy Manifest File

v4.2.0

1 month ago

New in This Release

Removed MusadoraLabsKit

v4.1.1

1 month ago

New in this Release

  • Added more places to use userToken and debug library-related items in the simulator itself!

v4.1.0

2 months ago

New in this Release

  • Added a new MUserRequest to add your userToken and debug library-related items in the simulator itself!

v4.0.0

3 months ago

New in This Release

  • Complete support for visionOS 1.0! 👓 👓 👓
  • Updated the Musadora sample project to build natively on Apple Vision Pro. 🎉

v3.4.1

3 months ago

New in this release

Fix some changes related to visionOS, some tests and a few warnings.

v3.4.0

3 months ago

New in this Release

Support for visionOS 1.0! 🕶️

v3.3.4

5 months ago

v3.3.3

5 months ago

New in this Release

You can do:

let sections = MLibrary.songsForAlbums()

sections.forEach { album in
  try APlayer.shared.play(album: album)
}