Skip to main content

xcdl policies

Overview

Similarly to CMake, xcdl, policies are employed to preserve backward-compatible behaviour across multiple releases.

Newer xcdl releases can adjust some functionality to match that of an older release, based on the value of the minimumXcdlRequired property in xcdl.json.

When such policies are applied, warnings are issued to inform developers about deprecated features, providing them with time to update their packages.

The following policies are available (in reverse chronological order):

  • none yet