From 123a4f34557116b9c94b407668e66343126cbebf Mon Sep 17 00:00:00 2001 From: Frank Gregor Date: Thu, 24 Oct 2019 14:46:52 +0200 Subject: [PATCH] Updates Podfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • specific handling for target 'GoogleDataTransport' when setting the deployment target --- ios/Podfile | 7 +++++-- ios/Podfile.lock | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 1a3503e9..0c0a76dc 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,4 +1,4 @@ -platform :ios, '12.2' +platform :ios, '12.4' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' @@ -69,7 +69,10 @@ post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ENABLE_BITCODE'] = 'NO' - config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.2' + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4' + if target.name == 'GoogleDataTransport' then + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.4' + end end end end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index bb67c058..ae6dc211 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -295,6 +295,6 @@ SPEC CHECKSUMS: url_launcher: a1c0cc845906122c4784c542523d8cacbded5626 video_player: 69c5f029fac4ffe4fc8a85ea7f7b793709661549 -PODFILE CHECKSUM: f86c0501072256e26286ae47160edd21bfc33afb +PODFILE CHECKSUM: c1e498d7d72f3797843f7aa78f471fe09a55f161 COCOAPODS: 1.7.5