summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
committer3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
commit6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch)
tree34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support
parent8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff)
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support')
-rw-r--r--src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/SDL.info15
-rw-r--r--src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/build.xcconfig8
-rw-r--r--src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/INSTALL.md43
-rw-r--r--src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/SDL_DS_Storebin0 -> 10244 bytes
-rw-r--r--src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/framework/INSTALL.md41
-rw-r--r--src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/sdl_logo.pdfbin0 -> 163800 bytes
6 files changed, 107 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/SDL.info b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/SDL.info
new file mode 100644
index 0000000..475a7cc
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/SDL.info
@@ -0,0 +1,15 @@
1Title SDL 3.2.20
2Version 1
3Description SDL Library for macOS (http://www.libsdl.org)
4DefaultLocation /Library/Frameworks
5Diskname (null)
6DeleteWarning
7NeedsAuthorization NO
8DisableStop NO
9UseUserMask NO
10Application NO
11Relocatable YES
12Required NO
13InstallOnly NO
14RequiresReboot NO
15InstallFat NO
diff --git a/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/build.xcconfig b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/build.xcconfig
new file mode 100644
index 0000000..6541759
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/build.xcconfig
@@ -0,0 +1,8 @@
1//
2// build.xcconfig
3//
4
5// Configuration settings file format documentation can be found at:
6// https://help.apple.com/xcode/#/dev745c5c974
7
8SDL_PREPROCESSOR_DEFINITIONS = SDL_VENDOR_INFO=\"libsdl.org\"
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
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
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
4This package contains SDL built for Xcode.
5
6To use this package in Xcode, drag `SDL3.framework` into your project.
7
8# Documentation
9
10An API reference, tutorials, and additional documentation is available at:
11
12https://wiki.libsdl.org/SDL3
13
14# Example code
15
16There are simple example programs available at:
17
18https://examples.libsdl.org/SDL3
19
20# Discussions
21
22## Discord
23
24You can join the official Discord server at:
25
26https://discord.com/invite/BwpFGBWsv8
27
28## Forums/mailing lists
29
30You can join SDL development discussions at:
31
32https://discourse.libsdl.org/
33
34Once 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
38You can sign up for the low traffic announcement list at:
39
40https://www.libsdl.org/mailing-list.php
41
diff --git a/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/sdl_logo.pdf b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/sdl_logo.pdf
new file mode 100644
index 0000000..a172f97
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/sdl_logo.pdf
Binary files differ