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 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
@NSApplicationDelegateAdaptorto bridge to your custom application delegate, then implementapplication(_:delegateHandlesKey:)and the necessary KVC accessors as described in application(_:delegateHandlesKey:) and Implementing a Scriptable Application. (102218233)