Commit 6715c789 by Administrator

ios的编译配置

1 parent 78cbbff5
# Uncomment this line to define a global platform for your project
platform :ios, '12.0'
#platform :ios, '12.0'
#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
#platform :ios, '13.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
......@@ -32,7 +32,8 @@ flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
# pod 'SDWebImage', :modular_headers => true
# pod 'SDWebImageWebPCoder', :modular_headers => true
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
inherit! :search_paths
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!