From bc57051c6b37dd4e442681c776cae7e6eb63477a Mon Sep 17 00:00:00 2001 From: wushengtao Date: Fri, 25 Oct 2024 11:20:07 +0800 Subject: [PATCH] feat: fix iOS/Mac sdk download script version --- iOS/APIExample-Audio/Podfile | 2 +- iOS/APIExample-OC/Podfile | 2 +- iOS/APIExample/Podfile | 2 +- macOS/Podfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iOS/APIExample-Audio/Podfile b/iOS/APIExample-Audio/Podfile index a011aa68c..a7009bb77 100644 --- a/iOS/APIExample-Audio/Podfile +++ b/iOS/APIExample-Audio/Podfile @@ -12,5 +12,5 @@ target 'APIExample-Audio' do end pre_install do |installer| - # system("sh .download_script.sh 4.3.2 true") + # system("sh .download_script.sh 4.4.0 true") end diff --git a/iOS/APIExample-OC/Podfile b/iOS/APIExample-OC/Podfile index 5fbcd5c1d..cdb06b277 100644 --- a/iOS/APIExample-OC/Podfile +++ b/iOS/APIExample-OC/Podfile @@ -23,5 +23,5 @@ target 'SimpleFilter' do end pre_install do |installer| - # system("sh .download_script.sh 4.3.2 true") + # system("sh .download_script.sh 4.4.0 true") end diff --git a/iOS/APIExample/Podfile b/iOS/APIExample/Podfile index 1a98a1409..37d272e49 100644 --- a/iOS/APIExample/Podfile +++ b/iOS/APIExample/Podfile @@ -32,5 +32,5 @@ target 'SimpleFilter' do end pre_install do |installer| -# system("sh .download_script.sh 4.3.2 true") +# system("sh .download_script.sh 4.4.0 true") end diff --git a/macOS/Podfile b/macOS/Podfile index ae9f8f091..fcd1d74eb 100644 --- a/macOS/Podfile +++ b/macOS/Podfile @@ -16,7 +16,7 @@ end post_install do |installer| - # system("sh .download_script.sh 4.3.2 true") + # system("sh .download_script.sh 4.4.0 true") installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.13'