From 46af9d30801107726ed089f084f7121b8cbb3aa5 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Thu, 19 Feb 2026 18:29:09 +0530 Subject: [PATCH 1/3] bumping up iOS SDK to internal dependency for MFHI Flow --- scgateway/ios/scgateway_flutter_plugin.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scgateway/ios/scgateway_flutter_plugin.podspec b/scgateway/ios/scgateway_flutter_plugin.podspec index 9691862..118f6b8 100644 --- a/scgateway/ios/scgateway_flutter_plugin.podspec +++ b/scgateway/ios/scgateway_flutter_plugin.podspec @@ -15,7 +15,7 @@ Scgateway Flutter plugin. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'SCGateway', '7.1.1' + s.dependency 'SCGateway-dhruv-mfhi-cct-implementation-e908b1e', '7.1.1-20-debug' s.xcconfig = {'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'} s.vendored_frameworks = 'SCGateway.xcframework' s.platform = :ios, '13.0' From 51e6728b8e95785c9c1e405a575c11bfea0784c2 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Fri, 20 Feb 2026 15:43:24 +0530 Subject: [PATCH 2/3] bump up gateway iOS SDK version to 7.1.2 --- scgateway/ios/scgateway_flutter_plugin.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scgateway/ios/scgateway_flutter_plugin.podspec b/scgateway/ios/scgateway_flutter_plugin.podspec index 118f6b8..7ae2b93 100644 --- a/scgateway/ios/scgateway_flutter_plugin.podspec +++ b/scgateway/ios/scgateway_flutter_plugin.podspec @@ -15,7 +15,7 @@ Scgateway Flutter plugin. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'SCGateway-dhruv-mfhi-cct-implementation-e908b1e', '7.1.1-20-debug' + s.dependency 'SCGateway', '7.1.2' s.xcconfig = {'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'} s.vendored_frameworks = 'SCGateway.xcframework' s.platform = :ios, '13.0' From aa34ba1f55b001b42af55e260590ac28cf71ec66 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Fri, 20 Feb 2026 21:08:34 +0530 Subject: [PATCH 3/3] chore(prod): scg: 7.0.4, si: 3.0.6 --- scgateway/pubspec.yaml | 2 +- smart_investing/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scgateway/pubspec.yaml b/scgateway/pubspec.yaml index b8f5074..f85f3ed 100644 --- a/scgateway/pubspec.yaml +++ b/scgateway/pubspec.yaml @@ -1,6 +1,6 @@ name: scgateway_flutter_plugin description: Scgateway Flutter plugin. -version: 7.0.3 +version: 7.0.4 homepage: https://github.com/smallcase/gw-mob-sdk-flutter # The following line prevents the package from being accidentally published to diff --git a/smart_investing/pubspec.yaml b/smart_investing/pubspec.yaml index 6f89a55..5adf5b3 100644 --- a/smart_investing/pubspec.yaml +++ b/smart_investing/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 3.0.5 +version: 3.0.6 environment: sdk: ^3.8.1