<!--
{
  "documentType" : "article",
  "framework" : "macOS Release Notes",
  "identifier" : "/documentation/macOS-Release-Notes/macos-13_2-release-notes",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "macOS Ventura 13.2 Release Notes"
}
-->

# macOS Ventura 13.2 Release Notes

Update your apps to use new features, and test your apps against API changes.

## Overview

The macOS 13.1 SDK provides support to develop apps for Mac computers running macOS Ventura 13.2. The SDK comes bundled with Xcode 14.2, available from the Mac App Store. For information on the compatibility requirements for Xcode 14.2, see <doc://com.apple.documentation/documentation/Xcode-Release-Notes/xcode-14_2-release-notes>.

### ServiceManagement

#### Resolved Issues

- Fixed a regression in Ventura 13.1 that prevented daemons from being registered with SMAppService. Also fixed, toggling items on or off in Login Items may cause items to be ungrouped or deleted. (102938063)

### SwiftUI

#### New Feature

- Applications written using Swift App Lifecycle can now support scriptable application properties and elements.  Use `@NSApplicationDelegateAdaptor` to bridge to your custom application delegate, then implement `application(_:delegateHandlesKey:)` and the necessary KVC accessors as described in <doc://com.apple.documentation/documentation/AppKit/NSApplicationDelegate/application(_:delegateHandlesKey:)> and [Implementing a Scriptable Application](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ScriptableCocoaApplications/SApps_implement/SAppsImplement.html#//apple_ref/doc/uid/20000037-BBCJEEEC). (102218233)

---

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)