Skip to content

Commit 206bd3a

Browse files
committed
fix: update download script version
1 parent 0a5deb4 commit 206bd3a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

iOS/APIExample-Audio/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ target 'APIExample-Audio' do
1212
end
1313

1414
pre_install do |installer|
15-
# system("sh .download_script.sh 4.3.2 true")
15+
# system("sh .download_script.sh 4.5.0 true")
1616
end

iOS/APIExample-OC/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ target 'SimpleFilter' do
2626
end
2727

2828
pre_install do |installer|
29-
# system("sh .download_script.sh 4.3.2 true")
29+
# system("sh .download_script.sh 4.5.0 true")
3030
end

iOS/APIExample-SwiftUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ end
3333
#end
3434

3535
pre_install do |installer|
36-
# system("sh .download_script.sh 4.3.0 true")
36+
# system("sh .download_script.sh 4.5.0 true")
3737
end

iOS/APIExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ target 'SimpleFilter' do
3939
end
4040

4141
pre_install do |installer|
42-
# system("sh .download_script.sh 4.3.2 true")
42+
# system("sh .download_script.sh 4.5.0 true")
4343
end

0 commit comments

Comments
 (0)