Apple recently released macOS update 10.15.2, and Mathematics IT has tested it and approved it for use.
Overview
The macOS 10.15.2 SDK provides support for developing apps for Macs running macOS Catalina 10.15.2. The SDK comes bundled with Xcode 11.3 available from the Mac App Store. For information on the compatibility requirements for Xcode 11.3, seeĀ Xcode 11.3 Release Notes.
New Features
- Certain top-level domains (TLDs) such as
.dev
and.app
are now in the FoundationURLSession
andNSURLConnection
HTTP Strict Transport Security (HSTS) preload list. An app which usesURLSession
to visit a matching URL will always navigate to the URL ashttps://
, and never as cleartexthttp://
. See the HTTP Strict Transport Security (HSTS) Specification for more information about HSTS. (56247242)