<!--
{
  "availability" : [
    "iOS: 18.4.0 -",
    "iPadOS: 18.4.0 -",
    "macCatalyst: 18.4.0 -",
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SystemExtensions",
  "identifier" : "/documentation/SystemExtensions/OSSystemExtensionProperties",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "System Extensions"
    ],
    "preciseIdentifier" : "c:objc(cs)OSSystemExtensionProperties"
  },
  "title" : "OSSystemExtensionProperties"
}
-->

# OSSystemExtensionProperties

Properties that identify a specific version of a system extension.

```
class OSSystemExtensionProperties
```

## Topics

### Identifying the Extension

[`bundleIdentifier`](/documentation/SystemExtensions/OSSystemExtensionProperties/bundleIdentifier)

The bundle identifier of the extension.

[`bundleVersion`](/documentation/SystemExtensions/OSSystemExtensionProperties/bundleVersion)

The bundle version of the extension.

[`bundleShortVersion`](/documentation/SystemExtensions/OSSystemExtensionProperties/bundleShortVersion)

The bundle short version string of the extension.

### Locating the Extension’s Installed Location

[`url`](/documentation/SystemExtensions/OSSystemExtensionProperties/url)

The file URL of the extension bundle.

### Instance Properties

[`isAwaitingUserApproval`](/documentation/SystemExtensions/OSSystemExtensionProperties/isAwaitingUserApproval)

[`isEnabled`](/documentation/SystemExtensions/OSSystemExtensionProperties/isEnabled)

[`isUninstalling`](/documentation/SystemExtensions/OSSystemExtensionProperties/isUninstalling)



---

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)