From 7bfa7008c678755ed3b7edbd034231f41f3d5661 Mon Sep 17 00:00:00 2001 From: Eitot Date: Sun, 4 Jan 2026 12:29:26 +0100 Subject: [PATCH] Update CONTRIBUTING.md for Xcode 26/macOS 26 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae5134dd..83f0ab93 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Writing code -We currently build Vienna with Xcode 16 and the macOS 15 SDK. +We currently build Vienna with Xcode 26 and the macOS 26 SDK. Most of Vienna is made with Objective-C, but some newer code is being created in Swift. We welcome both Objective-C and Swift contributions.