Browse Source

no message

ios
Jolie 4 months ago
parent
commit
835b703744
3 changed files with 228 additions and 233 deletions
  1. 9
      ios/Podfile
  2. 450
      pubspec.lock
  3. 2
      pubspec.yaml

9
ios/Podfile

@ -27,7 +27,7 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup
platform :ios, '13.0'
platform :ios, '14.0'
# 在 target 'Runner' do 之前添加
install! 'cocoapods', :deterministic_uuids => false
@ -37,11 +37,6 @@ target 'Runner' do
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
# 强制使用较新的 AgoraInfra_iOS 版本
pod 'AgoraInfra_iOS', '1.2.13.1'
target 'RunnerTests' do
inherit! :search_paths
@ -53,7 +48,7 @@ post_install do |installer|
flutter_additional_ios_build_settings(target)
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
end
end
end

450
pubspec.lock
File diff suppressed because it is too large
View File

2
pubspec.yaml

@ -67,7 +67,7 @@ dependencies:
video_thumbnail: ^0.5.3 # 视频缩略图生成
# fluwx: ^5.7.5
# tobias: ^5.3.1
agora_rtc_engine: ^6.5.3
agora_rtc_engine: ^6.4.0
pull_to_refresh: ^2.0.0
agora_rtm: ^2.2.5
agora_token_generator: ^1.0.0

Loading…
Cancel
Save