Skip to content

Instantly share code, notes, and snippets.

@Iremide-ds
Created August 29, 2025 11:30
Show Gist options
  • Select an option

  • Save Iremide-ds/d8521a9caaa11082ac8ff1df1e793fe1 to your computer and use it in GitHub Desktop.

Select an option

Save Iremide-ds/d8521a9caaa11082ac8ff1df1e793fe1 to your computer and use it in GitHub Desktop.
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.5.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment