fix(ios): up ios version for rn compat

This commit is contained in:
devthejo 2025-07-04 10:08:17 +02:00
parent eaa8197bc3
commit 8b1c5291d4
5 changed files with 2143 additions and 2018 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View file

@ -42,7 +42,7 @@ self.define_singleton_method(use_autolinking_method_symbol) do |*args|
end end
end end
platform :ios, '13.4' platform :ios, '16.0'
install! 'cocoapods', install! 'cocoapods',
:deterministic_uuids => false :deterministic_uuids => false
@ -116,7 +116,7 @@ target 'AlerteSecours' do
# Set deployment target for all pods # Set deployment target for all pods
installer.pods_project.targets.each do |target| installer.pods_project.targets.each do |target|
target.build_configurations.each do |config| target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.4' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.0'
end end
end end

File diff suppressed because it is too large Load diff

View file

@ -278,4 +278,4 @@
} }
}, },
"packageManager": "yarn@4.5.3" "packageManager": "yarn@4.5.3"
} }