---
title: developerID
framework: lightweightcoderequirements
role: symbol
role_heading: Type Property
path: lightweightcoderequirements/validationcategory/value/developerid
---

# developerID

Indicates that the code is signed by an Apple issued Developer ID certificate.

## Declaration

```swift
static let developerID: ValidationCategory.Value
```

## Discussion

Discussion This category will only match process on macOS. This category could match code on disk on iOS/watchOS/tvOS/visionOS but that code cannot run.
