---
title: isPlatformSigned
framework: lightweightcoderequirements
role: symbol
role_heading: Type Property
path: lightweightcoderequirements/processcodesigningflags/valueset/isplatformsigned
---

# isPlatformSigned

Flag indicating that the binary has been identified as a platform binary (Apple Signed).

## Declaration

```swift
static let isPlatformSigned: ProcessCodeSigningFlags.ValueSet
```

## Discussion

Discussion This is equivalent to CS_PLATFORM_BINARY in C APIs.
