Contents

NSWorkspace.OpenConfiguration

The configuration options for opening URLs or launching apps.

Declaration

class OpenConfiguration

Overview

Create an NSWorkspace.OpenConfiguration object before launching an app or opening a URL using the shared NSWorkspace object. Use the properties of this object to customize the behavior of the launched app or the handling of the URLs. For example, you might tell the app to hide itself immediately after launch.

Topics

Handling URLs

Specifying app-related behaviors

Prompting the user

Specifying launch attributes

See Also

Environment