From 46af9d30801107726ed089f084f7121b8cbb3aa5 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Thu, 19 Feb 2026 18:29:09 +0530 Subject: [PATCH 1/2] 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/2] 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'