From db1c6acf472f342d52c7ca5a4fe1df365f7b371e Mon Sep 17 00:00:00 2001 From: mobile-service-au <83686825+mobile-service-au@users.noreply.github.com> Date: Tue, 26 May 2026 03:29:58 +0000 Subject: [PATCH] chore: update iOS SDK to 6.4.3 --- ios/airwallex_payment_flutter.podspec | 2 +- ios/airwallex_payment_flutter/Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/airwallex_payment_flutter.podspec b/ios/airwallex_payment_flutter.podspec index 1dd8e92..54a0c1d 100644 --- a/ios/airwallex_payment_flutter.podspec +++ b/ios/airwallex_payment_flutter.podspec @@ -3,7 +3,7 @@ # Run `pod lib lint airwallex_payment_flutter.podspec` to validate before publishing. # -airwallex_version = '~> 6.4.2' +airwallex_version = '~> 6.4.3' Pod::Spec.new do |s| s.name = 'airwallex_payment_flutter' diff --git a/ios/airwallex_payment_flutter/Package.swift b/ios/airwallex_payment_flutter/Package.swift index 2306e68..3a6cf57 100644 --- a/ios/airwallex_payment_flutter/Package.swift +++ b/ios/airwallex_payment_flutter/Package.swift @@ -8,7 +8,7 @@ let package = Package( .library(name: "airwallex-payment-flutter", targets: ["airwallex_payment_flutter"]), ], dependencies: [ - .package(url: "https://github.com/airwallex/airwallex-payment-ios.git", exact: "6.4.2"), + .package(url: "https://github.com/airwallex/airwallex-payment-ios.git", exact: "6.4.3"), ], targets: [ .target(