From 49e7526c1a9c207554925cb6c098ec3ef5619b99 Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Sat, 19 Sep 2020 16:22:03 +0200 Subject: [PATCH] Increase deployment target in Pods to to get rid of warning --- Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Podfile b/Podfile index ef1e130..c1ae4fd 100644 --- a/Podfile +++ b/Podfile @@ -27,6 +27,7 @@ post_install do |installer| cflags = config.build_settings['OTHER_CFLAGS'] || ['$(inherited)'] cflags << '-fembed-bitcode' config.build_settings['OTHER_CFLAGS'] = cflags + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.2' end end end