This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
v3.3.0
This minor release deprecates some behavior and replaces it with a new API.
New deprecations
MDMTransitionWithFallback
nil behavior is now deprecated. In order to fall back to system
transitions you must now conform toMDMTransitionWithFeasibility
and return NO.
Source changes
API changes
MDMTransitionWithFeasibility
new protocol MDMTransitionWithFeasibility
.