File tree Expand file tree Collapse file tree 5 files changed +6
-19
lines changed
Runner.xcworkspace/xcshareddata Expand file tree Collapse file tree 5 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 2121 <key >CFBundleVersion </key >
2222 <string >1.0 </string >
2323 <key >MinimumOSVersion </key >
24- <string >8 .0 </string >
24+ <string >11 .0 </string >
2525</dict >
2626</plist >
Original file line number Diff line number Diff line change 11# Uncomment this line to define a global platform for your project
2- # platform :ios, '9 .0'
2+ platform :ios , '11 .0'
33
44# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
3737post_install do |installer |
3838 installer . pods_project . targets . each do |target |
3939 flutter_additional_ios_build_settings ( target )
40+ target . build_configurations . each do |config |
41+ config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '11.0'
42+ end
4043 end
4144end
Original file line number Diff line number Diff line change @@ -76,6 +76,6 @@ SPEC CHECKSUMS:
7676 SDWebImage: 9169792e9eec3e45bba2a0c02f74bf8bd922d1ee
7777 SwiftyGif: e466e86c660d343357ab944a819a101c4127cb40
7878
79- PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
79+ PODFILE CHECKSUM: 3c448a1d0ade57273cab760b57b1a710ba8d268a
8080
8181COCOAPODS: 1.9.3
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments