Skip to content

Commit

Permalink
Merge pull request #176 from ppy/update-native-binaries
Browse files Browse the repository at this point in the history
Update native binaries
  • Loading branch information
smoogipoo authored Nov 18, 2024
2 parents 7eb48f2 + e41affe commit fa446c3
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 5 deletions.
Binary file modified SDL3-CS.Android/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.
10 changes: 5 additions & 5 deletions native/ios/SDL3.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>SDL3.framework/SDL3</string>
<key>LibraryIdentifier</key>
<string>tvos-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>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SDL3.framework/SDL3</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>tvos-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>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</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-x86/SDL3.dll
Binary file not shown.

0 comments on commit fa446c3

Please sign in to comment.