Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit a1e110c

Browse files
authored
Add now required flutter post install call to Podfile (#138)
Also update minimum iOS version in Podfile.
1 parent 9bf24f3 commit a1e110c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

newsfeed_ios/Podfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '9.0'
2+
platform :ios, '11.0'
33

44
target 'newsfeed_app' do
55
# Comment the next line if you don't want to use dynamic frameworks
@@ -22,3 +22,7 @@ target 'newsfeed_app' do
2222
end
2323

2424
end
25+
26+
post_install do |installer|
27+
flutter_post_install(installer) if defined?(flutter_post_install)
28+
end

0 commit comments

Comments
 (0)