missingDeclarationsInPList

fun missingDeclarationsInPList(bundle: <Error class: unknown class>, vararg requiredDeclarationName: String): <Error class: unknown class>

Checks whether a set of declarations have been provided in the PList of a NSBundle

Return

The list of declarations not present in the PList. If empty all declarations where provided.

Parameters

bundle

The NSBundle to check

requiredDeclarationName

List of declarations that should be present in the PList