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
12
12
end
13
13
14
14
pre_install do |installer |
15
- # system("sh .download_script.sh 4.3.2 true")
15
+ # system("sh .download_script.sh 4.4.0 true")
16
16
end
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ target 'SimpleFilter' do
23
23
end
24
24
25
25
pre_install do |installer |
26
- # system("sh .download_script.sh 4.3.2 true")
26
+ # system("sh .download_script.sh 4.4.0 true")
27
27
end
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ target 'SimpleFilter' do
32
32
end
33
33
34
34
pre_install do |installer |
35
- # system("sh .download_script.sh 4.3.2 true")
35
+ # system("sh .download_script.sh 4.4.0 true")
36
36
end
Original file line number Diff line number Diff line change 16
16
17
17
18
18
post_install do |installer |
19
- # system("sh .download_script.sh 4.3.2 true")
19
+ # system("sh .download_script.sh 4.4.0 true")
20
20
installer . pods_project . targets . each do |target |
21
21
target . build_configurations . each do |config |
22
22
config . build_settings [ 'MACOSX_DEPLOYMENT_TARGET' ] = '10.13'
You can’t perform that action at this time.
0 commit comments