|
|
@@ -134,18 +134,4 @@ post_install do |installer|
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- installer.generated_projects.each do |project|
|
|
|
- project.targets.each do |target|
|
|
|
- target.build_configurations.each do |config|
|
|
|
- config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
- installer.generated_projects.each do |project|
|
|
|
- project.targets.each do |target|
|
|
|
- target.build_configurations.each do |config|
|
|
|
- config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
end
|