From 4851c4c30025c9b20e6831bfd0c55275e986228e Mon Sep 17 00:00:00 2001 From: Calin-Teodor Date: Thu, 11 Jan 2024 13:45:26 +0200 Subject: [PATCH] feat(ios): set build config setting for deployment target to 13.4 --- ios/Podfile | 2 +- ios/Podfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 33f2d0049799..4a128957dc60 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -91,7 +91,7 @@ post_install do |installer| end target.build_configurations.each do |config| config.build_settings['SUPPORTS_MACCATALYST'] = 'NO' - config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4' + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.4' config.build_settings['OTHER_SWIFT_FLAGS'] = '$(inherited) -no-verify-emitted-module-interface' end end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 7a18f5fdc112..988cd2150435 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -926,6 +926,6 @@ SPEC CHECKSUMS: SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 Yoga: eddf2bbe4a896454c248a8f23b4355891eb720a6 -PODFILE CHECKSUM: 800d7a69662479637fc7456e26cd2ccd3f18b5fb +PODFILE CHECKSUM: 4639a3e85608b7d7967629e55e58c8e7a8dcfd1d COCOAPODS: 1.14.3