agora-appbuilder-core 4.0.27 → 4.0.28-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/template/_package-lock.json +10 -7
- package/template/agora-rn-uikit/src/Reducer/UserOffline.ts +9 -0
- package/template/bridge/rtm/web/index.ts +44 -26
- package/template/customization-api/app-state.ts +1 -0
- package/template/customization-api/atoms.ts +8 -0
- package/template/customization-api/index.ts +1 -0
- package/template/customization-api/sub-components.ts +4 -1
- package/template/customization-api/temp.ts +1 -2
- package/template/customization-api/typeDefinition.ts +8 -0
- package/template/customization-api/types.ts +3 -0
- package/template/customization-api/utils.ts +10 -1
- package/template/defaultConfig.js +2 -2
- package/template/ios/HelloWorld.xcodeproj/project.pbxproj +102 -50
- package/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/ScreenSharing.xcscheme +95 -0
- package/template/ios/Podfile +1 -1
- package/template/ios/Podfile.lock +200 -44
- package/template/ios/ScreenSharing/SampleHandler.h +2 -6
- package/template/ios/ScreenSharing/SampleHandler.m +17 -48
- package/template/package-lock.json +10 -7
- package/template/package.json +1 -1
- package/template/src/AppWrapper.tsx +2 -2
- package/template/src/assets/selection.json +3491 -1
- package/template/src/atoms/ActionMenu.tsx +96 -113
- package/template/src/atoms/LinkButton.tsx +4 -3
- package/template/src/atoms/ToolbarItem.tsx +36 -22
- package/template/src/atoms/ToolbarPreset.tsx +18 -3
- package/template/src/components/Controls.tsx +72 -49
- package/template/src/components/CustomSidePanel.tsx +82 -0
- package/template/src/components/EventsConfigure.tsx +11 -27
- package/template/src/components/Navbar.tsx +51 -86
- package/template/src/components/NavbarMobile.tsx +27 -3
- package/template/src/components/PinnedVideo.tsx +9 -0
- package/template/src/components/RTMConfigure.tsx +69 -1
- package/template/src/components/Settings.tsx +6 -29
- package/template/src/components/chat/chatConfigure.native.tsx +123 -119
- package/template/src/components/chat/chatConfigure.tsx +59 -46
- package/template/src/components/chat-messages/useChatMessages.tsx +5 -4
- package/template/src/components/chat-ui/useChatUIControls.tsx +4 -1
- package/template/src/components/livestream/views/LiveStreamControls.tsx +2 -1
- package/template/src/components/participants/UserActionMenuOptions.tsx +10 -10
- package/template/src/components/virtual-background/VBButton.tsx +5 -7
- package/template/src/language/default-labels/videoCallScreenLabels.ts +9 -2
- package/template/src/language/i18nTypes.ts +1 -1
- package/template/src/pages/video-call/ActionSheet.native.tsx +110 -34
- package/template/src/pages/video-call/ActionSheet.tsx +109 -27
- package/template/src/pages/video-call/ActionSheetContent.tsx +67 -49
- package/template/src/pages/video-call/ActionSheetHandle.tsx +12 -2
- package/template/src/pages/video-call/SidePanelHeader.tsx +28 -2
- package/template/src/pages/video-call/VideoCallScreen.tsx +70 -16
- package/template/src/pages/video-call/VideoRenderer.tsx +1 -0
- package/template/src/rtm-events-api/Events.ts +37 -3
- package/template/src/rtm-events-api/LocalEvents.ts +1 -0
- package/template/src/rtm-events-api/types.ts +5 -0
- package/template/src/subComponents/ChatBubble.tsx +15 -1
- package/template/src/subComponents/ChatInput.tsx +18 -7
- package/template/src/subComponents/CopyJoinInfo.tsx +5 -13
- package/template/src/subComponents/LayoutIconButton.tsx +6 -14
- package/template/src/subComponents/LocalAudioMute.tsx +7 -11
- package/template/src/subComponents/LocalEndCall.tsx +6 -4
- package/template/src/subComponents/LocalSwitchCamera.tsx +5 -4
- package/template/src/subComponents/LocalVideoMute.tsx +10 -36
- package/template/src/subComponents/Recording.tsx +4 -10
- package/template/src/subComponents/ScreenShareNotice.tsx +3 -0
- package/template/src/subComponents/SidePanelEnum.tsx +6 -6
- package/template/src/subComponents/caption/CaptionContainer.tsx +2 -2
- package/template/src/subComponents/caption/CaptionIcon.tsx +21 -17
- package/template/src/subComponents/caption/TranscriptIcon.tsx +6 -3
- package/template/src/subComponents/chat/ChatActionMenu.tsx +3 -3
- package/template/src/subComponents/chat/ChatAttachment.tsx +107 -51
- package/template/src/subComponents/chat/ChatEmoji.tsx +8 -4
- package/template/src/subComponents/chat/ChatSendButton.tsx +52 -30
- package/template/src/subComponents/chat/ChatUploadStatus.tsx +22 -3
- package/template/src/subComponents/chat/ImagePopup.tsx +4 -4
- package/template/src/subComponents/livestream/controls/LocalRaiseHand.tsx +14 -25
- package/template/src/subComponents/screenshare/ScreenshareButton.tsx +8 -7
- package/template/src/subComponents/screenshare/ScreenshareConfigure.native.tsx +333 -163
- package/template/src/utils/common.tsx +22 -9
- package/template/src/utils/useEndCall.ts +6 -4
- package/template/src/utils/useFullScreen.native.ts +12 -0
- package/template/src/utils/useOrientation.tsx +46 -46
- package/template/src/utils/useSidePanel.tsx +2 -2
- package/template/src/utils/useString.ts +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agora-appbuilder-core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.28-beta-2",
|
|
4
4
|
"description": "React Native template for RTE app builder",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
],
|
|
10
10
|
"scripts": {
|
|
11
11
|
"vercel-build": "npm run dev-setup && cd template && npm run web:build && cd .. && npm run copy-vercel",
|
|
12
|
-
"uikit": "rm -rf template/agora-rn-uikit && git clone https://github.com/AgoraIO-Community/ReactNative-UIKit.git template/agora-rn-uikit && cd template/agora-rn-uikit && git checkout appbuilder-uikit-3.0.
|
|
12
|
+
"uikit": "rm -rf template/agora-rn-uikit && git clone https://github.com/AgoraIO-Community/ReactNative-UIKit.git template/agora-rn-uikit && cd template/agora-rn-uikit && git checkout appbuilder-uikit-3.0.28",
|
|
13
13
|
"deps": "cd template && npm i --force",
|
|
14
14
|
"dev-setup": "npm run uikit && npm run deps && node devSetup.js",
|
|
15
15
|
"web-build": "cd template && npm run web:build && cd .. && npm run copy-vercel",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"react-dom": "18.2.0",
|
|
48
48
|
"react-is": "18.0.0",
|
|
49
49
|
"react-native": "0.72.4",
|
|
50
|
-
"react-native-agora": "4.
|
|
50
|
+
"react-native-agora": "4.3.2",
|
|
51
51
|
"react-native-agora-chat": "1.2.1",
|
|
52
52
|
"react-native-document-picker": "^9.1.0",
|
|
53
53
|
"react-native-exit-app": "1.1.0",
|
|
@@ -26893,9 +26893,12 @@
|
|
|
26893
26893
|
}
|
|
26894
26894
|
},
|
|
26895
26895
|
"node_modules/react-native-agora": {
|
|
26896
|
-
"version": "4.
|
|
26897
|
-
"resolved": "https://registry.npmjs.org/react-native-agora/-/react-native-agora-4.
|
|
26898
|
-
"integrity": "sha512-
|
|
26896
|
+
"version": "4.3.2",
|
|
26897
|
+
"resolved": "https://registry.npmjs.org/react-native-agora/-/react-native-agora-4.3.2.tgz",
|
|
26898
|
+
"integrity": "sha512-hDbnYsgvac3ubkAZqL5+GolBqWghPlh7KwYPdUOe/FYcVNXvKlRtps1ezv9PVUklebn1ifjxbabhMPVPfWNkRg==",
|
|
26899
|
+
"workspaces": [
|
|
26900
|
+
"example"
|
|
26901
|
+
],
|
|
26899
26902
|
"dependencies": {
|
|
26900
26903
|
"buffer": "^6.0.3",
|
|
26901
26904
|
"eventemitter3": "^5.0.1",
|
|
@@ -53142,9 +53145,9 @@
|
|
|
53142
53145
|
}
|
|
53143
53146
|
},
|
|
53144
53147
|
"react-native-agora": {
|
|
53145
|
-
"version": "4.
|
|
53146
|
-
"resolved": "https://registry.npmjs.org/react-native-agora/-/react-native-agora-4.
|
|
53147
|
-
"integrity": "sha512-
|
|
53148
|
+
"version": "4.3.2",
|
|
53149
|
+
"resolved": "https://registry.npmjs.org/react-native-agora/-/react-native-agora-4.3.2.tgz",
|
|
53150
|
+
"integrity": "sha512-hDbnYsgvac3ubkAZqL5+GolBqWghPlh7KwYPdUOe/FYcVNXvKlRtps1ezv9PVUklebn1ifjxbabhMPVPfWNkRg==",
|
|
53148
53151
|
"requires": {
|
|
53149
53152
|
"buffer": "^6.0.3",
|
|
53150
53153
|
"eventemitter3": "^5.0.1",
|
|
@@ -18,6 +18,15 @@ export default function UserOffline(
|
|
|
18
18
|
const stateUpdate: Partial<ContentStateInterface> = {
|
|
19
19
|
defaultContent: state.defaultContent,
|
|
20
20
|
activeUids: updatedActiveUids,
|
|
21
|
+
pinnedUid:
|
|
22
|
+
state?.pinnedUid && updatedActiveUids?.indexOf(state.pinnedUid) !== -1
|
|
23
|
+
? state.pinnedUid
|
|
24
|
+
: 0,
|
|
25
|
+
secondaryPinnedUid:
|
|
26
|
+
state?.secondaryPinnedUid &&
|
|
27
|
+
updatedActiveUids?.indexOf(state.secondaryPinnedUid) !== -1
|
|
28
|
+
? state.secondaryPinnedUid
|
|
29
|
+
: 0,
|
|
21
30
|
};
|
|
22
31
|
|
|
23
32
|
return stateUpdate;
|
|
@@ -29,7 +29,7 @@ type callbackType = (args?: any) => void;
|
|
|
29
29
|
|
|
30
30
|
export default class RtmEngine {
|
|
31
31
|
public appId: string;
|
|
32
|
-
public client:
|
|
32
|
+
public client: RtmClient;
|
|
33
33
|
public channelMap = new Map<string, any>([]);
|
|
34
34
|
public remoteInvititations = new Map<string, any>([]);
|
|
35
35
|
public localInvititations = new Map<string, any>([]);
|
|
@@ -37,7 +37,7 @@ export default class RtmEngine {
|
|
|
37
37
|
['channelMessageReceived', () => null],
|
|
38
38
|
['channelMemberJoined', () => null],
|
|
39
39
|
['channelMemberLeft', () => null],
|
|
40
|
-
['
|
|
40
|
+
['channelAttributesUpdated', () => null],
|
|
41
41
|
]);
|
|
42
42
|
public clientEventsMap = new Map<string, any>([
|
|
43
43
|
['connectionStateChanged', () => null],
|
|
@@ -68,7 +68,7 @@ export default class RtmEngine {
|
|
|
68
68
|
event === 'channelMessageReceived' ||
|
|
69
69
|
event === 'channelMemberJoined' ||
|
|
70
70
|
event === 'channelMemberLeft' ||
|
|
71
|
-
event === '
|
|
71
|
+
event === 'channelAttributesUpdated'
|
|
72
72
|
) {
|
|
73
73
|
this.channelEventsMap.set(event, listener);
|
|
74
74
|
} else if (
|
|
@@ -235,16 +235,27 @@ export default class RtmEngine {
|
|
|
235
235
|
.get(channelId)
|
|
236
236
|
.on('AttributesUpdated', (attributes: RtmChannelAttribute) => {
|
|
237
237
|
/**
|
|
238
|
-
* a)
|
|
239
|
-
* b) To be used in future implementations of channel attributes
|
|
240
|
-
* c) Kindly note the below event listener 'ChannelAttributesUpdated' expects type
|
|
238
|
+
* a) Kindly note the below event listener 'channelAttributesUpdated' expects type
|
|
241
239
|
* RtmChannelAttribute[] (array of objects [{key: 'valueOfKey', value: 'valueOfValue}])
|
|
242
240
|
* whereas the above listener 'AttributesUpdated' receives attributes in object form
|
|
243
241
|
* {[valueOfKey]: valueOfValue} of type RtmChannelAttribute
|
|
244
|
-
*
|
|
242
|
+
* b) Hence in this bridge the data should be modified to keep in sync with both the
|
|
245
243
|
* listeners for web and listener for native
|
|
246
244
|
*/
|
|
247
|
-
|
|
245
|
+
/**
|
|
246
|
+
* 1. Loop through object
|
|
247
|
+
* 2. Create a object {key: "", value: ""} and push into array
|
|
248
|
+
* 3. Return the Array
|
|
249
|
+
*/
|
|
250
|
+
const channelAttributes = Object.keys(attributes).reduce((acc, key) => {
|
|
251
|
+
const {value, lastUpdateTs, lastUpdateUserId} = attributes[key];
|
|
252
|
+
acc.push({key, value, lastUpdateTs, lastUpdateUserId});
|
|
253
|
+
return acc;
|
|
254
|
+
}, []);
|
|
255
|
+
|
|
256
|
+
this.channelEventsMap.get('channelAttributesUpdated')(
|
|
257
|
+
channelAttributes,
|
|
258
|
+
);
|
|
248
259
|
});
|
|
249
260
|
|
|
250
261
|
return this.channelMap.get(channelId).join();
|
|
@@ -327,6 +338,19 @@ export default class RtmEngine {
|
|
|
327
338
|
return response;
|
|
328
339
|
}
|
|
329
340
|
|
|
341
|
+
async getChannelAttributes(channelId: string) {
|
|
342
|
+
let response = {};
|
|
343
|
+
await this.client
|
|
344
|
+
.getChannelAttributes(channelId)
|
|
345
|
+
.then((attributes: string) => {
|
|
346
|
+
response = {attributes};
|
|
347
|
+
})
|
|
348
|
+
.catch((e: any) => {
|
|
349
|
+
Promise.reject(e);
|
|
350
|
+
});
|
|
351
|
+
return response;
|
|
352
|
+
}
|
|
353
|
+
|
|
330
354
|
async removeAllLocalUserAttributes() {
|
|
331
355
|
return this.client.clearLocalUserAttributes();
|
|
332
356
|
}
|
|
@@ -366,28 +390,22 @@ export default class RtmEngine {
|
|
|
366
390
|
return this.client.addOrUpdateLocalUserAttributes({...formattedAttributes});
|
|
367
391
|
}
|
|
368
392
|
|
|
369
|
-
addOrUpdateChannelAttributes(
|
|
393
|
+
async addOrUpdateChannelAttributes(
|
|
370
394
|
channelId: string,
|
|
371
395
|
attributes: RtmChannelAttribute[],
|
|
372
396
|
option: ChannelAttributeOptions,
|
|
373
397
|
): Promise<void> {
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
// return this.client.addOrUpdateChannelAttributes(
|
|
386
|
-
// channelId,
|
|
387
|
-
// {...formattedAttributes},
|
|
388
|
-
// option,
|
|
389
|
-
// );
|
|
390
|
-
return Promise.resolve(); // remove this line when functionality is added to the above function
|
|
398
|
+
let formattedAttributes: any = {};
|
|
399
|
+
attributes.map(attribute => {
|
|
400
|
+
let key = Object.values(attribute)[0];
|
|
401
|
+
let value = Object.values(attribute)[1];
|
|
402
|
+
formattedAttributes[key] = value;
|
|
403
|
+
});
|
|
404
|
+
return this.client.addOrUpdateChannelAttributes(
|
|
405
|
+
channelId,
|
|
406
|
+
{...formattedAttributes},
|
|
407
|
+
option,
|
|
408
|
+
);
|
|
391
409
|
}
|
|
392
410
|
|
|
393
411
|
async sendLocalInvitation(invitationProps: any) {
|
|
@@ -60,3 +60,4 @@ export {
|
|
|
60
60
|
export type {ChatUIControlsInterface} from '../src/components/chat-ui/useChatUIControls';
|
|
61
61
|
export {useVirtualBackground} from '../src/app-state/useVirtualBackground';
|
|
62
62
|
export {useBeautyEffects} from '../src/app-state/useBeautyEffects';
|
|
63
|
+
export {useLiveStreamDataContext} from '../src/components/contexts/LiveStreamDataContext';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export {default as UserAvatar} from '../src/atoms/UserAvatar';
|
|
2
|
+
export {default as ImageIcon} from '../src/atoms/ImageIcon';
|
|
3
|
+
export {default as Checkbox} from '../src/atoms/Checkbox';
|
|
4
|
+
export {default as Spacer} from '../src/atoms/Spacer';
|
|
5
|
+
export {default as LinkButton} from '../src/atoms/LinkButton';
|
|
6
|
+
export {default as PrimaryButton} from '../src/atoms/PrimaryButton';
|
|
7
|
+
export {default as TertiaryButton} from '../src/atoms/TertiaryButton';
|
|
8
|
+
export {default as ActionMenu} from '../src/atoms/ActionMenu';
|
|
@@ -67,7 +67,8 @@ export type {
|
|
|
67
67
|
ToolbarDefaultItem,
|
|
68
68
|
ToolbarDefaultItemsConfig,
|
|
69
69
|
ToolbarHideCallback,
|
|
70
|
-
|
|
70
|
+
ToolbarMoreButtonDefaultFields,
|
|
71
|
+
ToolbarMoreButtonCustomFields,
|
|
71
72
|
ToolbarMoreDefaultItem,
|
|
72
73
|
ToolbarItemsConfig,
|
|
73
74
|
TopToolbarItemsConfig,
|
|
@@ -77,6 +78,8 @@ export type {
|
|
|
77
78
|
ToolbarItemAlign,
|
|
78
79
|
ToolbarItemHide,
|
|
79
80
|
ToolbarPresetProps,
|
|
81
|
+
ToolbarItemLabel,
|
|
82
|
+
ToolbarItemLabelCallback,
|
|
80
83
|
} from '../src/atoms/ToolbarPreset';
|
|
81
84
|
export {default as TranscriptPanel} from '../src/subComponents/caption/Transcript';
|
|
82
85
|
export type {TranscriptProps} from '../src/subComponents/caption/Transcript';
|
|
@@ -23,8 +23,8 @@ import {useToggleWhiteboard} from '../src/components/Controls';
|
|
|
23
23
|
import {ShowInputURL} from '../src/components/Share';
|
|
24
24
|
import useRemoteMute, {MUTE_REMOTE_TYPE} from '../src/utils/useRemoteMute';
|
|
25
25
|
import getCustomRoute from '../src/utils/getCustomRoute';
|
|
26
|
-
import TertiaryButton from '../src/atoms/TertiaryButton';
|
|
27
26
|
import useEndCall from '../src/utils/useEndCall';
|
|
27
|
+
|
|
28
28
|
export {
|
|
29
29
|
VideoRenderer,
|
|
30
30
|
DispatchContext,
|
|
@@ -47,6 +47,5 @@ export {
|
|
|
47
47
|
useRemoteMute,
|
|
48
48
|
MUTE_REMOTE_TYPE,
|
|
49
49
|
getCustomRoute,
|
|
50
|
-
TertiaryButton,
|
|
51
50
|
useEndCall,
|
|
52
51
|
};
|
|
@@ -47,6 +47,13 @@ export type LayoutComponent = React.ComponentType<{
|
|
|
47
47
|
renderData: ContentStateInterface['activeUids'];
|
|
48
48
|
}>;
|
|
49
49
|
|
|
50
|
+
export interface SidePanelItem {
|
|
51
|
+
name: string;
|
|
52
|
+
title: string;
|
|
53
|
+
component: React.ComponentType;
|
|
54
|
+
onClose?: () => void;
|
|
55
|
+
}
|
|
56
|
+
|
|
50
57
|
export interface LayoutItem {
|
|
51
58
|
name: string;
|
|
52
59
|
label: string;
|
|
@@ -76,6 +83,7 @@ export interface VideoCallInterface extends BeforeAndAfterInterface {
|
|
|
76
83
|
virtualBackgroundPanel?: React.ComponentType<VBPanelProps>;
|
|
77
84
|
customLayout?: (layouts: LayoutItem[]) => LayoutItem[];
|
|
78
85
|
wrapper?: React.ComponentType;
|
|
86
|
+
customSidePanel?: () => SidePanelItem[];
|
|
79
87
|
invitePopup?: {
|
|
80
88
|
title: string;
|
|
81
89
|
renderComponent?: React.ComponentType;
|
|
@@ -8,10 +8,12 @@ export type {
|
|
|
8
8
|
ContentStateInterface,
|
|
9
9
|
ExtenedContentInterface,
|
|
10
10
|
UidType,
|
|
11
|
+
useLocalUid,
|
|
11
12
|
} from '../agora-rn-uikit';
|
|
12
13
|
export {
|
|
13
14
|
I18nDeviceStatus,
|
|
14
15
|
I18nMuteType,
|
|
16
|
+
videoRoomUserFallbackText,
|
|
15
17
|
} from '../src/language/default-labels/videoCallScreenLabels';
|
|
16
18
|
export type {
|
|
17
19
|
NetworkQualities,
|
|
@@ -43,3 +45,4 @@ export {
|
|
|
43
45
|
type ScreenEncoderConfigurationPreset,
|
|
44
46
|
type VideoEncoderConfiguration,
|
|
45
47
|
} from '../src/app-state/useVideoQuality';
|
|
48
|
+
export {type ActionMenuItem} from '../src/atoms/ActionMenu';
|
|
@@ -28,13 +28,22 @@ export {default as useActiveSpeaker} from '../src/utils/useActiveSpeaker';
|
|
|
28
28
|
export {useHistory, useParams} from '../src/components/Router';
|
|
29
29
|
|
|
30
30
|
//export common function
|
|
31
|
-
export {
|
|
31
|
+
export {
|
|
32
|
+
isWeb,
|
|
33
|
+
isIOS,
|
|
34
|
+
isAndroid,
|
|
35
|
+
isDesktop,
|
|
36
|
+
calculatePosition,
|
|
37
|
+
} from '../src/utils/common';
|
|
32
38
|
export {default as isMobileOrTablet} from '../src/utils/isMobileOrTablet';
|
|
33
39
|
export {useLocalUid} from '../agora-rn-uikit';
|
|
34
40
|
export {default as useLocalAudio} from '../src/utils/useLocalAudio';
|
|
35
41
|
export {default as useLocalVideo} from '../src/utils/useLocalVideo';
|
|
42
|
+
export {useString} from '../src/utils/useString';
|
|
36
43
|
export type {LanguageType} from '../src/subComponents/caption/utils';
|
|
37
44
|
export {default as useSpeechToText} from '../src/utils/useSpeechToText';
|
|
38
45
|
export {isMobileUA} from '../src/utils/common';
|
|
39
46
|
export {getSessionId} from '../src/utils/common';
|
|
47
|
+
export {default as ThemeConfig} from '../src/theme';
|
|
48
|
+
export {default as hexadecimalTransparency} from '../src/utils/hexadecimalTransparency';
|
|
40
49
|
export {useFullScreen} from '../src/utils/useFullScreen';
|
|
@@ -482,47 +482,67 @@
|
|
|
482
482
|
);
|
|
483
483
|
inputPaths = (
|
|
484
484
|
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks.sh",
|
|
485
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
486
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
487
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
488
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
489
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
490
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
491
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
492
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
493
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
494
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
495
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
496
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
497
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
498
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
499
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
485
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraIrisRTC_iOS/AgoraRtcWrapper.framework/AgoraRtcWrapper",
|
|
486
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC/AgoraAiEchoCancellationExtension.framework/AgoraAiEchoCancellationExtension",
|
|
487
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS/AgoraAiNoiseSuppressionExtension.framework/AgoraAiNoiseSuppressionExtension",
|
|
488
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty/AgoraAudioBeautyExtension.framework/AgoraAudioBeautyExtension",
|
|
489
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision/AgoraClearVisionExtension.framework/AgoraClearVisionExtension",
|
|
490
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect/AgoraContentInspectExtension.framework/AgoraContentInspectExtension",
|
|
491
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture/AgoraFaceCaptureExtension.framework/AgoraFaceCaptureExtension",
|
|
492
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection/AgoraFaceDetectionExtension.framework/AgoraFaceDetectionExtension",
|
|
493
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync/AgoraLipSyncExtension.framework/AgoraLipSyncExtension",
|
|
494
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit/AgoraReplayKitExtension.framework/AgoraReplayKitExtension",
|
|
495
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/AgoraRtcKit.framework/AgoraRtcKit",
|
|
496
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/aosl.framework/aosl",
|
|
497
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/Agorafdkaac.framework/Agorafdkaac",
|
|
498
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/Agoraffmpeg.framework/Agoraffmpeg",
|
|
499
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/AgoraSoundTouch.framework/AgoraSoundTouch",
|
|
500
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio/AgoraSpatialAudioExtension.framework/AgoraSpatialAudioExtension",
|
|
501
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA/AgoraVideoQualityAnalyzerExtension.framework/AgoraVideoQualityAnalyzerExtension",
|
|
502
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec/AgoraVideoAv1DecoderExtension.framework/AgoraVideoAv1DecoderExtension",
|
|
503
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc/AgoraVideoAv1EncoderExtension.framework/AgoraVideoAv1EncoderExtension",
|
|
504
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec/AgoraVideoDecoderExtension.framework/AgoraVideoDecoderExtension",
|
|
505
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec/video_dec.framework/video_dec",
|
|
506
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc/AgoraVideoEncoderExtension.framework/AgoraVideoEncoderExtension",
|
|
507
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc/video_enc.framework/video_enc",
|
|
508
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground/AgoraVideoSegmentationExtension.framework/AgoraVideoSegmentationExtension",
|
|
500
509
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtm_iOS/AgoraRtmKit.framework/AgoraRtmKit",
|
|
501
510
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion",
|
|
502
511
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-Glog/glog.framework/glog",
|
|
512
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/HyphenateChat/HyphenateChat.framework/HyphenateChat",
|
|
503
513
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
|
|
504
514
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
|
|
505
515
|
);
|
|
506
516
|
name = "[CP] Embed Pods Frameworks";
|
|
507
517
|
outputPaths = (
|
|
508
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
509
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
510
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
511
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
512
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
513
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
518
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraRtcWrapper.framework",
|
|
519
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraAiEchoCancellationExtension.framework",
|
|
520
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraAiNoiseSuppressionExtension.framework",
|
|
521
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraAudioBeautyExtension.framework",
|
|
522
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraClearVisionExtension.framework",
|
|
523
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraContentInspectExtension.framework",
|
|
524
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraFaceCaptureExtension.framework",
|
|
525
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraFaceDetectionExtension.framework",
|
|
526
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraLipSyncExtension.framework",
|
|
514
527
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraReplayKitExtension.framework",
|
|
515
528
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraRtcKit.framework",
|
|
529
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/aosl.framework",
|
|
530
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Agorafdkaac.framework",
|
|
531
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Agoraffmpeg.framework",
|
|
516
532
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraSoundTouch.framework",
|
|
517
533
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraSpatialAudioExtension.framework",
|
|
518
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
519
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
534
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoQualityAnalyzerExtension.framework",
|
|
535
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoAv1DecoderExtension.framework",
|
|
536
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoAv1EncoderExtension.framework",
|
|
537
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoDecoderExtension.framework",
|
|
538
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/video_dec.framework",
|
|
539
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoEncoderExtension.framework",
|
|
540
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/video_enc.framework",
|
|
520
541
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoSegmentationExtension.framework",
|
|
521
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Agorafdkaac.framework",
|
|
522
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Agoraffmpeg.framework",
|
|
523
542
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraRtmKit.framework",
|
|
524
543
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/double-conversion.framework",
|
|
525
544
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework",
|
|
545
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HyphenateChat.framework",
|
|
526
546
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
|
|
527
547
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
|
|
528
548
|
);
|
|
@@ -552,7 +572,9 @@
|
|
|
552
572
|
);
|
|
553
573
|
inputPaths = (
|
|
554
574
|
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources.sh",
|
|
575
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/DatadogCore/DatadogPrivacyInfo.bundle",
|
|
555
576
|
"${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.bundle",
|
|
577
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/PLCrashReporter/PLCrashReporter.bundle",
|
|
556
578
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
|
|
557
579
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
|
|
558
580
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
|
|
@@ -570,11 +592,14 @@
|
|
|
570
592
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
|
|
571
593
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
|
|
572
594
|
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
|
|
595
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/TrustKit/TrustKit.bundle",
|
|
573
596
|
"${PODS_CONFIGURATION_BUILD_DIR}/react-native-whiteboard/Whiteboard.bundle",
|
|
574
597
|
);
|
|
575
598
|
name = "[CP] Copy Pods Resources";
|
|
576
599
|
outputPaths = (
|
|
600
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/DatadogPrivacyInfo.bundle",
|
|
577
601
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/IQKeyboardManagerSwift.bundle",
|
|
602
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/PLCrashReporter.bundle",
|
|
578
603
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
|
|
579
604
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
|
|
580
605
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
|
|
@@ -592,6 +617,7 @@
|
|
|
592
617
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf",
|
|
593
618
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf",
|
|
594
619
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
|
|
620
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TrustKit.bundle",
|
|
595
621
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Whiteboard.bundle",
|
|
596
622
|
);
|
|
597
623
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -606,47 +632,67 @@
|
|
|
606
632
|
);
|
|
607
633
|
inputPaths = (
|
|
608
634
|
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-frameworks.sh",
|
|
609
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
610
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
611
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
612
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
613
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
614
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
615
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
616
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
617
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
618
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
619
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
620
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
621
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
622
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
623
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
635
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraIrisRTC_iOS/AgoraRtcWrapper.framework/AgoraRtcWrapper",
|
|
636
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC/AgoraAiEchoCancellationExtension.framework/AgoraAiEchoCancellationExtension",
|
|
637
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS/AgoraAiNoiseSuppressionExtension.framework/AgoraAiNoiseSuppressionExtension",
|
|
638
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty/AgoraAudioBeautyExtension.framework/AgoraAudioBeautyExtension",
|
|
639
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision/AgoraClearVisionExtension.framework/AgoraClearVisionExtension",
|
|
640
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect/AgoraContentInspectExtension.framework/AgoraContentInspectExtension",
|
|
641
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture/AgoraFaceCaptureExtension.framework/AgoraFaceCaptureExtension",
|
|
642
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection/AgoraFaceDetectionExtension.framework/AgoraFaceDetectionExtension",
|
|
643
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync/AgoraLipSyncExtension.framework/AgoraLipSyncExtension",
|
|
644
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit/AgoraReplayKitExtension.framework/AgoraReplayKitExtension",
|
|
645
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/AgoraRtcKit.framework/AgoraRtcKit",
|
|
646
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/aosl.framework/aosl",
|
|
647
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/Agorafdkaac.framework/Agorafdkaac",
|
|
648
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/Agoraffmpeg.framework/Agoraffmpeg",
|
|
649
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/AgoraSoundTouch.framework/AgoraSoundTouch",
|
|
650
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio/AgoraSpatialAudioExtension.framework/AgoraSpatialAudioExtension",
|
|
651
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA/AgoraVideoQualityAnalyzerExtension.framework/AgoraVideoQualityAnalyzerExtension",
|
|
652
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec/AgoraVideoAv1DecoderExtension.framework/AgoraVideoAv1DecoderExtension",
|
|
653
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc/AgoraVideoAv1EncoderExtension.framework/AgoraVideoAv1EncoderExtension",
|
|
654
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec/AgoraVideoDecoderExtension.framework/AgoraVideoDecoderExtension",
|
|
655
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec/video_dec.framework/video_dec",
|
|
656
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc/AgoraVideoEncoderExtension.framework/AgoraVideoEncoderExtension",
|
|
657
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc/video_enc.framework/video_enc",
|
|
658
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground/AgoraVideoSegmentationExtension.framework/AgoraVideoSegmentationExtension",
|
|
624
659
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtm_iOS/AgoraRtmKit.framework/AgoraRtmKit",
|
|
625
660
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion",
|
|
626
661
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-Glog/glog.framework/glog",
|
|
662
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/HyphenateChat/HyphenateChat.framework/HyphenateChat",
|
|
627
663
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
|
|
628
664
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
|
|
629
665
|
);
|
|
630
666
|
name = "[CP] Embed Pods Frameworks";
|
|
631
667
|
outputPaths = (
|
|
632
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
633
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
634
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
635
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
636
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
637
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
668
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraRtcWrapper.framework",
|
|
669
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraAiEchoCancellationExtension.framework",
|
|
670
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraAiNoiseSuppressionExtension.framework",
|
|
671
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraAudioBeautyExtension.framework",
|
|
672
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraClearVisionExtension.framework",
|
|
673
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraContentInspectExtension.framework",
|
|
674
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraFaceCaptureExtension.framework",
|
|
675
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraFaceDetectionExtension.framework",
|
|
676
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraLipSyncExtension.framework",
|
|
638
677
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraReplayKitExtension.framework",
|
|
639
678
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraRtcKit.framework",
|
|
679
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/aosl.framework",
|
|
680
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Agorafdkaac.framework",
|
|
681
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Agoraffmpeg.framework",
|
|
640
682
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraSoundTouch.framework",
|
|
641
683
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraSpatialAudioExtension.framework",
|
|
642
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
643
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/
|
|
684
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoQualityAnalyzerExtension.framework",
|
|
685
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoAv1DecoderExtension.framework",
|
|
686
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoAv1EncoderExtension.framework",
|
|
687
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoDecoderExtension.framework",
|
|
688
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/video_dec.framework",
|
|
689
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoEncoderExtension.framework",
|
|
690
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/video_enc.framework",
|
|
644
691
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraVideoSegmentationExtension.framework",
|
|
645
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Agorafdkaac.framework",
|
|
646
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Agoraffmpeg.framework",
|
|
647
692
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraRtmKit.framework",
|
|
648
693
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/double-conversion.framework",
|
|
649
694
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework",
|
|
695
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HyphenateChat.framework",
|
|
650
696
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
|
|
651
697
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
|
|
652
698
|
);
|
|
@@ -706,7 +752,9 @@
|
|
|
706
752
|
);
|
|
707
753
|
inputPaths = (
|
|
708
754
|
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources.sh",
|
|
755
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/DatadogCore/DatadogPrivacyInfo.bundle",
|
|
709
756
|
"${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.bundle",
|
|
757
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/PLCrashReporter/PLCrashReporter.bundle",
|
|
710
758
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
|
|
711
759
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
|
|
712
760
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
|
|
@@ -724,11 +772,14 @@
|
|
|
724
772
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
|
|
725
773
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
|
|
726
774
|
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
|
|
775
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/TrustKit/TrustKit.bundle",
|
|
727
776
|
"${PODS_CONFIGURATION_BUILD_DIR}/react-native-whiteboard/Whiteboard.bundle",
|
|
728
777
|
);
|
|
729
778
|
name = "[CP] Copy Pods Resources";
|
|
730
779
|
outputPaths = (
|
|
780
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/DatadogPrivacyInfo.bundle",
|
|
731
781
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/IQKeyboardManagerSwift.bundle",
|
|
782
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/PLCrashReporter.bundle",
|
|
732
783
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
|
|
733
784
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
|
|
734
785
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
|
|
@@ -746,6 +797,7 @@
|
|
|
746
797
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf",
|
|
747
798
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf",
|
|
748
799
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
|
|
800
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TrustKit.bundle",
|
|
749
801
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Whiteboard.bundle",
|
|
750
802
|
);
|
|
751
803
|
runOnlyForDeploymentPostprocessing = 0;
|