jimmyt
10/22/2021, 12:45 AMMatti MK
10/22/2021, 5:28 AMpost_install
block:
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = $deploymentTarget
end
end
end
jimmyt
10/22/2021, 2:59 PMMatti MK
10/22/2021, 3:02 PMMatti MK
10/22/2021, 3:03 PMMatti MK
10/22/2021, 3:03 PMjimmyt
10/22/2021, 3:09 PMMatti MK
10/22/2021, 3:10 PM