This commit is contained in:
J. A. Messias 2024-10-16 15:47:40 -03:00
parent ffa05b2f9a
commit 60b3fdca91
1 changed files with 3 additions and 5 deletions

View File

@ -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)