From 60b3fdca915a50673d0d6ca90898b6277c81cb64 Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Wed, 16 Oct 2024 15:47:40 -0300 Subject: [PATCH] WIP --- ios/Podfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index aebbb067..bc214355 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,4 +1,3 @@ -# Uncomment this line to define a global platform for your project platform :ios, '15.5.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. @@ -50,7 +49,6 @@ post_install do |installer| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = $iOSVersion end end - end awesome_pod_file = File.expand_path(File.join('plugins', 'awesome_notifications', 'ios', 'Scripts', 'AwesomePodFile'), '.symlinks') @@ -58,6 +56,6 @@ post_install do |installer| update_awesome_pod_build_settings(installer) end - awesome_pod_file = File.expand_path(File.join('plugins', 'awesome_notifications', 'ios', 'Scripts', 'AwesomePodFile'), '.symlinks') - require awesome_pod_file - update_awesome_main_target_settings('Runner', File.dirname(File.realpath(__FILE__)), flutter_root) +awesome_pod_file = File.expand_path(File.join('plugins', 'awesome_notifications', 'ios', 'Scripts', 'AwesomePodFile'), '.symlinks') +require awesome_pod_file +update_awesome_main_target_settings('Runner', File.dirname(File.realpath(__FILE__)), flutter_root) \ No newline at end of file