ios

fun ios(action: Action<in KiteSsotIosExtension>)

Configure the nested Apple-specific model.


iOS-only options (Info.plist feature flags). See KiteSsotIosExtension. Accessed as kiteSsot { ios { usesNonExemptEncryption = false } }.

Created as a child extension by KiteSsotPlugin.apply — Gradle can't decorate an abstract property of a non-managed type, so it's exposed through this getter.