Contents

teamIdentifier

The team identifier of the app.

Declaration

var teamIdentifier: String? { get }

Discussion

You can get the team identifier for an app using the codesign command line utility:

% codesign -v -d /Applications/MyApp.app

See Also

Creating an assessment application