diff --git a/SDL3-CS/Jars/SDL3AndroidBridge.jar b/SDL3-CS/Jars/SDL3AndroidBridge.jar index 180a426..8fcfd1f 100644 Binary files a/SDL3-CS/Jars/SDL3AndroidBridge.jar and b/SDL3-CS/Jars/SDL3AndroidBridge.jar differ diff --git a/native/android/arm64-v8a/libSDL3.so b/native/android/arm64-v8a/libSDL3.so index 207c289..ddca26e 100755 Binary files a/native/android/arm64-v8a/libSDL3.so and b/native/android/arm64-v8a/libSDL3.so differ diff --git a/native/android/arm64-v8a/libSDL3_image.so b/native/android/arm64-v8a/libSDL3_image.so new file mode 100644 index 0000000..d08920e Binary files /dev/null and b/native/android/arm64-v8a/libSDL3_image.so differ diff --git a/native/android/arm64-v8a/libSDL3_mixer.so b/native/android/arm64-v8a/libSDL3_mixer.so new file mode 100644 index 0000000..bcf3d09 Binary files /dev/null and b/native/android/arm64-v8a/libSDL3_mixer.so differ diff --git a/native/android/arm64-v8a/libSDL3_ttf.so b/native/android/arm64-v8a/libSDL3_ttf.so new file mode 100644 index 0000000..f470648 Binary files /dev/null and b/native/android/arm64-v8a/libSDL3_ttf.so differ diff --git a/native/android/armeabi-v7a/libSDL3.so b/native/android/armeabi-v7a/libSDL3.so index 893ae64..fd31ecc 100755 Binary files a/native/android/armeabi-v7a/libSDL3.so and b/native/android/armeabi-v7a/libSDL3.so differ diff --git a/native/android/armeabi-v7a/libSDL3_image.so b/native/android/armeabi-v7a/libSDL3_image.so new file mode 100644 index 0000000..740c5e6 Binary files /dev/null and b/native/android/armeabi-v7a/libSDL3_image.so differ diff --git a/native/android/armeabi-v7a/libSDL3_mixer.so b/native/android/armeabi-v7a/libSDL3_mixer.so new file mode 100644 index 0000000..19d8a03 Binary files /dev/null and b/native/android/armeabi-v7a/libSDL3_mixer.so differ diff --git a/native/android/armeabi-v7a/libSDL3_ttf.so b/native/android/armeabi-v7a/libSDL3_ttf.so new file mode 100644 index 0000000..106a958 Binary files /dev/null and b/native/android/armeabi-v7a/libSDL3_ttf.so differ diff --git a/native/android/x86/libSDL3.so b/native/android/x86/libSDL3.so index 59a2c60..89d8920 100755 Binary files a/native/android/x86/libSDL3.so and b/native/android/x86/libSDL3.so differ diff --git a/native/android/x86/libSDL3_image.so b/native/android/x86/libSDL3_image.so new file mode 100644 index 0000000..c6db682 Binary files /dev/null and b/native/android/x86/libSDL3_image.so differ diff --git a/native/android/x86/libSDL3_mixer.so b/native/android/x86/libSDL3_mixer.so new file mode 100644 index 0000000..7a7d672 Binary files /dev/null and b/native/android/x86/libSDL3_mixer.so differ diff --git a/native/android/x86/libSDL3_ttf.so b/native/android/x86/libSDL3_ttf.so new file mode 100644 index 0000000..805f3ac Binary files /dev/null and b/native/android/x86/libSDL3_ttf.so differ diff --git a/native/android/x86_64/libSDL3.so b/native/android/x86_64/libSDL3.so index 53eaab5..ec6f1af 100755 Binary files a/native/android/x86_64/libSDL3.so and b/native/android/x86_64/libSDL3.so differ diff --git a/native/android/x86_64/libSDL3_image.so b/native/android/x86_64/libSDL3_image.so new file mode 100644 index 0000000..74fad0d Binary files /dev/null and b/native/android/x86_64/libSDL3_image.so differ diff --git a/native/android/x86_64/libSDL3_mixer.so b/native/android/x86_64/libSDL3_mixer.so new file mode 100644 index 0000000..ec43809 Binary files /dev/null and b/native/android/x86_64/libSDL3_mixer.so differ diff --git a/native/android/x86_64/libSDL3_ttf.so b/native/android/x86_64/libSDL3_ttf.so new file mode 100644 index 0000000..b294e13 Binary files /dev/null and b/native/android/x86_64/libSDL3_ttf.so differ diff --git a/native/ios/SDL3.xcframework/Info.plist b/native/ios/SDL3.xcframework/Info.plist index 566ab71..097af4b 100644 --- a/native/ios/SDL3.xcframework/Info.plist +++ b/native/ios/SDL3.xcframework/Info.plist @@ -4,35 +4,6 @@ AvailableLibraries - - BinaryPath - SDL3.framework/Versions/A/SDL3 - LibraryIdentifier - macos-arm64_x86_64 - LibraryPath - SDL3.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - macos - - - BinaryPath - SDL3.framework/SDL3 - LibraryIdentifier - tvos-arm64 - LibraryPath - SDL3.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - tvos - BinaryPath SDL3.framework/SDL3 @@ -50,6 +21,20 @@ SupportedPlatformVariant simulator + + BinaryPath + SDL3.framework/SDL3 + LibraryIdentifier + tvos-arm64 + LibraryPath + SDL3.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + BinaryPath SDL3.framework/SDL3 @@ -81,6 +66,21 @@ SupportedPlatformVariant simulator + + BinaryPath + SDL3.framework/Versions/A/SDL3 + LibraryIdentifier + macos-arm64_x86_64 + LibraryPath + SDL3.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + macos + CFBundlePackageType XFWK diff --git a/native/ios/SDL3_image.xcframework/Info.plist b/native/ios/SDL3_image.xcframework/Info.plist new file mode 100644 index 0000000..cd34795 --- /dev/null +++ b/native/ios/SDL3_image.xcframework/Info.plist @@ -0,0 +1,90 @@ + + + + + AvailableLibraries + + + BinaryPath + SDL3_image.framework/SDL3_image + LibraryIdentifier + tvos-arm64_x86_64-simulator + LibraryPath + SDL3_image.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + tvos + SupportedPlatformVariant + simulator + + + BinaryPath + SDL3_image.framework/SDL3_image + LibraryIdentifier + ios-arm64 + LibraryPath + SDL3_image.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + BinaryPath + SDL3_image.framework/SDL3_image + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + SDL3_image.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + BinaryPath + SDL3_image.framework/Versions/A/SDL3_image + LibraryIdentifier + macos-arm64_x86_64 + LibraryPath + SDL3_image.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + macos + + + BinaryPath + SDL3_image.framework/SDL3_image + LibraryIdentifier + tvos-arm64 + LibraryPath + SDL3_image.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/Info.plist b/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/Info.plist new file mode 100644 index 0000000..02c3473 Binary files /dev/null and b/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/Info.plist differ diff --git a/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/SDL3_image b/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/SDL3_image new file mode 100755 index 0000000..06d5163 Binary files /dev/null and b/native/ios/SDL3_image.xcframework/ios-arm64/SDL3_image.framework/SDL3_image differ diff --git a/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/Info.plist b/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/Info.plist new file mode 100644 index 0000000..6a7e614 Binary files /dev/null and b/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/Info.plist differ diff --git a/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/SDL3_image b/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/SDL3_image new file mode 100755 index 0000000..c1a2873 Binary files /dev/null and b/native/ios/SDL3_image.xcframework/ios-arm64_x86_64-simulator/SDL3_image.framework/SDL3_image differ diff --git a/native/ios/SDL3_mixer.xcframework/Info.plist b/native/ios/SDL3_mixer.xcframework/Info.plist new file mode 100644 index 0000000..4b66714 --- /dev/null +++ b/native/ios/SDL3_mixer.xcframework/Info.plist @@ -0,0 +1,90 @@ + + + + + AvailableLibraries + + + BinaryPath + SDL3_mixer.framework/SDL3_mixer + LibraryIdentifier + ios-arm64 + LibraryPath + SDL3_mixer.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + BinaryPath + SDL3_mixer.framework/SDL3_mixer + LibraryIdentifier + tvos-arm64 + LibraryPath + SDL3_mixer.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + + + BinaryPath + SDL3_mixer.framework/SDL3_mixer + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + SDL3_mixer.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + BinaryPath + SDL3_mixer.framework/Versions/A/SDL3_mixer + LibraryIdentifier + macos-arm64_x86_64 + LibraryPath + SDL3_mixer.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + macos + + + BinaryPath + SDL3_mixer.framework/SDL3_mixer + LibraryIdentifier + tvos-arm64_x86_64-simulator + LibraryPath + SDL3_mixer.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + tvos + SupportedPlatformVariant + simulator + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/Info.plist b/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/Info.plist new file mode 100644 index 0000000..7b80875 Binary files /dev/null and b/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/Info.plist differ diff --git a/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/SDL3_mixer b/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/SDL3_mixer new file mode 100755 index 0000000..e400076 Binary files /dev/null and b/native/ios/SDL3_mixer.xcframework/ios-arm64/SDL3_mixer.framework/SDL3_mixer differ diff --git a/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/Info.plist b/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/Info.plist new file mode 100644 index 0000000..ebab3b4 Binary files /dev/null and b/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/Info.plist differ diff --git a/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/SDL3_mixer b/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/SDL3_mixer new file mode 100755 index 0000000..4e6c59e Binary files /dev/null and b/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/SDL3_mixer differ diff --git a/native/ios/SDL3_ttf.xcframework/Info.plist b/native/ios/SDL3_ttf.xcframework/Info.plist new file mode 100644 index 0000000..3506fe9 --- /dev/null +++ b/native/ios/SDL3_ttf.xcframework/Info.plist @@ -0,0 +1,90 @@ + + + + + AvailableLibraries + + + BinaryPath + SDL3_ttf.framework/SDL3_ttf + LibraryIdentifier + tvos-arm64 + LibraryPath + SDL3_ttf.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + + + BinaryPath + SDL3_ttf.framework/SDL3_ttf + LibraryIdentifier + tvos-arm64_x86_64-simulator + LibraryPath + SDL3_ttf.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + tvos + SupportedPlatformVariant + simulator + + + BinaryPath + SDL3_ttf.framework/SDL3_ttf + LibraryIdentifier + ios-arm64 + LibraryPath + SDL3_ttf.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + BinaryPath + SDL3_ttf.framework/Versions/A/SDL3_ttf + LibraryIdentifier + macos-arm64_x86_64 + LibraryPath + SDL3_ttf.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + macos + + + BinaryPath + SDL3_ttf.framework/SDL3_ttf + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + SDL3_ttf.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/Info.plist b/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/Info.plist new file mode 100644 index 0000000..879e127 Binary files /dev/null and b/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/Info.plist differ diff --git a/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/SDL3_ttf b/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/SDL3_ttf new file mode 100755 index 0000000..2b5e96a Binary files /dev/null and b/native/ios/SDL3_ttf.xcframework/ios-arm64/SDL3_ttf.framework/SDL3_ttf differ diff --git a/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/Info.plist b/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/Info.plist new file mode 100644 index 0000000..a0abdb6 Binary files /dev/null and b/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/Info.plist differ diff --git a/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/SDL3_ttf b/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/SDL3_ttf new file mode 100755 index 0000000..f237c66 Binary files /dev/null and b/native/ios/SDL3_ttf.xcframework/ios-arm64_x86_64-simulator/SDL3_ttf.framework/SDL3_ttf differ diff --git a/native/linux-arm/libSDL3_image.so b/native/linux-arm/libSDL3_image.so index e5d6bdf..d7b719c 100644 Binary files a/native/linux-arm/libSDL3_image.so and b/native/linux-arm/libSDL3_image.so differ diff --git a/native/linux-arm/libSDL3_mixer.so b/native/linux-arm/libSDL3_mixer.so index e8c2fe8..0682d7c 100644 Binary files a/native/linux-arm/libSDL3_mixer.so and b/native/linux-arm/libSDL3_mixer.so differ diff --git a/native/linux-arm/libSDL3_ttf.so b/native/linux-arm/libSDL3_ttf.so index bc44643..dd49029 100644 Binary files a/native/linux-arm/libSDL3_ttf.so and b/native/linux-arm/libSDL3_ttf.so differ diff --git a/native/linux-arm64/libSDL3_image.so b/native/linux-arm64/libSDL3_image.so index 9eeb396..4341d04 100644 Binary files a/native/linux-arm64/libSDL3_image.so and b/native/linux-arm64/libSDL3_image.so differ diff --git a/native/linux-arm64/libSDL3_mixer.so b/native/linux-arm64/libSDL3_mixer.so index de7ab54..4b51bae 100644 Binary files a/native/linux-arm64/libSDL3_mixer.so and b/native/linux-arm64/libSDL3_mixer.so differ diff --git a/native/linux-arm64/libSDL3_ttf.so b/native/linux-arm64/libSDL3_ttf.so index 828c982..a7960db 100644 Binary files a/native/linux-arm64/libSDL3_ttf.so and b/native/linux-arm64/libSDL3_ttf.so differ diff --git a/native/linux-x64/libSDL3_image.so b/native/linux-x64/libSDL3_image.so index f5fe92b..bd082c4 100644 Binary files a/native/linux-x64/libSDL3_image.so and b/native/linux-x64/libSDL3_image.so differ diff --git a/native/linux-x64/libSDL3_mixer.so b/native/linux-x64/libSDL3_mixer.so index 3cca90f..168ee1b 100644 Binary files a/native/linux-x64/libSDL3_mixer.so and b/native/linux-x64/libSDL3_mixer.so differ diff --git a/native/linux-x64/libSDL3_ttf.so b/native/linux-x64/libSDL3_ttf.so index 8b8dbed..3da200c 100644 Binary files a/native/linux-x64/libSDL3_ttf.so and b/native/linux-x64/libSDL3_ttf.so differ diff --git a/native/linux-x86/libSDL3_image.so b/native/linux-x86/libSDL3_image.so index 87ba96f..4ac1e38 100644 Binary files a/native/linux-x86/libSDL3_image.so and b/native/linux-x86/libSDL3_image.so differ diff --git a/native/linux-x86/libSDL3_mixer.so b/native/linux-x86/libSDL3_mixer.so index 46e0052..8581500 100644 Binary files a/native/linux-x86/libSDL3_mixer.so and b/native/linux-x86/libSDL3_mixer.so differ diff --git a/native/linux-x86/libSDL3_ttf.so b/native/linux-x86/libSDL3_ttf.so index bb976c3..a246df0 100644 Binary files a/native/linux-x86/libSDL3_ttf.so and b/native/linux-x86/libSDL3_ttf.so differ diff --git a/native/osx-arm64/libSDL3_image.dylib b/native/osx-arm64/libSDL3_image.dylib index fb10845..e9a4ba7 100755 Binary files a/native/osx-arm64/libSDL3_image.dylib and b/native/osx-arm64/libSDL3_image.dylib differ diff --git a/native/osx-arm64/libSDL3_mixer.dylib b/native/osx-arm64/libSDL3_mixer.dylib index 4077fa8..2697bb0 100755 Binary files a/native/osx-arm64/libSDL3_mixer.dylib and b/native/osx-arm64/libSDL3_mixer.dylib differ diff --git a/native/osx-arm64/libSDL3_ttf.dylib b/native/osx-arm64/libSDL3_ttf.dylib index 5922101..20fc99a 100755 Binary files a/native/osx-arm64/libSDL3_ttf.dylib and b/native/osx-arm64/libSDL3_ttf.dylib differ diff --git a/native/osx-x64/libSDL3_image.dylib b/native/osx-x64/libSDL3_image.dylib index 3706a61..7869d7d 100755 Binary files a/native/osx-x64/libSDL3_image.dylib and b/native/osx-x64/libSDL3_image.dylib differ diff --git a/native/osx-x64/libSDL3_mixer.dylib b/native/osx-x64/libSDL3_mixer.dylib index 6f55385..a3be016 100755 Binary files a/native/osx-x64/libSDL3_mixer.dylib and b/native/osx-x64/libSDL3_mixer.dylib differ diff --git a/native/osx-x64/libSDL3_ttf.dylib b/native/osx-x64/libSDL3_ttf.dylib index cc14199..4c0cb8a 100755 Binary files a/native/osx-x64/libSDL3_ttf.dylib and b/native/osx-x64/libSDL3_ttf.dylib differ diff --git a/native/win-arm64/SDL3.dll b/native/win-arm64/SDL3.dll index 9b458a2..72ae2f6 100644 Binary files a/native/win-arm64/SDL3.dll and b/native/win-arm64/SDL3.dll differ diff --git a/native/win-arm64/SDL3_image.dll b/native/win-arm64/SDL3_image.dll index 2d86f5c..8647bc0 100644 Binary files a/native/win-arm64/SDL3_image.dll and b/native/win-arm64/SDL3_image.dll differ diff --git a/native/win-arm64/SDL3_mixer.dll b/native/win-arm64/SDL3_mixer.dll index 17aace9..6dbcfaf 100644 Binary files a/native/win-arm64/SDL3_mixer.dll and b/native/win-arm64/SDL3_mixer.dll differ diff --git a/native/win-arm64/SDL3_ttf.dll b/native/win-arm64/SDL3_ttf.dll index 70c0d41..a1c2dd8 100644 Binary files a/native/win-arm64/SDL3_ttf.dll and b/native/win-arm64/SDL3_ttf.dll differ diff --git a/native/win-x64/SDL3.dll b/native/win-x64/SDL3.dll index 99469e4..a89fa52 100644 Binary files a/native/win-x64/SDL3.dll and b/native/win-x64/SDL3.dll differ diff --git a/native/win-x64/SDL3_image.dll b/native/win-x64/SDL3_image.dll index 2d976e2..58ff40d 100644 Binary files a/native/win-x64/SDL3_image.dll and b/native/win-x64/SDL3_image.dll differ diff --git a/native/win-x64/SDL3_mixer.dll b/native/win-x64/SDL3_mixer.dll index 8583c64..d8c2d8e 100644 Binary files a/native/win-x64/SDL3_mixer.dll and b/native/win-x64/SDL3_mixer.dll differ diff --git a/native/win-x64/SDL3_ttf.dll b/native/win-x64/SDL3_ttf.dll index 07400ad..2fb28b7 100644 Binary files a/native/win-x64/SDL3_ttf.dll and b/native/win-x64/SDL3_ttf.dll differ diff --git a/native/win-x86/SDL3.dll b/native/win-x86/SDL3.dll index 4e0c2ca..8b0f761 100644 Binary files a/native/win-x86/SDL3.dll and b/native/win-x86/SDL3.dll differ diff --git a/native/win-x86/SDL3_image.dll b/native/win-x86/SDL3_image.dll index 8db1d8b..638cb11 100644 Binary files a/native/win-x86/SDL3_image.dll and b/native/win-x86/SDL3_image.dll differ diff --git a/native/win-x86/SDL3_mixer.dll b/native/win-x86/SDL3_mixer.dll index 50f7546..86d6ba7 100644 Binary files a/native/win-x86/SDL3_mixer.dll and b/native/win-x86/SDL3_mixer.dll differ diff --git a/native/win-x86/SDL3_ttf.dll b/native/win-x86/SDL3_ttf.dll index fcc3039..91ac375 100644 Binary files a/native/win-x86/SDL3_ttf.dll and b/native/win-x86/SDL3_ttf.dll differ