Method: AX::Application.notification_center

Defined in:
lib/ax/application.rb

.notification_centerAX::Application

Find and return the notification center UI app

Obviously, this will only work on OS X 10.8+

Returns:



49
50
51
# File 'lib/ax/application.rb', line 49

def notification_center
  new 'com.apple.notificationcenterui'
end