From 9c9457a8458fda9afc7434c220c60380472fa76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20B=C4=99tka?= <37906388+mateki0@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:31:32 +0200 Subject: [PATCH] fix: wrong pods minimal ios version (#969) --- ios/Podfile | 1 + ios/Podfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 2562817b3..e49f00c83 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -44,6 +44,7 @@ target 'Holidayly' do installer.generated_projects.each do |project| project.targets.each do |target| target.build_configurations.each do |config| + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO' config.build_settings['ENABLE_BITCODE'] = 'NO' diff --git a/ios/Podfile.lock b/ios/Podfile.lock index cfcc17f36..5bd12fabb 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -866,6 +866,6 @@ SPEC CHECKSUMS: Yoga: 99caf8d5ab45e9d637ee6e0174ec16fbbb01bcfc YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 245487734ab889da18b7036c677972137e1df72b +PODFILE CHECKSUM: c699b8a9f0d052f3dd0f363b109085ae425971e9 -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1