Method: AX::Application#bundle_identifier

Defined in:
lib/ax/application.rb

#bundle_identifierString

Get the bundle identifier for the application.

Examples:


safari.bundle_identifier 'com.apple.safari'
daylite.bundle_identifier 'com.marketcircle.Daylite'

Returns:

  • (String)


201
202
203
# File 'lib/ax/application.rb', line 201

def bundle_identifier
  @app.bundleIdentifier
end