From 9e22e42cbed8a935986784d79f0c1fa7cc5b5364 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Mon, 24 Oct 2022 01:42:50 +0900 Subject: [PATCH] Update Podfile --- flutter_auth_ui/example/ios/Podfile | 3 +++ flutter_auth_ui/example/ios/Podfile.lock | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flutter_auth_ui/example/ios/Podfile b/flutter_auth_ui/example/ios/Podfile index f17bddc..d0a30c0 100644 --- a/flutter_auth_ui/example/ios/Podfile +++ b/flutter_auth_ui/example/ios/Podfile @@ -37,5 +37,8 @@ end post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) + target.build_configurations.each do |config| + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0' + end end end diff --git a/flutter_auth_ui/example/ios/Podfile.lock b/flutter_auth_ui/example/ios/Podfile.lock index c4de0ab..20fa3bc 100644 --- a/flutter_auth_ui/example/ios/Podfile.lock +++ b/flutter_auth_ui/example/ios/Podfile.lock @@ -185,6 +185,6 @@ SPEC CHECKSUMS: GTMSessionFetcher: ffbb25ec00ebcb5201adab0a56d808f6f1902d9f PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb -PODFILE CHECKSUM: 57c8aed26fba39d3ec9424816221f294a07c58eb +PODFILE CHECKSUM: faf2797953ebc5b284c0b55ab6023f0f2fa7e652 COCOAPODS: 1.11.3