Skip to content

Instantly share code, notes, and snippets.

View Iremide-ds's full-sized avatar

Iremide Adeboye Iremide-ds

View GitHub Profile
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.5.0'
end