diff --git a/native/ios/SDL3.xcframework/Info.plist b/native/ios/SDL3.xcframework/Info.plist index 2214a1e..544ba61 100644 --- a/native/ios/SDL3.xcframework/Info.plist +++ b/native/ios/SDL3.xcframework/Info.plist @@ -37,18 +37,17 @@ BinaryPath - SDL3.framework/Versions/A/SDL3 + SDL3.framework/SDL3 LibraryIdentifier - macos-arm64_x86_64 + tvos-arm64 LibraryPath SDL3.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform - macos + tvos BinaryPath @@ -69,17 +68,18 @@ BinaryPath - SDL3.framework/SDL3 + SDL3.framework/Versions/A/SDL3 LibraryIdentifier - tvos-arm64 + macos-arm64_x86_64 LibraryPath SDL3.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - tvos + macos CFBundlePackageType diff --git a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 index 6e3bd79..abf3498 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 9893d93..ba8ae46 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