Skip to content

Commit 3890cb7

Browse files
author
zhaoyongqiang
committed
update sdk version to 4.2.2
1 parent a0af25d commit 3890cb7

File tree

11 files changed

+147
-17
lines changed

11 files changed

+147
-17
lines changed

iOS/APIExample-Audio/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target 'APIExample-Audio' do
77

88
pod 'Floaty', '~> 4.2.0'
99
pod 'AGEVideoLayout', '~> 1.0.2'
10-
pod 'AgoraAudio_iOS', '4.2.1'
10+
pod 'AgoraAudio_iOS', '4.2.2'
1111
# pod 'sdk', :path => 'sdk.podspec'
1212
end
1313

iOS/APIExample/Podfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ target 'APIExample' do
88
pod 'Floaty', '~> 4.2.0'
99
pod 'AGEVideoLayout', '~> 1.0.2'
1010
pod 'CocoaAsyncSocket', '7.6.5'
11-
pod 'AgoraRtcEngine_iOS', '4.2.1'
12-
# pod 'sdk', :path => 'sdk.podspec'
13-
# pod 'senseLib', :path => 'sense.podspec'
14-
# pod 'bytedEffect', :path => 'bytedEffect.podspec'
15-
# pod 'fuLib', :path => 'fu.podspec'
11+
pod 'AgoraRtcEngine_iOS', '4.2.2'
12+
# pod 'sdk', :path => 'sdk.podspec'
13+
pod 'senseLib', :path => 'sense.podspec'
14+
pod 'bytedEffect', :path => 'bytedEffect.podspec'
15+
pod 'fuLib', :path => 'fu.podspec'
1616
end
1717

1818
target 'Agora-ScreenShare-Extension' do
1919
use_frameworks!
20-
# pod 'sdk', :path => 'sdk.podspec'
21-
pod 'AgoraRtcEngine_iOS', '4.2.1'
20+
# pod 'sdk', :path => 'sdk.podspec'
21+
pod 'AgoraRtcEngine_iOS', '4.2.2'
2222
end
2323

2424
target 'SimpleFilter' do
2525
use_frameworks!
26-
# pod 'sdk', :path => 'sdk.podspec'
27-
pod 'AgoraRtcEngine_iOS', '4.2.1'
26+
# pod 'sdk', :path => 'sdk.podspec'
27+
pod 'AgoraRtcEngine_iOS', '4.2.2'
2828
end

macOS/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*.a
77
*.xcworkspacedata
88
xcshareddata
9-
9+
*/libs
1010
*.zip
1111
agora_sdk
1212
*.xcarchive

macOS/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ target 'APIExample' do
44
use_frameworks!
55

66
pod 'AGEVideoLayout', '1.0.2'
7-
# pod 'AgoraRtcEngine_macOS', '4.2.1'
8-
pod 'sdk', :path => 'sdk.podspec'
7+
pod 'AgoraRtcEngine_macOS', '4.2.2'
8+
# pod 'sdk', :path => 'sdk.podspec'
99
end
1010

1111
target 'SimpleFilter' do
1212
use_frameworks!
13-
pod 'sdk', :path => 'sdk.podspec'
14-
# pod 'AgoraRtcEngine_macOS', '4.2.1'
13+
# pod 'sdk', :path => 'sdk.podspec'
14+
pod 'AgoraRtcEngine_macOS', '4.2.2'
1515
end
1616

1717

macOS/libs/av1.xcframework/Info.plist renamed to macOS/libs/AgoraCore.xcframework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<key>LibraryIdentifier</key>
99
<string>macos-arm64_x86_64</string>
1010
<key>LibraryPath</key>
11-
<string>av1.framework</string>
11+
<string>AgoraCore.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>LibraryIdentifier</key>
9+
<string>macos-arm64_x86_64</string>
10+
<key>LibraryPath</key>
11+
<string>AgoraFaceDetectionExtension.framework</string>
12+
<key>SupportedArchitectures</key>
13+
<array>
14+
<string>arm64</string>
15+
<string>x86_64</string>
16+
</array>
17+
<key>SupportedPlatform</key>
18+
<string>macos</string>
19+
</dict>
20+
</array>
21+
<key>CFBundlePackageType</key>
22+
<string>XFWK</string>
23+
<key>XCFrameworkFormatVersion</key>
24+
<string>1.0</string>
25+
</dict>
26+
</plist>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>LibraryIdentifier</key>
9+
<string>macos-arm64_x86_64</string>
10+
<key>LibraryPath</key>
11+
<string>AgoraScreenCaptureExtension.framework</string>
12+
<key>SupportedArchitectures</key>
13+
<array>
14+
<string>arm64</string>
15+
<string>x86_64</string>
16+
</array>
17+
<key>SupportedPlatform</key>
18+
<string>macos</string>
19+
</dict>
20+
</array>
21+
<key>CFBundlePackageType</key>
22+
<string>XFWK</string>
23+
<key>XCFrameworkFormatVersion</key>
24+
<string>1.0</string>
25+
</dict>
26+
</plist>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>LibraryIdentifier</key>
9+
<string>macos-arm64_x86_64</string>
10+
<key>LibraryPath</key>
11+
<string>AgoraVideoDecoderExtension.framework</string>
12+
<key>SupportedArchitectures</key>
13+
<array>
14+
<string>arm64</string>
15+
<string>x86_64</string>
16+
</array>
17+
<key>SupportedPlatform</key>
18+
<string>macos</string>
19+
</dict>
20+
</array>
21+
<key>CFBundlePackageType</key>
22+
<string>XFWK</string>
23+
<key>XCFrameworkFormatVersion</key>
24+
<string>1.0</string>
25+
</dict>
26+
</plist>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>LibraryIdentifier</key>
9+
<string>macos-arm64_x86_64</string>
10+
<key>LibraryPath</key>
11+
<string>AgoraVideoEncoderExtension.framework</string>
12+
<key>SupportedArchitectures</key>
13+
<array>
14+
<string>arm64</string>
15+
<string>x86_64</string>
16+
</array>
17+
<key>SupportedPlatform</key>
18+
<string>macos</string>
19+
</dict>
20+
</array>
21+
<key>CFBundlePackageType</key>
22+
<string>XFWK</string>
23+
<key>XCFrameworkFormatVersion</key>
24+
<string>1.0</string>
25+
</dict>
26+
</plist>

macOS/libs/AgoraDav1dExtension.xcframework/Info.plist renamed to macOS/libs/video_dec.xcframework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<key>LibraryIdentifier</key>
99
<string>macos-arm64_x86_64</string>
1010
<key>LibraryPath</key>
11-
<string>AgoraDav1dExtension.framework</string>
11+
<string>video_dec.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>

0 commit comments

Comments
 (0)