Skip to content

Commit

Permalink
Merge pull request #166 from ppy/update-native-binaries
Browse files Browse the repository at this point in the history
Update native binaries
  • Loading branch information
smoogipoo authored Oct 15, 2024
2 parents 012a3dc + 6fa75e7 commit 55d3514
Show file tree
Hide file tree
Showing 19 changed files with 15 additions and 15 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.
30 changes: 15 additions & 15 deletions native/ios/SDL3.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
<key>BinaryPath</key>
<string>SDL3.framework/SDL3</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>SDL3.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
</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_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SDL3.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -31,44 +31,46 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SDL3.framework/SDL3</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</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>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<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>
<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 @@ -77,9 +79,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</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 55d3514

Please sign in to comment.