<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/kSecCodeInfoPList",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@kSecCodeInfoPList"
  },
  "title" : "kSecCodeInfoPList"
}
-->

# kSecCodeInfoPList

A key whose value is an information dictionary containing the contents of the secured `Info.plist` file as seen by Code Signing Services.

```
let kSecCodeInfoPList: CFString
```

## Discussion

The value is a <doc://com.apple.documentation/documentation/CoreFoundation/CFDictionary> object. Absent if no information property list (`Info.plist`) file is known to Code Signing Services. Note that this is not necessarily the same dictionary as the one that would be returned by a <doc://com.apple.documentation/documentation/CoreFoundation/CFBundle> function such as <doc://com.apple.documentation/documentation/CoreFoundation/CFBundleCopyInfoDictionaryForURL(_:)>, because <doc://com.apple.documentation/documentation/CoreFoundation/CFBundle> is free to add entries to the information property list).

This is generic information returned regardless of which [Code Signing Information Flags](/documentation/Security/code-signing-information-flags) you pass to the [`SecCodeCopySigningInformation(_:_:_:)`](/documentation/Security/SecCodeCopySigningInformation(_:_:_:)) function.

---

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)