diff --git a/native/ios/SDL2.xcframework/Info.plist b/native/ios/SDL2.xcframework/Info.plist new file mode 100644 index 0000000..9f38cae --- /dev/null +++ b/native/ios/SDL2.xcframework/Info.plist @@ -0,0 +1,40 @@ + + + + + AvailableLibraries + + + LibraryIdentifier + ios-arm64 + LibraryPath + SDL2.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + SDL2.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/native/ios/SDL2.xcframework/ios-arm64/SDL2.framework/Info.plist b/native/ios/SDL2.xcframework/ios-arm64/SDL2.framework/Info.plist new file mode 100644 index 0000000..c573198 Binary files /dev/null and b/native/ios/SDL2.xcframework/ios-arm64/SDL2.framework/Info.plist differ diff --git a/native/ios/SDL2.xcframework/ios-arm64/SDL2.framework/SDL2 b/native/ios/SDL2.xcframework/ios-arm64/SDL2.framework/SDL2 new file mode 100755 index 0000000..96fc0ba Binary files /dev/null and b/native/ios/SDL2.xcframework/ios-arm64/SDL2.framework/SDL2 differ diff --git a/native/ios/SDL2.xcframework/ios-arm64_x86_64-simulator/SDL2.framework/Info.plist b/native/ios/SDL2.xcframework/ios-arm64_x86_64-simulator/SDL2.framework/Info.plist new file mode 100644 index 0000000..8b8f909 Binary files /dev/null and b/native/ios/SDL2.xcframework/ios-arm64_x86_64-simulator/SDL2.framework/Info.plist differ diff --git a/native/ios/SDL2.xcframework/ios-arm64_x86_64-simulator/SDL2.framework/SDL2 b/native/ios/SDL2.xcframework/ios-arm64_x86_64-simulator/SDL2.framework/SDL2 new file mode 100755 index 0000000..000e19e Binary files /dev/null and b/native/ios/SDL2.xcframework/ios-arm64_x86_64-simulator/SDL2.framework/SDL2 differ