diff --git a/SDL3-CS/Jars/SDL3AndroidBridge.jar b/SDL3-CS/Jars/SDL3AndroidBridge.jar index 796e30d..4aacd3f 100644 Binary files a/SDL3-CS/Jars/SDL3AndroidBridge.jar and b/SDL3-CS/Jars/SDL3AndroidBridge.jar differ diff --git a/native/ios/SDL3.xcframework/Info.plist b/native/ios/SDL3.xcframework/Info.plist index 1ee9153..b250f1b 100644 --- a/native/ios/SDL3.xcframework/Info.plist +++ b/native/ios/SDL3.xcframework/Info.plist @@ -7,19 +7,34 @@ BinaryPath SDL3.framework/SDL3 + DebugSymbolsPath + dSYMs LibraryIdentifier - tvos-arm64_x86_64-simulator + ios-arm64 + LibraryPath + SDL3.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + BinaryPath + SDL3.framework/SDL3 + DebugSymbolsPath + dSYMs + LibraryIdentifier + tvos-arm64 LibraryPath SDL3.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform tvos - SupportedPlatformVariant - simulator BinaryPath @@ -38,22 +53,6 @@ SupportedPlatformVariant simulator - - BinaryPath - SDL3.framework/SDL3 - DebugSymbolsPath - dSYMs - LibraryIdentifier - ios-arm64 - LibraryPath - SDL3.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - BinaryPath SDL3.framework/Versions/A/SDL3 @@ -74,18 +73,19 @@ BinaryPath SDL3.framework/SDL3 - DebugSymbolsPath - dSYMs LibraryIdentifier - tvos-arm64 + tvos-arm64_x86_64-simulator LibraryPath SDL3.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform tvos + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/native/ios/SDL3_image.xcframework/Info.plist b/native/ios/SDL3_image.xcframework/Info.plist index ae499c8..8379cfd 100644 --- a/native/ios/SDL3_image.xcframework/Info.plist +++ b/native/ios/SDL3_image.xcframework/Info.plist @@ -4,6 +4,38 @@ 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/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 @@ -35,21 +67,6 @@ SupportedPlatform tvos - - 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 @@ -64,23 +81,6 @@ SupportedPlatform ios - - BinaryPath - SDL3_image.framework/SDL3_image - LibraryIdentifier - tvos-arm64_x86_64-simulator - LibraryPath - SDL3_image.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - tvos - SupportedPlatformVariant - simulator - CFBundlePackageType XFWK diff --git a/native/ios/SDL3_mixer.xcframework/Info.plist b/native/ios/SDL3_mixer.xcframework/Info.plist index ab7b1d6..6419512 100644 --- a/native/ios/SDL3_mixer.xcframework/Info.plist +++ b/native/ios/SDL3_mixer.xcframework/Info.plist @@ -4,20 +4,6 @@ AvailableLibraries - - BinaryPath - SDL3_mixer.framework/SDL3_mixer - LibraryIdentifier - tvos-arm64 - LibraryPath - SDL3_mixer.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - tvos - BinaryPath SDL3_mixer.framework/Versions/A/SDL3_mixer @@ -64,6 +50,20 @@ 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 diff --git a/native/ios/SDL3_ttf.xcframework/Info.plist b/native/ios/SDL3_ttf.xcframework/Info.plist index b46f6af..8dbe3bf 100644 --- a/native/ios/SDL3_ttf.xcframework/Info.plist +++ b/native/ios/SDL3_ttf.xcframework/Info.plist @@ -4,21 +4,6 @@ AvailableLibraries - - 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 @@ -33,20 +18,6 @@ SupportedPlatform ios - - BinaryPath - SDL3_ttf.framework/SDL3_ttf - LibraryIdentifier - tvos-arm64 - LibraryPath - SDL3_ttf.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - tvos - BinaryPath SDL3_ttf.framework/SDL3_ttf @@ -64,6 +35,20 @@ SupportedPlatformVariant simulator + + BinaryPath + SDL3_ttf.framework/SDL3_ttf + LibraryIdentifier + tvos-arm64 + LibraryPath + SDL3_ttf.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + BinaryPath SDL3_ttf.framework/SDL3_ttf @@ -81,6 +66,21 @@ SupportedPlatformVariant simulator + + BinaryPath + SDL3_ttf.framework/Versions/A/SDL3_ttf + LibraryIdentifier + macos-arm64_x86_64 + LibraryPath + SDL3_ttf.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + macos + CFBundlePackageType XFWK diff --git a/native/linux-arm/libSDL3.so b/native/linux-arm/libSDL3.so index b3305ef..8b317c0 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 cc44202..3982732 100644 Binary files a/native/linux-arm64/libSDL3.so and b/native/linux-arm64/libSDL3.so differ diff --git a/native/linux-x64/libSDL3.so b/native/linux-x64/libSDL3.so index 9fcd049..fefc91b 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 145798a..1a5b023 100644 Binary files a/native/linux-x86/libSDL3.so and b/native/linux-x86/libSDL3.so differ diff --git a/native/win-arm64/SDL3.dll b/native/win-arm64/SDL3.dll index 242c412..7730c7f 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 68625ea..ee39fe7 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 8a73a9a..54f0655 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 3043126..e334471 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 30aafbd..3582f8d 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 c3d0326..d7dc907 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 44b7856..4e95a79 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 34fd636..d95b08b 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 4e066b4..d60a8dd 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 036b393..37ee6aa 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 1ad35b3..c5511b1 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 b60a1fd..f1bd959 100644 Binary files a/native/win-x86/SDL3_ttf.dll and b/native/win-x86/SDL3_ttf.dll differ