mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Change IPHONEOS_DEPLOYMENT_TARGET to 11.2 in Podfile
This commit is contained in:
parent
c711911184
commit
31b11e5317
1 changed files with 1 additions and 1 deletions
2
Podfile
2
Podfile
|
|
@ -101,7 +101,7 @@ post_install do |installer|
|
|||
|
||||
installer.pods_project.targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.2'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue