Version 3.0.0
Thank you @Zandor300 and everyone who opened issues and provided pull requests! 🥳
Breaking changes
- The enum for the Apple TV HD has been renamed from
.appleTV4
to.appleTVHD
. (#211) .allSimulatorXSeriesDevices
has been deprecated and replaced by.allSimulatorDevicesWithSensorHousing
. (#212).allXSeriesDevices
has been deprecated and replaced by.allDevicesWithSensorHousing
. (#212)
Camera
CameraTypes
has been renamed toCameraType
. (#212)CameraType.normal
has been deprecated and replaced byCameraType.wide
. (#212).allDevicesWithNormalCamera
has been deprecated and replaced by.allDevicesWithWideCamera
. (#212).hasNormalCamera
has been deprecated and replaced by.hasWideCamera
. (#212)
New features
- You can now check which devices support wireless charging through the following variables:
Device.allDevicesWithWirelessChargingSupport
andDevice.current.supportsWirelessCharging
(#209) - New
.safeDescription
variable that will provide you with a safe version of the.description
variable. (#212)- Example: "iPhone Xʀ" vs "iPhone XR"