From 0b8ad407dcb1bed4dacd929bf7c6d60a84392fc9 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 3 Nov 2023 14:05:55 +0100 Subject: [PATCH] Update Xcode version requirement to 14 (#77) This is required for the latest MoltenVK prebuilt libraries. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9980ed1..46a34fa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ `ash-molten` is built on top of [ash] and exposes a new entry point to statically link with [MoltenVK]. -Requires Xcode 12 and Mac OS 10.15 (Catalina) to compile. +Requires Xcode 14 and Mac OS 10.15 (Catalina) to compile. ## Why?