From 2cc628ce89db5d7a2901bb5ab6055da0d9909fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Thu, 18 Jul 2024 12:16:01 +0200 Subject: [PATCH] ci: remove tweaks from podfile --- ios/Podfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 07307ef..d97f17e 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -40,8 +40,5 @@ end post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) - target.build_configurations.each do |config| - config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' - end end end