Method: AX::Application.notification_center
- Defined in:
- lib/ax/application.rb
.notification_center ⇒ AX::Application
Find and return the notification center UI app
Obviously, this will only work on OS X 10.8+
49 50 51 |
# File 'lib/ax/application.rb', line 49 def notification_center new 'com.apple.notificationcenterui' end |