🚀 Launch 3.0.0+97 w/ NSE
This commit is contained in:
10
ios/Podfile
10
ios/Podfile
@@ -29,13 +29,19 @@ flutter_ios_podfile_setup
|
||||
|
||||
target 'Runner' do
|
||||
use_frameworks!
|
||||
|
||||
pod 'Kingfisher', '~> 8.0'
|
||||
use_modular_headers!
|
||||
|
||||
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
|
||||
|
||||
target 'RunnerTests' do
|
||||
inherit! :search_paths
|
||||
end
|
||||
|
||||
target 'NotificationService' do
|
||||
inherit! :search_paths
|
||||
pod 'Kingfisher', '~> 8.0'
|
||||
pod 'Alamofire'
|
||||
end
|
||||
end
|
||||
|
||||
post_install do |installer|
|
||||
|
Reference in New Issue
Block a user