-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [iOS/macOS] Fix CFBundleShortVersionString not correct in AgoraR…
…tcWrapper framework (#1387) The `CFBundleShortVersionString` is not correct in `AgoraRtcWrapper` frameworks, cause the user can not submit the APP to the APP Store, which affects the iOS/macOS. - Update `s.dependency 'AgoraIrisRTC_iOS', '4.2.3-build.4'` - Update `s.dependency 'AgoraIrisRTC_macOS', '4.2.3-build.4'` Fix #1375 Co-authored-by: littleGnAl <[email protected]>
- Loading branch information
1 parent
36a6364
commit ff7a6ce
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
set -e | ||
|
||
export IRIS_CDN_URL_ANDROID="https://download.agora.io/sdk/release/iris_4.2.3-build.3_DCG_Android_Video_20231012_0417.zip" | ||
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.2.3-build.3_DCG_iOS_Video_20231012_0456.zip" | ||
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.2.3-build.3_DCG_Mac_Video_20231012_0417.zip" | ||
export IRIS_CDN_URL_IOS="https://download.agora.io/sdk/release/iris_4.2.3-build.4_DCG_iOS_Video_20231019_0355.zip" | ||
export IRIS_CDN_URL_MACOS="https://download.agora.io/sdk/release/iris_4.2.3-build.4_DCG_Mac_Video_20231019_0355.zip" | ||
export IRIS_CDN_URL_WINDOWS="https://download.agora.io/sdk/release/iris_4.2.3-build.3_DCG_Windows_Video_20231012_0417.zip" |