File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ target 'APIExample-Audio' do
1212end
1313
1414pre_install do |installer |
15- # system("sh .download_script.sh 4.3.2 true")
15+ # system("sh .download_script.sh 4.4.0 true")
1616end
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ target 'SimpleFilter' do
2323end
2424
2525pre_install do |installer |
26- # system("sh .download_script.sh 4.3.2 true")
26+ # system("sh .download_script.sh 4.4.0 true")
2727end
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ target 'SimpleFilter' do
3232end
3333
3434pre_install do |installer |
35- # system("sh .download_script.sh 4.3.2 true")
35+ # system("sh .download_script.sh 4.4.0 true")
3636end
Original file line number Diff line number Diff line change 1616
1717
1818post_install do |installer |
19- # system("sh .download_script.sh 4.3.2 true")
19+ # system("sh .download_script.sh 4.4.0 true")
2020 installer . pods_project . targets . each do |target |
2121 target . build_configurations . each do |config |
2222 config . build_settings [ 'MACOSX_DEPLOYMENT_TARGET' ] = '10.13'
You can’t perform that action at this time.
0 commit comments