Created
August 29, 2025 11:30
-
-
Save Iremide-ds/d8521a9caaa11082ac8ff1df1e793fe1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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