Skip to content

Commit 3681588

Browse files
authored
Merge pull request #195 from ppy/update-native-binaries
Update native binaries
2 parents 07db29e + 31ee86e commit 3681588

File tree

19 files changed

+11
-11
lines changed

19 files changed

+11
-11
lines changed

SDL3-CS/Jars/SDL3AndroidBridge.jar

-217 Bytes
Binary file not shown.

native/android/arm64-v8a/libSDL3.so

25.3 KB
Binary file not shown.

native/android/armeabi-v7a/libSDL3.so

13.1 KB
Binary file not shown.

native/android/x86/libSDL3.so

24.5 KB
Binary file not shown.

native/android/x86_64/libSDL3.so

25.3 KB
Binary file not shown.

native/ios/SDL3.xcframework/Info.plist

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>SDL3.framework/SDL3</string>
9+
<string>SDL3.framework/Versions/A/SDL3</string>
1010
<key>LibraryIdentifier</key>
11-
<string>tvos-arm64_x86_64-simulator</string>
11+
<string>macos-arm64_x86_64</string>
1212
<key>LibraryPath</key>
1313
<string>SDL3.framework</string>
1414
<key>SupportedArchitectures</key>
@@ -17,9 +17,7 @@
1717
<string>x86_64</string>
1818
</array>
1919
<key>SupportedPlatform</key>
20-
<string>tvos</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
20+
<string>macos</string>
2321
</dict>
2422
<dict>
2523
<key>BinaryPath</key>
@@ -39,15 +37,18 @@
3937
<key>BinaryPath</key>
4038
<string>SDL3.framework/SDL3</string>
4139
<key>LibraryIdentifier</key>
42-
<string>ios-arm64</string>
40+
<string>tvos-arm64_x86_64-simulator</string>
4341
<key>LibraryPath</key>
4442
<string>SDL3.framework</string>
4543
<key>SupportedArchitectures</key>
4644
<array>
4745
<string>arm64</string>
46+
<string>x86_64</string>
4847
</array>
4948
<key>SupportedPlatform</key>
50-
<string>ios</string>
49+
<string>tvos</string>
50+
<key>SupportedPlatformVariant</key>
51+
<string>simulator</string>
5152
</dict>
5253
<dict>
5354
<key>BinaryPath</key>
@@ -68,18 +69,17 @@
6869
</dict>
6970
<dict>
7071
<key>BinaryPath</key>
71-
<string>SDL3.framework/Versions/A/SDL3</string>
72+
<string>SDL3.framework/SDL3</string>
7273
<key>LibraryIdentifier</key>
73-
<string>macos-arm64_x86_64</string>
74+
<string>ios-arm64</string>
7475
<key>LibraryPath</key>
7576
<string>SDL3.framework</string>
7677
<key>SupportedArchitectures</key>
7778
<array>
7879
<string>arm64</string>
79-
<string>x86_64</string>
8080
</array>
8181
<key>SupportedPlatform</key>
82-
<string>macos</string>
82+
<string>ios</string>
8383
</dict>
8484
</array>
8585
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

native/linux-arm/libSDL3.so

47.6 KB
Binary file not shown.

native/linux-arm64/libSDL3.so

77.9 KB
Binary file not shown.

native/linux-x64/libSDL3.so

57.1 KB
Binary file not shown.

native/linux-x86/libSDL3.so

62.6 KB
Binary file not shown.

native/osx-arm64/libSDL3.dylib

43.9 KB
Binary file not shown.

native/osx-x64/libSDL3.dylib

39.2 KB
Binary file not shown.

native/win-arm64/SDL3.dll

72.5 KB
Binary file not shown.

native/win-x64/SDL3.dll

-8 KB
Binary file not shown.

native/win-x86/SDL3.dll

23 KB
Binary file not shown.

0 commit comments

Comments
 (0)