From 12378965177fe9de47914565e4a471583023efa8 Mon Sep 17 00:00:00 2001 From: Robert Medvedec Date: Wed, 31 Jul 2024 14:22:04 +0200 Subject: [PATCH 1/2] Revert iOS depdendency --- BlinkCard/ios/blinkcard_flutter.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlinkCard/ios/blinkcard_flutter.podspec b/BlinkCard/ios/blinkcard_flutter.podspec index ab30d9a..dcf9d59 100644 --- a/BlinkCard/ios/blinkcard_flutter.podspec +++ b/BlinkCard/ios/blinkcard_flutter.podspec @@ -18,7 +18,7 @@ Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards. s.dependency 'Flutter' s.platform = :ios, '13.0' - s.dependency 'MBBlinkCard', '~> 2.9.2' + s.dependency 'MBBlinkCard', '~> 2.9.1' # Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' } From e11e7979d1106408bb8d60081958f8d23e079b8d Mon Sep 17 00:00:00 2001 From: Robert Medvedec Date: Wed, 31 Jul 2024 14:26:37 +0200 Subject: [PATCH 2/2] Update BlinkCard flutter version and release notes --- BlinkCard/ios/blinkcard_flutter.podspec | 2 +- BlinkCard/pubspec.yaml | 2 +- Release notes.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/BlinkCard/ios/blinkcard_flutter.podspec b/BlinkCard/ios/blinkcard_flutter.podspec index dcf9d59..09d6557 100644 --- a/BlinkCard/ios/blinkcard_flutter.podspec +++ b/BlinkCard/ios/blinkcard_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'blinkcard_flutter' - s.version = '2.9.2' + s.version = '2.9.3' s.summary = 'Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.' s.description = <<-DESC Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards. diff --git a/BlinkCard/pubspec.yaml b/BlinkCard/pubspec.yaml index 8fe28d1..f85674d 100644 --- a/BlinkCard/pubspec.yaml +++ b/BlinkCard/pubspec.yaml @@ -1,6 +1,6 @@ name: blinkcard_flutter description: Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards. -version: 2.9.2 +version: 2.9.3 author: Microblink homepage: https://microblink.com diff --git a/Release notes.md b/Release notes.md index 054dc8c..0ef11ce 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,3 +1,10 @@ +## 2.9.3 + +### Bug fixes + +- iOS-specific + - Revert dependency update for iOS BlinkCard + ## 2.9.2 ### Bug fixes