From 5a079a2d114f96d4847d1ee305d5b7c16eeec50e Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 27 Dec 2025 12:03:39 -0800 Subject: Initial commit --- .../Xcode/SDL/pkg-support/resources/INSTALL.md | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md (limited to 'contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md') diff --git a/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md new file mode 100644 index 0000000..e50e084 --- /dev/null +++ b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md @@ -0,0 +1,43 @@ + +# Using this package + +This package contains SDL built for Xcode, and includes support for macOS, iOS and tvOS. + +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 + +An API reference, tutorials, and additional documentation is available at: + +https://wiki.libsdl.org/SDL3 + +# Example code + +There are simple example programs available at: + +https://examples.libsdl.org/SDL3 + +# Discussions + +## Discord + +You can join the official Discord server at: + +https://discord.com/invite/BwpFGBWsv8 + +## Forums/mailing lists + +You can join SDL development discussions at: + +https://discourse.libsdl.org/ + +Once you sign up, you can use the forum through the website or as a mailing list from your email client. + +## Announcement list + +You can sign up for the low traffic announcement list at: + +https://www.libsdl.org/mailing-list.php + -- cgit v1.2.3