diff options
| author | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
| commit | 5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch) | |
| tree | 8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/Xcode/SDL/pkg-support | |
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/Xcode/SDL/pkg-support')
| -rw-r--r-- | contrib/SDL-3.2.8/Xcode/SDL/pkg-support/SDL.info | 15 | ||||
| -rw-r--r-- | contrib/SDL-3.2.8/Xcode/SDL/pkg-support/build.xcconfig | 8 | ||||
| -rw-r--r-- | contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md | 43 | ||||
| -rw-r--r-- | contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/SDL_DS_Store | bin | 0 -> 10244 bytes | |||
| -rw-r--r-- | contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/framework/INSTALL.md | 41 | ||||
| -rw-r--r-- | contrib/SDL-3.2.8/Xcode/SDL/pkg-support/sdl_logo.pdf | bin | 0 -> 163800 bytes |
6 files changed, 107 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/SDL.info b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/SDL.info new file mode 100644 index 0000000..f2c173e --- /dev/null +++ b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/SDL.info | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Title SDL 3.2.8 | ||
| 2 | Version 1 | ||
| 3 | Description SDL Library for macOS (http://www.libsdl.org) | ||
| 4 | DefaultLocation /Library/Frameworks | ||
| 5 | Diskname (null) | ||
| 6 | DeleteWarning | ||
| 7 | NeedsAuthorization NO | ||
| 8 | DisableStop NO | ||
| 9 | UseUserMask NO | ||
| 10 | Application NO | ||
| 11 | Relocatable YES | ||
| 12 | Required NO | ||
| 13 | InstallOnly NO | ||
| 14 | RequiresReboot NO | ||
| 15 | InstallFat NO | ||
diff --git a/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/build.xcconfig b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/build.xcconfig new file mode 100644 index 0000000..6541759 --- /dev/null +++ b/contrib/SDL-3.2.8/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 | |||
| 8 | SDL_PREPROCESSOR_DEFINITIONS = SDL_VENDOR_INFO=\"libsdl.org\" | ||
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 | |||
| 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/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/SDL_DS_Store b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/SDL_DS_Store new file mode 100644 index 0000000..5a71413 --- /dev/null +++ b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/SDL_DS_Store | |||
| Binary files differ | |||
diff --git a/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/framework/INSTALL.md b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/framework/INSTALL.md new file mode 100644 index 0000000..97e4ab6 --- /dev/null +++ b/contrib/SDL-3.2.8/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 | |||
diff --git a/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/sdl_logo.pdf b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/sdl_logo.pdf new file mode 100644 index 0000000..a172f97 --- /dev/null +++ b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/sdl_logo.pdf | |||
| Binary files differ | |||
