Commit 37dc9ea
committed
ios: MinimumOSVersion 12.0 to 14.0 in ios/Flutter/AppFrameworkInfo.plist
The Flutter doc on deploying an iOS app says this number should
match the deployment target we set in Xcode (which we also specify
in ios/Podfile):
https://docs.flutter.dev/deployment/ios#updating-the-apps-deployment-version
; sure, go ahead and update it.
Prompted by noticing that `flutter run` started bumping it to 13.0
(in flutter/flutter@09d4dabd6; see discussion:
zulip#1489 (comment)
) and realizing that 14.0 is actually what it should be for us.1 parent 7ca1ff7 commit 37dc9ea
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments