We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5402d6b commit 8c7f224Copy full SHA for 8c7f224
Podfile
@@ -40,7 +40,7 @@ end
40
post_install do |installer|
41
installer.pods_project.targets.each do |target|
42
target.build_configurations.each do |config|
43
- config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
44
end
45
46
0 commit comments