<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/CFPropertyListFormat",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Foundation"
    ],
    "preciseIdentifier" : "c:@E@CFPropertyListFormat"
  },
  "title" : "CFPropertyListFormat"
}
-->

# CFPropertyListFormat

Specifies the format of a property list.

```
enum CFPropertyListFormat
```

## Topics

### Constants

[`CFPropertyListFormat.openStepFormat`](/documentation/CoreFoundation/CFPropertyListFormat/openStepFormat)

OpenStep format (use of this format is discouraged).

[`CFPropertyListFormat.xmlFormat_v1_0`](/documentation/CoreFoundation/CFPropertyListFormat/xmlFormat_v1_0)

XML format version 1.0.

[`CFPropertyListFormat.binaryFormat_v1_0`](/documentation/CoreFoundation/CFPropertyListFormat/binaryFormat_v1_0)

Binary format version 1.0.



---

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)