<!--
{
  "availability" : [
    "iOS: -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ServiceManagement",
  "identifier" : "/documentation/ServiceManagement/SMAppService/statusForLegacyPlist(at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Service Management"
    ],
    "preciseIdentifier" : "c:objc(cs)SMAppService(cm)statusForLegacyURL:"
  },
  "title" : "statusForLegacyPlist(at:)"
}
-->

# statusForLegacyPlist(at:)

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

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

## Parameters

`url`

The URL of the helper executable’s property list.

## Return Value

One of the [`SMAppService.Status`](/documentation/ServiceManagement/SMAppService/Status-swift.enum) constants that indicate the current authorization status.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)