readium / swift-toolkit

A toolkit for ebooks, audiobooks and comics written in Swift
https://readium.org/mobile/
BSD 3-Clause "New" or "Revised" License
225 stars 96 forks source link

Remove `containers` from deprecated `PublicationServer` #323

Closed kristojorg closed 11 months ago

kristojorg commented 11 months ago

As noted in #322 , stored properties cannot be marked unavailable with @available. Since the PublicationServer is deprecated anyway, and the containers property does appear to be used at all, this PR simply removes it. The only difference for consumers should be that if they are trying to use the deprecated PublicationServer they will no longer see a warning message when trying to access containers, but will see an error that the property doesn't exist.