Skip to content

Commit

Permalink
Merge pull request #195 from ppy/update-native-binaries
Browse files Browse the repository at this point in the history
Update native binaries
  • Loading branch information
Susko3 authored Jan 3, 2025
2 parents 07db29e + 31ee86e commit 3681588
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 11 deletions.
Binary file modified SDL3-CS/Jars/SDL3AndroidBridge.jar
Binary file not shown.
Binary file modified native/android/arm64-v8a/libSDL3.so
Binary file not shown.
Binary file modified native/android/armeabi-v7a/libSDL3.so
Binary file not shown.
Binary file modified native/android/x86/libSDL3.so
Binary file not shown.
Binary file modified native/android/x86_64/libSDL3.so
Binary file not shown.
22 changes: 11 additions & 11 deletions native/ios/SDL3.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<array>
<dict>
<key>BinaryPath</key>
<string>SDL3.framework/SDL3</string>
<string>SDL3.framework/Versions/A/SDL3</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>SDL3.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -17,9 +17,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -39,15 +37,18 @@
<key>BinaryPath</key>
<string>SDL3.framework/SDL3</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SDL3.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -68,18 +69,17 @@
</dict>
<dict>
<key>BinaryPath</key>
<string>SDL3.framework/Versions/A/SDL3</string>
<string>SDL3.framework/SDL3</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SDL3.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/Info.plist
Binary file not shown.
Binary file modified native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified native/linux-arm/libSDL3.so
Binary file not shown.
Binary file modified native/linux-arm64/libSDL3.so
Binary file not shown.
Binary file modified native/linux-x64/libSDL3.so
Binary file not shown.
Binary file modified native/linux-x86/libSDL3.so
Binary file not shown.
Binary file modified native/osx-arm64/libSDL3.dylib
Binary file not shown.
Binary file modified native/osx-x64/libSDL3.dylib
Binary file not shown.
Binary file modified native/win-arm64/SDL3.dll
Binary file not shown.
Binary file modified native/win-x64/SDL3.dll
Binary file not shown.
Binary file modified native/win-x86/SDL3.dll
Binary file not shown.

0 comments on commit 3681588

Please sign in to comment.