cleanPlist

abstract val cleanPlist: Property<Boolean>

Whether KiteConfig maintains its own keys in the source XML Info.plist.

Default: false. Turn it on before setting nonExemptEncryption or proMotion, since those keys live in that file.

Throws

GradleException

at task time when the project generates its Info.plist (GENERATE_INFOPLIST_FILE), because there is no source file to maintain.