From 14898aea2755493264c74c8fd0a934efbb8a1607 Mon Sep 17 00:00:00 2001 From: Amit Levy Date: Wed, 1 May 2024 15:00:52 +0300 Subject: [PATCH] Update minimum deployment target from 9.0 to 12.0 --- ios/appsflyer_sdk.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/appsflyer_sdk.podspec b/ios/appsflyer_sdk.podspec index 6bc72fe..2c063dd 100644 --- a/ios/appsflyer_sdk.podspec +++ b/ios/appsflyer_sdk.podspec @@ -14,7 +14,7 @@ AppsFlyer is the market leader in mobile advertising attribution & analytics, he s.source = { :git => "https://github.com/AppsFlyerSDK/flutter_appsflyer_sdk.git", :tag => s.version.to_s } - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '12.0' s.requires_arc = true s.static_framework = true