diff --git a/SDL3-CS/Jars/SDL3AndroidBridge.jar b/SDL3-CS/Jars/SDL3AndroidBridge.jar index 8924e8d..00b8bcb 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 553459e..f5838ae 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 index f5bb097..2f6d889 100644 Binary files a/native/android/arm64-v8a/libSDL3_image.so and b/native/android/arm64-v8a/libSDL3_image.so differ diff --git a/native/android/arm64-v8a/libSDL3_ttf.so b/native/android/arm64-v8a/libSDL3_ttf.so index 3bd86aa..8f5f718 100644 Binary files a/native/android/arm64-v8a/libSDL3_ttf.so 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 b628e01..f3c745f 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 index 64bb286..5862edf 100644 Binary files a/native/android/armeabi-v7a/libSDL3_image.so and b/native/android/armeabi-v7a/libSDL3_image.so differ diff --git a/native/android/armeabi-v7a/libSDL3_ttf.so b/native/android/armeabi-v7a/libSDL3_ttf.so index d972cef..83ff351 100644 Binary files a/native/android/armeabi-v7a/libSDL3_ttf.so 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 8f9ee9f..2cd2fda 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 index f753558..880fad4 100644 Binary files a/native/android/x86/libSDL3_image.so and b/native/android/x86/libSDL3_image.so differ diff --git a/native/android/x86/libSDL3_ttf.so b/native/android/x86/libSDL3_ttf.so index 74c68ba..645d441 100644 Binary files a/native/android/x86/libSDL3_ttf.so 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 fc03744..1f10bb6 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 index 7785094..2d92288 100644 Binary files a/native/android/x86_64/libSDL3_image.so and b/native/android/x86_64/libSDL3_image.so differ diff --git a/native/android/x86_64/libSDL3_ttf.so b/native/android/x86_64/libSDL3_ttf.so index 0c92c44..9323762 100644 Binary files a/native/android/x86_64/libSDL3_ttf.so 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 225edc2..8a20ae1 100644 --- a/native/ios/SDL3.xcframework/Info.plist +++ b/native/ios/SDL3.xcframework/Info.plist @@ -4,6 +4,20 @@ AvailableLibraries + + BinaryPath + SDL3.framework/SDL3 + LibraryIdentifier + ios-arm64 + LibraryPath + SDL3.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + BinaryPath SDL3.framework/SDL3 @@ -35,35 +49,6 @@ SupportedPlatformVariant simulator - - 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 - ios-arm64 - LibraryPath - SDL3.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - 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.xcframework/ios-arm64/SDL3.framework/SDL3 b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 index dc839a7..e07e86b 100755 Binary files a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 and b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 differ diff --git a/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/SDL3 b/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/SDL3 index 76432fb..c6e53af 100755 Binary files a/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/SDL3 and b/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/SDL3 differ diff --git a/native/ios/SDL3_image.xcframework/Info.plist b/native/ios/SDL3_image.xcframework/Info.plist index 06098fa..9472213 100644 --- a/native/ios/SDL3_image.xcframework/Info.plist +++ b/native/ios/SDL3_image.xcframework/Info.plist @@ -4,20 +4,6 @@ AvailableLibraries - - BinaryPath - SDL3_image.framework/SDL3_image - LibraryIdentifier - ios-arm64 - LibraryPath - SDL3_image.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - BinaryPath SDL3_image.framework/SDL3_image @@ -35,6 +21,34 @@ SupportedPlatformVariant simulator + + BinaryPath + SDL3_image.framework/SDL3_image + LibraryIdentifier + tvos-arm64 + LibraryPath + SDL3_image.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + + + BinaryPath + SDL3_image.framework/SDL3_image + LibraryIdentifier + ios-arm64 + LibraryPath + SDL3_image.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + BinaryPath SDL3_image.framework/SDL3_image @@ -52,20 +66,6 @@ SupportedPlatformVariant simulator - - BinaryPath - SDL3_image.framework/SDL3_image - LibraryIdentifier - tvos-arm64 - LibraryPath - SDL3_image.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - tvos - BinaryPath SDL3_image.framework/Versions/A/SDL3_image diff --git a/native/ios/SDL3_mixer.xcframework/Info.plist b/native/ios/SDL3_mixer.xcframework/Info.plist index ab7c527..c04d7ed 100644 --- a/native/ios/SDL3_mixer.xcframework/Info.plist +++ b/native/ios/SDL3_mixer.xcframework/Info.plist @@ -25,18 +25,15 @@ BinaryPath SDL3_mixer.framework/SDL3_mixer LibraryIdentifier - tvos-arm64_x86_64-simulator + ios-arm64 LibraryPath SDL3_mixer.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform - tvos - SupportedPlatformVariant - simulator + ios BinaryPath @@ -53,20 +50,6 @@ SupportedPlatform macos - - BinaryPath - SDL3_mixer.framework/SDL3_mixer - LibraryIdentifier - ios-arm64 - LibraryPath - SDL3_mixer.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - BinaryPath SDL3_mixer.framework/SDL3_mixer @@ -81,6 +64,23 @@ SupportedPlatform tvos + + 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 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 index c833bfb..eec102d 100755 Binary files a/native/ios/SDL3_mixer.xcframework/ios-arm64_x86_64-simulator/SDL3_mixer.framework/SDL3_mixer 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 index d80b7b9..de9ed1a 100644 --- a/native/ios/SDL3_ttf.xcframework/Info.plist +++ b/native/ios/SDL3_ttf.xcframework/Info.plist @@ -4,6 +4,20 @@ AvailableLibraries + + BinaryPath + SDL3_ttf.framework/SDL3_ttf + LibraryIdentifier + tvos-arm64 + LibraryPath + SDL3_ttf.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + BinaryPath SDL3_ttf.framework/SDL3_ttf @@ -21,37 +35,6 @@ SupportedPlatformVariant simulator - - BinaryPath - SDL3_ttf.framework/SDL3_ttf - LibraryIdentifier - ios-arm64_x86_64-simulator - LibraryPath - SDL3_ttf.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - simulator - - - BinaryPath - SDL3_ttf.framework/SDL3_ttf - LibraryIdentifier - tvos-arm64 - LibraryPath - SDL3_ttf.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - tvos - BinaryPath SDL3_ttf.framework/Versions/A/SDL3_ttf @@ -81,6 +64,23 @@ SupportedPlatform ios + + 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 diff --git a/native/linux-arm/libSDL3.so b/native/linux-arm/libSDL3.so index edf25cf..d571317 100644 Binary files a/native/linux-arm/libSDL3.so and b/native/linux-arm/libSDL3.so differ diff --git a/native/linux-arm64/libSDL3.so b/native/linux-arm64/libSDL3.so index 481bdb0..fb8563b 100644 Binary files a/native/linux-arm64/libSDL3.so and b/native/linux-arm64/libSDL3.so differ diff --git a/native/linux-arm64/libSDL3_ttf.so b/native/linux-arm64/libSDL3_ttf.so index 1b80604..1e8e69c 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.so b/native/linux-x64/libSDL3.so index 187a40d..e06deb9 100644 Binary files a/native/linux-x64/libSDL3.so and b/native/linux-x64/libSDL3.so differ diff --git a/native/linux-x86/libSDL3.so b/native/linux-x86/libSDL3.so index 27bec3d..765b7c4 100644 Binary files a/native/linux-x86/libSDL3.so and b/native/linux-x86/libSDL3.so differ diff --git a/native/osx-arm64/libSDL3.dylib b/native/osx-arm64/libSDL3.dylib index fe09248..455b77f 100755 Binary files a/native/osx-arm64/libSDL3.dylib and b/native/osx-arm64/libSDL3.dylib differ diff --git a/native/osx-arm64/libSDL3_mixer.dylib b/native/osx-arm64/libSDL3_mixer.dylib index 3f1de68..df5acf6 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 ccf9793..16d2981 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.dylib b/native/osx-x64/libSDL3.dylib index 351b2b5..83cf0e6 100755 Binary files a/native/osx-x64/libSDL3.dylib and b/native/osx-x64/libSDL3.dylib differ diff --git a/native/win-arm64/SDL3.dll b/native/win-arm64/SDL3.dll index b6f1ce5..29906f4 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 6315571..b9cdd0f 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 0c28d93..bf30012 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 68651bb..0a191c8 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 e129f0e..fccbbad 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 a02337a..5631ada 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 9ed0819..f514a09 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 e119e9a..4d53a6f 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 5e4dbcf..063217a 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 35d939e..a19b22c 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 8d82eaa..1a6678b 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 759c7e4..979f221 100644 Binary files a/native/win-x86/SDL3_ttf.dll and b/native/win-x86/SDL3_ttf.dll differ