First Commit
This commit is contained in:
28
3rdparty/sdl/SDL/Xcode/SDL/Info-Framework.plist
vendored
Normal file
28
3rdparty/sdl/SDL/Xcode/SDL/Info-Framework.plist
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>http://www.libsdl.org</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Simple DirectMedia Layer</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.2.14</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>SDLX</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.2.14</string>
|
||||
</dict>
|
||||
</plist>
|
||||
3274
3rdparty/sdl/SDL/Xcode/SDL/SDL.xcodeproj/project.pbxproj
vendored
Normal file
3274
3rdparty/sdl/SDL/Xcode/SDL/SDL.xcodeproj/project.pbxproj
vendored
Normal file
File diff suppressed because it is too large
Load Diff
22
3rdparty/sdl/SDL/Xcode/SDL/SDL3/Info.plist
vendored
Normal file
22
3rdparty/sdl/SDL/Xcode/SDL/SDL3/Info.plist
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
</dict>
|
||||
</plist>
|
||||
12
3rdparty/sdl/SDL/Xcode/SDL/config.xcconfig
vendored
Normal file
12
3rdparty/sdl/SDL/Xcode/SDL/config.xcconfig
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// config.xcconfig
|
||||
//
|
||||
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
// Include any optional config for this build
|
||||
#include? "build.xcconfig"
|
||||
|
||||
CONFIG_PREPROCESSOR_DEFINITIONS = $(inherited) $(SDL_PREPROCESSOR_DEFINITIONS)
|
||||
CONFIG_FRAMEWORK_LDFLAGS = $(inherited)
|
||||
15
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/SDL.info
vendored
Normal file
15
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/SDL.info
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
Title SDL 3.2.14
|
||||
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
|
||||
8
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/build.xcconfig
vendored
Normal file
8
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/build.xcconfig
vendored
Normal file
@@ -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\"
|
||||
43
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/resources/INSTALL.md
vendored
Normal file
43
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/resources/INSTALL.md
vendored
Normal file
@@ -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
|
||||
|
||||
BIN
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/resources/SDL_DS_Store
vendored
Normal file
BIN
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/resources/SDL_DS_Store
vendored
Normal file
Binary file not shown.
41
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/resources/framework/INSTALL.md
vendored
Normal file
41
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/resources/framework/INSTALL.md
vendored
Normal file
@@ -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
|
||||
|
||||
BIN
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/sdl_logo.pdf
vendored
Normal file
BIN
3rdparty/sdl/SDL/Xcode/SDL/pkg-support/sdl_logo.pdf
vendored
Normal file
Binary file not shown.
5255
3rdparty/sdl/SDL/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
vendored
Normal file
5255
3rdparty/sdl/SDL/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
vendored
Normal file
File diff suppressed because it is too large
Load Diff
14
3rdparty/sdl/SDL/Xcode/SDLTest/config.xcconfig
vendored
Normal file
14
3rdparty/sdl/SDL/Xcode/SDLTest/config.xcconfig
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// config.xcconfig
|
||||
// SDL tests
|
||||
//
|
||||
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
// Include any optional config for this build
|
||||
// This allows you to set DEVELOPMENT_TEAM for all targets, for example.
|
||||
#include? "build.xcconfig"
|
||||
|
||||
CONFIG_FRAMEWORK_LDFLAGS = -lSDL3_test
|
||||
|
||||
1558
3rdparty/sdl/SDL/Xcode/XcodeDocSet/Doxyfile
vendored
Normal file
1558
3rdparty/sdl/SDL/Xcode/XcodeDocSet/Doxyfile
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user