Skip to content

Commit

Permalink
feat: fix iOS/Mac sdk download script version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamworth committed Oct 25, 2024
1 parent 7e89374 commit bc57051
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iOS/APIExample-Audio/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion iOS/APIExample-OC/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion iOS/APIExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion macOS/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bc57051

Please sign in to comment.