diff --git a/native/ios/SDL3.xcframework/Info.plist b/native/ios/SDL3.xcframework/Info.plist index c09aa2a..9160913 100644 --- a/native/ios/SDL3.xcframework/Info.plist +++ b/native/ios/SDL3.xcframework/Info.plist @@ -4,6 +4,35 @@ AvailableLibraries + + BinaryPath + SDL3.framework/Versions/A/SDL3 + LibraryIdentifier + macos-arm64_x86_64 + LibraryPath + SDL3.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + macos + + + BinaryPath + SDL3.framework/SDL3 + LibraryIdentifier + tvos-arm64 + LibraryPath + SDL3.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + BinaryPath SDL3.framework/SDL3 @@ -38,21 +67,6 @@ SupportedPlatformVariant simulator - - BinaryPath - SDL3.framework/Versions/A/SDL3 - LibraryIdentifier - macos-arm64_x86_64 - LibraryPath - SDL3.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - macos - BinaryPath SDL3.framework/SDL3 @@ -67,20 +81,6 @@ SupportedPlatform ios - - BinaryPath - SDL3.framework/SDL3 - LibraryIdentifier - tvos-arm64 - LibraryPath - SDL3.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - tvos - CFBundlePackageType XFWK diff --git a/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 b/native/ios/SDL3.xcframework/ios-arm64/SDL3.framework/SDL3 index 3c5ea9d..22ca5f9 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 3ed653f..bcd28c0 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