diff --git a/native/ios/SDL3.xcframework/Info.plist b/native/ios/SDL3.xcframework/Info.plist index f51bed4..1cc1079 100644 --- a/native/ios/SDL3.xcframework/Info.plist +++ b/native/ios/SDL3.xcframework/Info.plist @@ -6,18 +6,15 @@ LibraryIdentifier - tvos-arm64_x86_64-simulator + tvos-arm64 LibraryPath SDL3.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform tvos - SupportedPlatformVariant - simulator LibraryIdentifier @@ -33,7 +30,7 @@ LibraryIdentifier - ios-arm64_x86_64-simulator + tvos-arm64_x86_64-simulator LibraryPath SDL3.framework SupportedArchitectures @@ -42,7 +39,7 @@ x86_64 SupportedPlatform - ios + tvos SupportedPlatformVariant simulator @@ -61,15 +58,18 @@ LibraryIdentifier - tvos-arm64 + ios-arm64_x86_64-simulator LibraryPath SDL3.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - tvos + ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 index c62f702..6070489 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 2d0e24d..2defb4d 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