Contents

appleEvent

The first Apple event to send to the new app.

Declaration

var appleEvent: NSAppleEventDescriptor? { get set }

Discussion

The default value of this property is nil, which causes the system to send a default Apple event, as needed. The system sends the event only if an instance of the app is already running.

See Also

Specifying launch attributes