---
title: "statusForLegacyPlist(at:)"
framework: servicemanagement
role: symbol
role_heading: Type Method
path: "servicemanagement/smappservice/statusforlegacyplist(at:)"
---

# statusForLegacyPlist(at:)

Check the authorization status of an earlier OS version login item.

## Declaration

```swift
class func statusForLegacyPlist(at url: URL) -> SMAppService.Status
```

## Parameters

- `url`: The URL of the helper executable’s property list.

## Mentioned in

Updating helper executables from earlier versions of macOS

## Return Value

Return Value One of the SMAppService.Status constants that indicate the current authorization status.
