Skip to content

Commit 55d3514

Browse files
authored
Merge pull request #166 from ppy/update-native-binaries
Update native binaries
2 parents 012a3dc + 6fa75e7 commit 55d3514

File tree

19 files changed

+15
-15
lines changed

19 files changed

+15
-15
lines changed
0 Bytes
Binary file not shown.

native/android/arm64-v8a/libSDL3.so

-25.1 KB
Binary file not shown.

native/android/armeabi-v7a/libSDL3.so

-16.7 KB
Binary file not shown.

native/android/x86/libSDL3.so

-36.5 KB
Binary file not shown.

native/android/x86_64/libSDL3.so

-28.1 KB
Binary file not shown.

native/ios/SDL3.xcframework/Info.plist

+15-15
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
<key>BinaryPath</key>
99
<string>SDL3.framework/SDL3</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>tvos-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>SDL3.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
1717
</array>
1818
<key>SupportedPlatform</key>
19-
<string>ios</string>
19+
<string>tvos</string>
2020
</dict>
2121
<dict>
2222
<key>BinaryPath</key>
23-
<string>SDL3.framework/Versions/A/SDL3</string>
23+
<string>SDL3.framework/SDL3</string>
2424
<key>LibraryIdentifier</key>
25-
<string>macos-arm64_x86_64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2626
<key>LibraryPath</key>
2727
<string>SDL3.framework</string>
2828
<key>SupportedArchitectures</key>
@@ -31,44 +31,46 @@
3131
<string>x86_64</string>
3232
</array>
3333
<key>SupportedPlatform</key>
34-
<string>macos</string>
34+
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3537
</dict>
3638
<dict>
3739
<key>BinaryPath</key>
3840
<string>SDL3.framework/SDL3</string>
3941
<key>LibraryIdentifier</key>
40-
<string>ios-arm64_x86_64-simulator</string>
42+
<string>ios-arm64</string>
4143
<key>LibraryPath</key>
4244
<string>SDL3.framework</string>
4345
<key>SupportedArchitectures</key>
4446
<array>
4547
<string>arm64</string>
46-
<string>x86_64</string>
4748
</array>
4849
<key>SupportedPlatform</key>
4950
<string>ios</string>
50-
<key>SupportedPlatformVariant</key>
51-
<string>simulator</string>
5251
</dict>
5352
<dict>
5453
<key>BinaryPath</key>
5554
<string>SDL3.framework/SDL3</string>
5655
<key>LibraryIdentifier</key>
57-
<string>tvos-arm64</string>
56+
<string>tvos-arm64_x86_64-simulator</string>
5857
<key>LibraryPath</key>
5958
<string>SDL3.framework</string>
6059
<key>SupportedArchitectures</key>
6160
<array>
6261
<string>arm64</string>
62+
<string>x86_64</string>
6363
</array>
6464
<key>SupportedPlatform</key>
6565
<string>tvos</string>
66+
<key>SupportedPlatformVariant</key>
67+
<string>simulator</string>
6668
</dict>
6769
<dict>
6870
<key>BinaryPath</key>
69-
<string>SDL3.framework/SDL3</string>
71+
<string>SDL3.framework/Versions/A/SDL3</string>
7072
<key>LibraryIdentifier</key>
71-
<string>tvos-arm64_x86_64-simulator</string>
73+
<string>macos-arm64_x86_64</string>
7274
<key>LibraryPath</key>
7375
<string>SDL3.framework</string>
7476
<key>SupportedArchitectures</key>
@@ -77,9 +79,7 @@
7779
<string>x86_64</string>
7880
</array>
7981
<key>SupportedPlatform</key>
80-
<string>tvos</string>
81-
<key>SupportedPlatformVariant</key>
82-
<string>simulator</string>
82+
<string>macos</string>
8383
</dict>
8484
</array>
8585
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.

native/linux-arm/libSDL3.so

-22.2 KB
Binary file not shown.

native/linux-arm64/libSDL3.so

-62.5 KB
Binary file not shown.

native/linux-x64/libSDL3.so

-26.6 KB
Binary file not shown.

native/linux-x86/libSDL3.so

-30.5 KB
Binary file not shown.

native/osx-arm64/libSDL3.dylib

-14.9 KB
Binary file not shown.

native/osx-x64/libSDL3.dylib

-26.8 KB
Binary file not shown.

native/win-arm64/SDL3.dll

-25.5 KB
Binary file not shown.

native/win-x64/SDL3.dll

-23.5 KB
Binary file not shown.

native/win-x86/SDL3.dll

-25 KB
Binary file not shown.

0 commit comments

Comments
 (0)