---
title: Deprecated Symbols
framework: appkit
role: collectionGroup
role_heading: API Collection
path: appkit/nsworkspace-deprecated-symbols
---

# Deprecated Symbols

Review unsupported symbols and their replacements.

## Overview

Overview The table below describes keys for an NSDictionary object containing information about an app. This dictionary is returned by activeApplication() and launchedApplications, and is also provided in the userInfo of NSWorkspace notifications for app launch and termination. Note that these constants are considered legacy. note: It is strongly suggested that you use the NSWorkspace class’s runningApplications method and the NSRunningApplication class to retrieve this information in apps target macOS 10.6 and later, rather than the activeApplication() and launchedApplications methods.  |   |   |   |   |   |   |

## Topics

### Methods

- [open(_:options:configuration:)](appkit/nsworkspace/open(_:options:configuration:).md)
- [open(_:withApplicationAt:options:configuration:)](appkit/nsworkspace/open(_:withapplicationat:options:configuration:).md)
- [openFile(_:)](appkit/nsworkspace/openfile(_:).md)
- [openFile(_:withApplication:)](appkit/nsworkspace/openfile(_:withapplication:).md)
- [openFile(_:withApplication:andDeactivate:)](appkit/nsworkspace/openfile(_:withapplication:anddeactivate:).md)
- [openFile(_:from:at:in:)](appkit/nsworkspace/openfile(_:from:at:in:).md)
- [launchApplication(_:)](appkit/nsworkspace/launchapplication(_:).md)
- [launchApplication(_:showIcon:autolaunch:)](appkit/nsworkspace/launchapplication(_:showicon:autolaunch:).md)
- [launchApplication(at:options:configuration:)](appkit/nsworkspace/launchapplication(at:options:configuration:).md)
- [performFileOperation(_:source:destination:files:tag:)](appkit/nsworkspace/performfileoperation(_:source:destination:files:tag:).md)
- [fullPath(forApplication:)](appkit/nsworkspace/fullpath(forapplication:).md)
- [absolutePathForApplication(withBundleIdentifier:)](appkit/nsworkspace/absolutepathforapplication(withbundleidentifier:).md)
- [launchApplication(withBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifier:)](appkit/nsworkspace/launchapplication(withbundleidentifier:options:additionaleventparamdescriptor:launchidentifier:).md)
- [open(_:withAppBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifiers:)](appkit/nsworkspace/open(_:withappbundleidentifier:options:additionaleventparamdescriptor:launchidentifiers:).md)
- [mountedRemovableMedia()](appkit/nsworkspace/mountedremovablemedia().md)
- [mountedLocalVolumePaths()](appkit/nsworkspace/mountedlocalvolumepaths().md)
- [activeApplication()](appkit/nsworkspace/activeapplication().md)
- [icon(forFileType:)](appkit/nsworkspace/icon(forfiletype:).md)

### Types

- [NSWorkspace.LaunchOptions](appkit/nsworkspace/launchoptions.md)
- [NSWorkspace.LaunchConfigurationKey](appkit/nsworkspace/launchconfigurationkey.md)
- [NSWorkspace.FileOperationName](appkit/nsworkspace/fileoperationname.md)

### Constants

- [applicationUserInfoKey](appkit/nsworkspace/applicationuserinfokey.md)

### Notifications

- [didPerformFileOperationNotification](appkit/nsworkspace/didperformfileoperationnotification.md)
