diff options
author | 3gg <3gg@shellblade.net> | 2025-08-30 16:53:58 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-08-30 16:53:58 -0700 |
commit | 6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch) | |
tree | 34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources | |
parent | 8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff) |
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources')
-rw-r--r-- | src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/INSTALL.md | 43 | ||||
-rw-r--r-- | src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/SDL_DS_Store | bin | 0 -> 10244 bytes | |||
-rw-r--r-- | src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/framework/INSTALL.md | 41 |
3 files changed, 84 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/INSTALL.md b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/INSTALL.md new file mode 100644 index 0000000..e50e084 --- /dev/null +++ b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/INSTALL.md | |||
@@ -0,0 +1,43 @@ | |||
1 | |||
2 | # Using this package | ||
3 | |||
4 | This package contains SDL built for Xcode, and includes support for macOS, iOS and tvOS. | ||
5 | |||
6 | To use this package in Xcode, drag `SDL3.xcframework` into your project. | ||
7 | |||
8 | To use this package in a CMake project, copy both `SDL3.xcframework` and `share` to `~/Library/Frameworks`. | ||
9 | |||
10 | # Documentation | ||
11 | |||
12 | An API reference, tutorials, and additional documentation is available at: | ||
13 | |||
14 | https://wiki.libsdl.org/SDL3 | ||
15 | |||
16 | # Example code | ||
17 | |||
18 | There are simple example programs available at: | ||
19 | |||
20 | https://examples.libsdl.org/SDL3 | ||
21 | |||
22 | # Discussions | ||
23 | |||
24 | ## Discord | ||
25 | |||
26 | You can join the official Discord server at: | ||
27 | |||
28 | https://discord.com/invite/BwpFGBWsv8 | ||
29 | |||
30 | ## Forums/mailing lists | ||
31 | |||
32 | You can join SDL development discussions at: | ||
33 | |||
34 | https://discourse.libsdl.org/ | ||
35 | |||
36 | Once 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 | |||
40 | You can sign up for the low traffic announcement list at: | ||
41 | |||
42 | https://www.libsdl.org/mailing-list.php | ||
43 | |||
diff --git a/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/SDL_DS_Store b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/SDL_DS_Store new file mode 100644 index 0000000..5a71413 --- /dev/null +++ b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/SDL_DS_Store | |||
Binary files differ | |||
diff --git a/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/framework/INSTALL.md b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/framework/INSTALL.md new file mode 100644 index 0000000..97e4ab6 --- /dev/null +++ b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/framework/INSTALL.md | |||
@@ -0,0 +1,41 @@ | |||
1 | |||
2 | # Using this package | ||
3 | |||
4 | This package contains SDL built for Xcode. | ||
5 | |||
6 | To use this package in Xcode, drag `SDL3.framework` into your project. | ||
7 | |||
8 | # Documentation | ||
9 | |||
10 | An API reference, tutorials, and additional documentation is available at: | ||
11 | |||
12 | https://wiki.libsdl.org/SDL3 | ||
13 | |||
14 | # Example code | ||
15 | |||
16 | There are simple example programs available at: | ||
17 | |||
18 | https://examples.libsdl.org/SDL3 | ||
19 | |||
20 | # Discussions | ||
21 | |||
22 | ## Discord | ||
23 | |||
24 | You can join the official Discord server at: | ||
25 | |||
26 | https://discord.com/invite/BwpFGBWsv8 | ||
27 | |||
28 | ## Forums/mailing lists | ||
29 | |||
30 | You can join SDL development discussions at: | ||
31 | |||
32 | https://discourse.libsdl.org/ | ||
33 | |||
34 | Once you sign up, you can use the forum through the website or as a mailing list from your email client. | ||
35 | |||
36 | ## Announcement list | ||
37 | |||
38 | You can sign up for the low traffic announcement list at: | ||
39 | |||
40 | https://www.libsdl.org/mailing-list.php | ||
41 | |||