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.appThe team identifier of the app.
var teamIdentifier: String? { get }You can get the team identifier for an app using the codesign command line utility:
% codesign -v -d /Applications/MyApp.app