Skip to content

Commit 665cf82

Browse files
authored
Update README.md
1 parent cb553f1 commit 665cf82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ dart pub get
125125
...
126126
...
127127
end
128-
post_install do |installer|
128+
...
129+
post_install do |installer|
129130
installer.pods_project.targets.each do |target|
130131
flutter_additional_ios_build_settings(target)
131132
target.build_configurations.each do |config|
@@ -135,7 +136,7 @@ dart pub get
135136
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.1'
136137
end
137138
end
138-
end```
139+
end```
139140
140141
#### Application permissions
141142

0 commit comments

Comments
 (0)