diff --git a/Sources/EzklCoreBindings/EzklCore.xcframework/Info.plist b/Sources/EzklCoreBindings/EzklCore.xcframework/Info.plist index 6d96d01..d1351f9 100644 --- a/Sources/EzklCoreBindings/EzklCore.xcframework/Info.plist +++ b/Sources/EzklCoreBindings/EzklCore.xcframework/Info.plist @@ -10,7 +10,7 @@ HeadersPath Headers LibraryIdentifier - ios-arm64 + ios-arm64-simulator LibraryPath libezkl.a SupportedArchitectures @@ -19,6 +19,8 @@ SupportedPlatform ios + SupportedPlatformVariant + simulator BinaryPath @@ -26,7 +28,7 @@ HeadersPath Headers LibraryIdentifier - ios-arm64-simulator + ios-arm64 LibraryPath libezkl.a SupportedArchitectures @@ -35,8 +37,6 @@ SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/Sources/EzklCoreBindings/EzklCore.xcframework/ios-arm64-simulator/libezkl.a b/Sources/EzklCoreBindings/EzklCore.xcframework/ios-arm64-simulator/libezkl.a index fb4129e..b485159 100644 Binary files a/Sources/EzklCoreBindings/EzklCore.xcframework/ios-arm64-simulator/libezkl.a and b/Sources/EzklCoreBindings/EzklCore.xcframework/ios-arm64-simulator/libezkl.a differ diff --git a/Sources/EzklCoreBindings/EzklCore.xcframework/ios-arm64/libezkl.a b/Sources/EzklCoreBindings/EzklCore.xcframework/ios-arm64/libezkl.a index 9937e56..e51b91a 100644 Binary files a/Sources/EzklCoreBindings/EzklCore.xcframework/ios-arm64/libezkl.a and b/Sources/EzklCoreBindings/EzklCore.xcframework/ios-arm64/libezkl.a differ