Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

v3.3.0

Compare
Choose a tag to compare
@jverkoey jverkoey released this 02 Oct 19:31
· 57 commits to stable since this release

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 to MDMTransitionWithFeasibility and return NO.

Source changes

API changes

MDMTransitionWithFeasibility

new protocol MDMTransitionWithFeasibility.