DeviceKit icon indicating copy to clipboard operation
DeviceKit copied to clipboard

Volume capacity values properties not generated for tvOS

Open Igor-Shmidt opened this issue 7 months ago • 0 comments

Volume capacity values

var volumeAvailableCapacity: Int?
…
var volumeTotalCapacity: Int?

are available for tvOS9+ but you have whole extension wrapped with #if os(iOS)

Image

Igor-Shmidt avatar Jul 17 '25 11:07 Igor-Shmidt