We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca1ff7 commit 37dc9eaCopy full SHA for 37dc9ea
ios/Flutter/AppFrameworkInfo.plist
@@ -21,6 +21,6 @@
21
<key>CFBundleVersion</key>
22
<string>1.0</string>
23
<key>MinimumOSVersion</key>
24
- <string>12.0</string>
+ <string>14.0</string>
25
</dict>
26
</plist>
ios/Podfile
@@ -1,5 +1,6 @@
1
# This should match the iOS Deployment Target
2
# (in Xcode, that's in project > Runner > Info)
3
+# and MinimumOSVersion in ios/Flutter/AppFrameworkInfo.plist.
4
platform :ios, '14.0'
5
6
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
0 commit comments