mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 22:55:40 +00:00
Update iOS SDL binaries
This commit is contained in:
parent
32913b2335
commit
a30ddefbaf
40
native/ios/SDL2.xcframework/Info.plist
Normal file
40
native/ios/SDL2.xcframework/Info.plist
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?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>AvailableLibraries</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>LibraryIdentifier</key>
|
||||
<string>ios-arm64</string>
|
||||
<key>LibraryPath</key>
|
||||
<string>SDL2.framework</string>
|
||||
<key>SupportedArchitectures</key>
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>SupportedPlatform</key>
|
||||
<string>ios</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>LibraryIdentifier</key>
|
||||
<string>ios-arm64_x86_64-simulator</string>
|
||||
<key>LibraryPath</key>
|
||||
<string>SDL2.framework</string>
|
||||
<key>SupportedArchitectures</key>
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
<string>x86_64</string>
|
||||
</array>
|
||||
<key>SupportedPlatform</key>
|
||||
<string>ios</string>
|
||||
<key>SupportedPlatformVariant</key>
|
||||
<string>simulator</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XFWK</string>
|
||||
<key>XCFrameworkFormatVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
native/ios/SDL2.xcframework/ios-arm64/SDL2.framework/Info.plist
Normal file
BIN
native/ios/SDL2.xcframework/ios-arm64/SDL2.framework/Info.plist
Normal file
Binary file not shown.
BIN
native/ios/SDL2.xcframework/ios-arm64/SDL2.framework/SDL2
Executable file
BIN
native/ios/SDL2.xcframework/ios-arm64/SDL2.framework/SDL2
Executable file
Binary file not shown.
Binary file not shown.
BIN
native/ios/SDL2.xcframework/ios-arm64_x86_64-simulator/SDL2.framework/SDL2
Executable file
BIN
native/ios/SDL2.xcframework/ios-arm64_x86_64-simulator/SDL2.framework/SDL2
Executable file
Binary file not shown.
Loading…
Reference in a new issue