Skip to content

Commit 89427d6

Browse files
authored
Merge pull request #428 from AgoraIO/dev/4.4.1
feat: fix iOS/Mac sdk download script version
2 parents 7e89374 + bc57051 commit 89427d6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.4.0 true")
1616
end

iOS/APIExample-OC/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ target 'SimpleFilter' do
2323
end
2424

2525
pre_install do |installer|
26-
# system("sh .download_script.sh 4.3.2 true")
26+
# system("sh .download_script.sh 4.4.0 true")
2727
end

iOS/APIExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ target 'SimpleFilter' do
3232
end
3333

3434
pre_install do |installer|
35-
# system("sh .download_script.sh 4.3.2 true")
35+
# system("sh .download_script.sh 4.4.0 true")
3636
end

macOS/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717

1818
post_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'

0 commit comments

Comments
 (0)