summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md')
-rw-r--r--contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md43
1 files changed, 43 insertions, 0 deletions
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 @@
1
2# Using this package
3
4This package contains SDL built for Xcode, and includes support for macOS, iOS and tvOS.
5
6To use this package in Xcode, drag `SDL3.xcframework` into your project.
7
8To use this package in a CMake project, copy both `SDL3.xcframework` and `share` to `~/Library/Frameworks`.
9
10# Documentation
11
12An API reference, tutorials, and additional documentation is available at:
13
14https://wiki.libsdl.org/SDL3
15
16# Example code
17
18There are simple example programs available at:
19
20https://examples.libsdl.org/SDL3
21
22# Discussions
23
24## Discord
25
26You can join the official Discord server at:
27
28https://discord.com/invite/BwpFGBWsv8
29
30## Forums/mailing lists
31
32You can join SDL development discussions at:
33
34https://discourse.libsdl.org/
35
36Once you sign up, you can use the forum through the website or as a mailing list from your email client.
37
38## Announcement list
39
40You can sign up for the low traffic announcement list at:
41
42https://www.libsdl.org/mailing-list.php
43