Initial Commit
This commit is contained in:
5215
thirdparty/SDL3-3.4.0/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
vendored
Normal file
5215
thirdparty/SDL3-3.4.0/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
vendored
Normal file
File diff suppressed because it is too large
Load Diff
16
thirdparty/SDL3-3.4.0/Xcode/SDLTest/config.xcconfig
vendored
Normal file
16
thirdparty/SDL3-3.4.0/Xcode/SDLTest/config.xcconfig
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// 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"
|
||||
|
||||
INFOPLIST_FILE = test-Info.plist
|
||||
|
||||
CONFIG_FRAMEWORK_LDFLAGS = -lSDL3_test
|
||||
|
||||
20
thirdparty/SDL3-3.4.0/Xcode/SDLTest/test-Info.plist
vendored
Normal file
20
thirdparty/SDL3-3.4.0/Xcode/SDLTest/test-Info.plist
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>UILaunchScreen</key>
|
||||
<dict>
|
||||
<key>UIColorName</key>
|
||||
<string></string>
|
||||
<key>UIImageName</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user