Increase deployment target in Pods to to get rid of warning

This commit is contained in:
Danny Moesch 2020-09-19 16:22:03 +02:00 committed by Mingshen Sun
parent e688c1bdd9
commit 49e7526c1a

View file

@ -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