Contents

init(signingIdentifier:)

Create an app rule that matches an app with a given signing identifier.

Declaration

init(signingIdentifier: String)

Parameters

  • signingIdentifier:

    The signing identifier of the app that matches the rule. For apps that are signed using Xcode, the app’s signing identifier is equivalent to the app’s bundle identifier.

Return Value

A newly-initialized NEAppRule object.

See Also

Initializing an app rule