Browse Source

release: document using the xcframework with CMake

Anonymous Maarten 8 tháng trước cách đây
mục cha
commit
dbe3baeb0f
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      Xcode/SDL/pkg-support/resources/INSTALL.md

+ 3 - 1
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