Skip to content

Commit 9ef0c1c

Browse files
committed
chore: iOS platform set 14.0
之前是 12.0 fix to zhangao0086/DKImagePickerController#705 (comment)
1 parent 75c4d2d commit 9ef0c1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ios/Podfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '12.0'
2+
platform :ios, '14.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
@@ -30,6 +30,7 @@ flutter_ios_podfile_setup
3030
target 'Runner' do
3131
use_frameworks!
3232
use_modular_headers!
33+
pod 'DKImagePickerController', '4.3.4'
3334

3435
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3536
end

0 commit comments

Comments
 (0)