From 6aaedb813fa11ba0679c3051bc2eb28646b9506c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 30 Aug 2025 16:53:58 -0700 Subject: Update to SDL3 --- .../SDL-3.2.20/Xcode/SDL/pkg-support/SDL.info | 15 +++++++ .../Xcode/SDL/pkg-support/build.xcconfig | 8 ++++ .../Xcode/SDL/pkg-support/resources/INSTALL.md | 43 +++++++++++++++++++++ .../Xcode/SDL/pkg-support/resources/SDL_DS_Store | Bin 0 -> 10244 bytes .../SDL/pkg-support/resources/framework/INSTALL.md | 41 ++++++++++++++++++++ .../SDL-3.2.20/Xcode/SDL/pkg-support/sdl_logo.pdf | Bin 0 -> 163800 bytes 6 files changed, 107 insertions(+) create mode 100644 src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/SDL.info create mode 100644 src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/build.xcconfig create mode 100644 src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/INSTALL.md create mode 100644 src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/SDL_DS_Store create mode 100644 src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/framework/INSTALL.md create mode 100644 src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/sdl_logo.pdf (limited to 'src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support') 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 @@ +Title SDL 3.2.20 +Version 1 +Description SDL Library for macOS (http://www.libsdl.org) +DefaultLocation /Library/Frameworks +Diskname (null) +DeleteWarning +NeedsAuthorization NO +DisableStop NO +UseUserMask NO +Application NO +Relocatable YES +Required NO +InstallOnly NO +RequiresReboot NO +InstallFat 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 @@ +// +// build.xcconfig +// + +// Configuration settings file format documentation can be found at: +// https://help.apple.com/xcode/#/dev745c5c974 + +SDL_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 @@ + +# 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 + 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 Binary files /dev/null and b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/resources/SDL_DS_Store 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 @@ + +# Using this package + +This package contains SDL built for Xcode. + +To use this package in Xcode, drag `SDL3.framework` into your project. + +# 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 + 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 Binary files /dev/null and b/src/contrib/SDL-3.2.20/Xcode/SDL/pkg-support/sdl_logo.pdf differ -- cgit v1.2.3