From dbe3baeb0fd18a01a9e38c348657d75eabf9a3a3 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 17 Jan 2025 20:15:25 +0100 Subject: [PATCH] release: document using the xcframework with CMake --- Xcode/SDL/pkg-support/resources/INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Xcode/SDL/pkg-support/resources/INSTALL.md b/Xcode/SDL/pkg-support/resources/INSTALL.md index 4058e96d17..e50e084d3a 100644 --- a/Xcode/SDL/pkg-support/resources/INSTALL.md +++ b/Xcode/SDL/pkg-support/resources/INSTALL.md @@ -3,7 +3,9 @@ This package contains SDL built for Xcode, and includes support for macOS, iOS and tvOS. -To use this package, drag SDL3.xcframework into your project. +To use this package in Xcode, drag `SDL3.xcframework` into your project. + +To use this package in a CMake project, copy both `SDL3.xcframework` and `share` to `~/Library/Frameworks`. # Documentation