diff --git a/native/ios/SDL3.xcframework/Info.plist b/native/ios/SDL3.xcframework/Info.plist index be6c13c..453849a 100644 --- a/native/ios/SDL3.xcframework/Info.plist +++ b/native/ios/SDL3.xcframework/Info.plist @@ -8,7 +8,7 @@ BinaryPath SDL3.framework/SDL3 LibraryIdentifier - tvos-arm64 + ios-arm64 LibraryPath SDL3.framework SupportedArchitectures @@ -16,24 +16,7 @@ arm64 SupportedPlatform - tvos - - - BinaryPath - SDL3.framework/SDL3 - LibraryIdentifier - tvos-arm64_x86_64-simulator - LibraryPath - SDL3.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - tvos - SupportedPlatformVariant - simulator + ios BinaryPath @@ -71,7 +54,24 @@ BinaryPath SDL3.framework/SDL3 LibraryIdentifier - ios-arm64 + tvos-arm64_x86_64-simulator + LibraryPath + SDL3.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + tvos + SupportedPlatformVariant + simulator + + + BinaryPath + SDL3.framework/SDL3 + LibraryIdentifier + tvos-arm64 LibraryPath SDL3.framework SupportedArchitectures @@ -79,7 +79,7 @@ arm64 SupportedPlatform - ios + tvos CFBundlePackageType diff --git a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 index 29b8577..520751c 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 cd35886..9fd176c 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