diff --git a/Xcode/SDL/pkg-support/resources/INSTALL.md b/Xcode/SDL/pkg-support/resources/INSTALL.md index 4058e96d174cf..e50e084d3ae35 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