diff --git a/native/ios/SDL3.xcframework/Info.plist b/native/ios/SDL3.xcframework/Info.plist index 453849a..8a20ae1 100644 --- a/native/ios/SDL3.xcframework/Info.plist +++ b/native/ios/SDL3.xcframework/Info.plist @@ -20,24 +20,23 @@ 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 SDL3.framework/SDL3 LibraryIdentifier - ios-arm64_x86_64-simulator + tvos-arm64_x86_64-simulator LibraryPath SDL3.framework SupportedArchitectures @@ -46,7 +45,7 @@ x86_64 SupportedPlatform - ios + tvos SupportedPlatformVariant simulator @@ -54,7 +53,7 @@ BinaryPath SDL3.framework/SDL3 LibraryIdentifier - tvos-arm64_x86_64-simulator + ios-arm64_x86_64-simulator LibraryPath SDL3.framework SupportedArchitectures @@ -63,23 +62,24 @@ x86_64 SupportedPlatform - tvos + ios SupportedPlatformVariant simulator 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/Info.plist b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/Info.plist index 031de36..28cf864 100644 Binary files a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/Info.plist and b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/Info.plist differ diff --git a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 index 520751c..299cfa7 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/Info.plist b/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/Info.plist index a03a06e..2f52d41 100644 Binary files a/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/Info.plist and b/native/ios/SDL3.xcframework/ios-arm64_x86_64-simulator/SDL3.framework/Info.plist 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 9fd176c..d36b501 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