Skip to content

Commit

Permalink
chore: iOS platform set 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d1y committed Jun 24, 2024
1 parent 75c4d2d commit 9ef0c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'
platform :ios, '14.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down Expand Up @@ -30,6 +30,7 @@ flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
use_modular_headers!
pod 'DKImagePickerController', '4.3.4'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end
Expand Down

0 comments on commit 9ef0c1c

Please sign in to comment.