@cometchat/calls-sdk-react-native 4.4.2-beta.1 → 5.0.0-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.
Files changed (93) hide show
  1. package/README.md +85 -19
  2. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  3. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  4. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  5. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  6. package/android/.gradle/8.9/gc.properties +0 -0
  7. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  8. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  9. package/android/.gradle/vcs-1/gc.properties +0 -0
  10. package/android/build.gradle +13 -12
  11. package/android/src/main/AndroidManifest.xml +15 -6
  12. package/android/src/main/java/com/callingv5/AudioDeviceHandlerConnectionService.java +185 -0
  13. package/android/src/main/java/com/callingv5/AudioDeviceHandlerGeneric.java +254 -0
  14. package/android/src/main/java/com/{CometChatCalls → callingv5}/AudioModeModule.java +93 -56
  15. package/android/src/main/java/com/callingv5/ConnectionService.java +451 -0
  16. package/android/src/main/java/com/callingv5/KeepAwakeModule.java +53 -0
  17. package/android/src/main/java/com/callingv5/MyAppPackage.java +35 -0
  18. package/android/src/main/java/com/callingv5/RNConnectionService.java +244 -0
  19. package/android/src/main/java/com/callingv5/ToastModule.java +29 -0
  20. package/android/src/main/java/com/callingv5/utils/CometChatLogger.java +88 -0
  21. package/cometchat-calls-sdk-react-native.podspec +9 -10
  22. package/dist/index.d.mts +4066 -0
  23. package/dist/index.d.ts +4066 -9
  24. package/dist/index.js +11116 -132
  25. package/dist/index.js.map +1 -0
  26. package/dist/index.mjs +11085 -0
  27. package/dist/index.mjs.map +1 -0
  28. package/dist/polyfills/RTCPeerConnection.js +19 -0
  29. package/dist/polyfills/Storage.js +192 -0
  30. package/dist/polyfills/browser.js +337 -0
  31. package/dist/polyfills/index.js +1 -0
  32. package/dist/polyfills/ipv6utils.js +197 -0
  33. package/dist/polyfills/webrtc.js +11 -0
  34. package/ios/{JitsiAudioSession+Private.h → Audio/CometChatAudioSession+Private.h} +2 -3
  35. package/ios/{LogUtils.h → Audio/CometChatAudioSession.h} +9 -6
  36. package/ios/{JitsiAudioSession.m → Audio/CometChatAudioSession.m} +4 -3
  37. package/ios/{AudioMode.m → Modules/AudioMode.m} +15 -49
  38. package/ios/Modules/KeepAwake.h +4 -0
  39. package/ios/Modules/KeepAwake.m +29 -0
  40. package/package.json +24 -110
  41. package/LICENSE.md +0 -3
  42. package/android/src/main/java/com/CometChatCalls/AudioDeviceHandlerGeneric.java +0 -213
  43. package/android/src/main/java/com/CometChatCalls/AudioDeviceHandlerLegacy.java +0 -213
  44. package/android/src/main/java/com/CometChatCalls/BluetoothHeadsetMonitor.java +0 -187
  45. package/android/src/main/java/com/CometChatCalls/CallNotificationService.java +0 -93
  46. package/android/src/main/java/com/CometChatCalls/CallNotificationServiceModule.java +0 -48
  47. package/android/src/main/java/com/CometChatCalls/CometChatCallsPackage.java +0 -56
  48. package/android/src/main/java/com/CometChatCalls/CometChatCommonModule.java +0 -48
  49. package/android/src/main/java/com/CometChatCalls/PictureInPictureModule.java +0 -133
  50. package/android/src/main/res/drawable-mdpi/callingcomponent_icons_headphones_pluged.png +0 -0
  51. package/dist/CometChatErrorConstants.d.ts +0 -124
  52. package/dist/Constants.d.ts +0 -724
  53. package/dist/Helper copy.d.ts +0 -1
  54. package/dist/Helper.d.ts +0 -7
  55. package/dist/api/APIHandler.d.ts +0 -42
  56. package/dist/api/endpoints.d.ts +0 -7
  57. package/dist/api/helper.d.ts +0 -69
  58. package/dist/api/index.d.ts +0 -2
  59. package/dist/constants/CallConstants.d.ts +0 -136
  60. package/dist/constants/index.d.ts +0 -1
  61. package/dist/defaultCallsettings.d.ts +0 -2
  62. package/dist/models/CallAppSettings.d.ts +0 -42
  63. package/dist/models/CallGroup.d.ts +0 -14
  64. package/dist/models/CallLog.d.ts +0 -276
  65. package/dist/models/CallLogFilterParams.d.ts +0 -97
  66. package/dist/models/CallSettings.d.ts +0 -330
  67. package/dist/models/CallUser.d.ts +0 -14
  68. package/dist/models/CometChatCallLogs.d.ts +0 -193
  69. package/dist/models/CometChatCalls.d.ts +0 -110
  70. package/dist/models/CometChatCallsComponent.d.ts +0 -13
  71. package/dist/models/CometChatCallsComponentCore.d.ts +0 -18
  72. package/dist/models/CometChatCallsException.d.ts +0 -7
  73. package/dist/models/CometChatPresenterComponent.d.ts +0 -13
  74. package/dist/models/ErrorModel.d.ts +0 -11
  75. package/dist/models/Listner.d.ts +0 -69
  76. package/dist/models/ListnerHandler.d.ts +0 -10
  77. package/dist/models/MessageComponent.d.ts +0 -7
  78. package/dist/models/Participant.d.ts +0 -184
  79. package/dist/models/PresenterSettings.d.ts +0 -208
  80. package/dist/models/RTCUser.d.ts +0 -18
  81. package/dist/models/Recording.d.ts +0 -86
  82. package/dist/models/index.d.ts +0 -9
  83. package/dist/types/ICallAppSettings.d.ts +0 -6
  84. package/dist/types/ICallSettings.d.ts +0 -61
  85. package/dist/types/RTCUser.d.ts +0 -6
  86. package/dist/types/callEvents.d.ts +0 -54
  87. package/dist/types/common.d.ts +0 -18
  88. package/dist/types/index.d.ts +0 -2
  89. package/ios/AudioMode.h +0 -11
  90. package/ios/CometChatCommonModule.h +0 -6
  91. package/ios/CometChatCommonModule.m +0 -29
  92. package/ios/JitsiAudioSession.h +0 -17
  93. package/ios/react-native-calls2.xcodeproj/project.pbxproj +0 -269
@@ -1,6 +0,0 @@
1
- export interface IRTCUser {
2
- name: string;
3
- avatar: string;
4
- joinnedAt: string;
5
- uid: string;
6
- }
@@ -1,54 +0,0 @@
1
- interface User {
2
- name: string;
3
- avatar: string;
4
- isVideoMuted: string;
5
- isAudioMuted: string;
6
- isLocalUser: string;
7
- id: string;
8
- uid: string;
9
- }
10
- export interface ICallEventsData {
11
- readonly onUserJoined: {
12
- name: string;
13
- avatar: string;
14
- joinnedAt: string;
15
- uid: string;
16
- isAudioMuted: boolean;
17
- isLocalUser: boolean;
18
- isVideoMuted: boolean;
19
- };
20
- readonly onUserLeft: {
21
- name: string;
22
- avatar: string;
23
- joinnedAt: string;
24
- uid: string;
25
- };
26
- readonly onUserListUpdated: Array<{
27
- name: string;
28
- avatar: string;
29
- uid: string;
30
- }>;
31
- readonly onMediaDeviceListUpdated: {
32
- videoInputDevices: MediaDeviceInfo[];
33
- audioInputDevices: MediaDeviceInfo[];
34
- audioOutputDevices: MediaDeviceInfo[];
35
- };
36
- readonly onRecordingStarted: Partial<User & {
37
- recordId: string;
38
- }>;
39
- readonly onRecordingStopped: Partial<User & {
40
- recordId: string;
41
- }>;
42
- readonly onCallSwitchedToVideo: {
43
- sessionId: string;
44
- initiator: Partial<User>;
45
- };
46
- readonly onCallEnded: {};
47
- readonly onSessionTimeout: () => void;
48
- readonly onUserMuted: {
49
- name: string;
50
- avatar: string;
51
- uid: string;
52
- };
53
- }
54
- export {};
@@ -1,18 +0,0 @@
1
- import { REGION } from "../Constants";
2
- import { CallSettings } from "../models/CallSettings";
3
- export type Position = typeof CallSettings.POSITION[keyof typeof CallSettings.POSITION];
4
- export type AspectRatio = typeof CallSettings.ASPECT_RATIO[keyof typeof CallSettings.ASPECT_RATIO];
5
- export type ColorRGB = `rgb(${number}, ${number}, ${number})`;
6
- export type ColorRGBA = `rgba(${number}, ${number}, ${number}, ${number})`;
7
- export type ColorHEX = `#${string}`;
8
- type _ColorValue = ColorRGB | ColorRGBA | ColorHEX;
9
- export type ColorValue = _ColorValue | Omit<string, _ColorValue>;
10
- type _Region = keyof typeof REGION;
11
- export type Region = _Region | Omit<string, _Region>;
12
- type _THost = `rtc-${_Region}.cometchat.io`;
13
- export type Host = _THost | Omit<string, _THost>;
14
- export interface AudioMode {
15
- isSelected: boolean;
16
- mode: string;
17
- }
18
- export {};
@@ -1,2 +0,0 @@
1
- export * from "./ICallAppSettings";
2
- export * from "./ICallSettings";
package/ios/AudioMode.h DELETED
@@ -1,11 +0,0 @@
1
-
2
- #import <React/RCTBridgeModule.h>
3
- #import <React/RCTEventEmitter.h>
4
-
5
-
6
- @interface AudioMode : RCTEventEmitter<RTCAudioSessionDelegate,RCTBridgeModule>
7
-
8
- @property(nonatomic, strong) dispatch_queue_t workerQueue;
9
-
10
- @end
11
-
@@ -1,6 +0,0 @@
1
- #import <React/RCTBridgeModule.h>
2
- #import <React/RCTEventEmitter.h>
3
-
4
- @interface CometChatCommonModule : NSObject <RCTBridgeModule>
5
- + (UIInterfaceOrientationMask)getOrientation;
6
- @end
@@ -1,29 +0,0 @@
1
- #import "CometChatCommonModule.h"
2
- #import <UIKit/UIKit.h>
3
-
4
- @implementation CometChatCommonModule {
5
- }
6
-
7
- RCT_EXPORT_MODULE();
8
-
9
-
10
- static UIInterfaceOrientationMask _orientationMask = UIInterfaceOrientationMaskAll;
11
-
12
- + (void)setOrientation: (UIInterfaceOrientationMask)orientationMask {
13
- _orientationMask = orientationMask;
14
- }
15
-
16
- + (UIInterfaceOrientationMask)getOrientation {
17
- return _orientationMask;
18
- }
19
-
20
- RCT_EXPORT_METHOD(lockToPortrait) {
21
- [CometChatCommonModule setOrientation:UIInterfaceOrientationMaskPortrait];
22
- [UIViewController attemptRotationToDeviceOrientation];
23
- }
24
-
25
- RCT_EXPORT_METHOD(unlockAllOrientations) {
26
- [CometChatCommonModule setOrientation:UIInterfaceOrientationMaskAll];
27
- }
28
-
29
- @end
@@ -1,17 +0,0 @@
1
- //
2
- // JitsiAudioSession.h
3
- // CometChatProCalls
4
- //
5
- // Created by CometChat on 27/05/22.
6
- // Copyright © 2022 Jitsi. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
-
11
- NS_ASSUME_NONNULL_BEGIN
12
-
13
- @interface JitsiAudioSession : NSObject
14
-
15
- @end
16
-
17
- NS_ASSUME_NONNULL_END
@@ -1,269 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXCopyFilesBuildPhase section */
10
- 58B511D91A9E6C8500147676 /* CopyFiles */ = {
11
- isa = PBXCopyFilesBuildPhase;
12
- buildActionMask = 2147483647;
13
- dstPath = "include/$(PRODUCT_NAME)";
14
- dstSubfolderSpec = 16;
15
- files = (
16
- );
17
- runOnlyForDeploymentPostprocessing = 0;
18
- };
19
- /* End PBXCopyFilesBuildPhase section */
20
-
21
- /* Begin PBXFileReference section */
22
- 134814201AA4EA6300B7C361 /* libAudioMode.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libAudioMode.a; sourceTree = BUILT_PRODUCTS_DIR; };
23
- B3E7B5881CC2AC0600A0062D /* AudioMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudioMode.h; sourceTree = "<group>"; };
24
- B3E7B5891CC2AC0600A0062D /* AudioMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AudioMode.m; sourceTree = "<group>"; };
25
- /* End PBXFileReference section */
26
-
27
- /* Begin PBXFrameworksBuildPhase section */
28
- 58B511D81A9E6C8500147676 /* Frameworks */ = {
29
- isa = PBXFrameworksBuildPhase;
30
- buildActionMask = 2147483647;
31
- files = (
32
- );
33
- runOnlyForDeploymentPostprocessing = 0;
34
- };
35
- /* End PBXFrameworksBuildPhase section */
36
-
37
- /* Begin PBXGroup section */
38
- 134814211AA4EA7D00B7C361 /* Products */ = {
39
- isa = PBXGroup;
40
- children = (
41
- 134814201AA4EA6300B7C361 /* libAudioMode.a */,
42
- );
43
- name = Products;
44
- sourceTree = "<group>";
45
- };
46
- 58B511D21A9E6C8500147676 = {
47
- isa = PBXGroup;
48
- children = (
49
- B3E7B5881CC2AC0600A0062D /* AudioMode.h */,
50
- B3E7B5891CC2AC0600A0062D /* AudioMode.m */,
51
- 134814211AA4EA7D00B7C361 /* Products */,
52
- );
53
- sourceTree = "<group>";
54
- };
55
- /* End PBXGroup section */
56
-
57
- /* Begin PBXNativeTarget section */
58
- 58B511DA1A9E6C8500147676 /* AudioMode */ = {
59
- isa = PBXNativeTarget;
60
- buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "AudioMode" */;
61
- buildPhases = (
62
- 58B511D71A9E6C8500147676 /* Sources */,
63
- 58B511D81A9E6C8500147676 /* Frameworks */,
64
- 58B511D91A9E6C8500147676 /* CopyFiles */,
65
- );
66
- buildRules = (
67
- );
68
- dependencies = (
69
- );
70
- name = AudioMode;
71
- productName = RCTDataManager;
72
- productReference = 134814201AA4EA6300B7C361 /* libAudioMode.a */;
73
- productType = "com.apple.product-type.library.static";
74
- };
75
- /* End PBXNativeTarget section */
76
-
77
- /* Begin PBXProject section */
78
- 58B511D31A9E6C8500147676 /* Project object */ = {
79
- isa = PBXProject;
80
- attributes = {
81
- LastUpgradeCheck = 0920;
82
- ORGANIZATIONNAME = Facebook;
83
- TargetAttributes = {
84
- 58B511DA1A9E6C8500147676 = {
85
- CreatedOnToolsVersion = 6.1.1;
86
- };
87
- };
88
- };
89
- buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "react-native-calls2" */;
90
- compatibilityVersion = "Xcode 3.2";
91
- developmentRegion = English;
92
- hasScannedForEncodings = 0;
93
- knownRegions = (
94
- English,
95
- en,
96
- );
97
- mainGroup = 58B511D21A9E6C8500147676;
98
- productRefGroup = 58B511D21A9E6C8500147676;
99
- projectDirPath = "";
100
- projectRoot = "";
101
- targets = (
102
- 58B511DA1A9E6C8500147676 /* AudioMode */,
103
- );
104
- };
105
- /* End PBXProject section */
106
-
107
- /* Begin PBXSourcesBuildPhase section */
108
- 58B511D71A9E6C8500147676 /* Sources */ = {
109
- isa = PBXSourcesBuildPhase;
110
- buildActionMask = 2147483647;
111
- files = (
112
- );
113
- runOnlyForDeploymentPostprocessing = 0;
114
- };
115
- /* End PBXSourcesBuildPhase section */
116
-
117
- /* Begin XCBuildConfiguration section */
118
- 58B511ED1A9E6C8500147676 /* Debug */ = {
119
- isa = XCBuildConfiguration;
120
- buildSettings = {
121
- ALWAYS_SEARCH_USER_PATHS = NO;
122
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
123
- CLANG_CXX_LIBRARY = "libc++";
124
- CLANG_ENABLE_MODULES = YES;
125
- CLANG_ENABLE_OBJC_ARC = YES;
126
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
127
- CLANG_WARN_BOOL_CONVERSION = YES;
128
- CLANG_WARN_COMMA = YES;
129
- CLANG_WARN_CONSTANT_CONVERSION = YES;
130
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
131
- CLANG_WARN_EMPTY_BODY = YES;
132
- CLANG_WARN_ENUM_CONVERSION = YES;
133
- CLANG_WARN_INFINITE_RECURSION = YES;
134
- CLANG_WARN_INT_CONVERSION = YES;
135
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
136
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
137
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
138
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
139
- CLANG_WARN_STRICT_PROTOTYPES = YES;
140
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
141
- CLANG_WARN_UNREACHABLE_CODE = YES;
142
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
143
- COPY_PHASE_STRIP = NO;
144
- ENABLE_STRICT_OBJC_MSGSEND = YES;
145
- ENABLE_TESTABILITY = YES;
146
- GCC_C_LANGUAGE_STANDARD = gnu99;
147
- GCC_DYNAMIC_NO_PIC = NO;
148
- GCC_NO_COMMON_BLOCKS = YES;
149
- GCC_OPTIMIZATION_LEVEL = 0;
150
- GCC_PREPROCESSOR_DEFINITIONS = (
151
- "DEBUG=1",
152
- "$(inherited)",
153
- );
154
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
155
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
156
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
157
- GCC_WARN_UNDECLARED_SELECTOR = YES;
158
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
159
- GCC_WARN_UNUSED_FUNCTION = YES;
160
- GCC_WARN_UNUSED_VARIABLE = YES;
161
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
162
- MTL_ENABLE_DEBUG_INFO = YES;
163
- ONLY_ACTIVE_ARCH = YES;
164
- SDKROOT = iphoneos;
165
- };
166
- name = Debug;
167
- };
168
- 58B511EE1A9E6C8500147676 /* Release */ = {
169
- isa = XCBuildConfiguration;
170
- buildSettings = {
171
- ALWAYS_SEARCH_USER_PATHS = NO;
172
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
173
- CLANG_CXX_LIBRARY = "libc++";
174
- CLANG_ENABLE_MODULES = YES;
175
- CLANG_ENABLE_OBJC_ARC = YES;
176
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
177
- CLANG_WARN_BOOL_CONVERSION = YES;
178
- CLANG_WARN_COMMA = YES;
179
- CLANG_WARN_CONSTANT_CONVERSION = YES;
180
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
181
- CLANG_WARN_EMPTY_BODY = YES;
182
- CLANG_WARN_ENUM_CONVERSION = YES;
183
- CLANG_WARN_INFINITE_RECURSION = YES;
184
- CLANG_WARN_INT_CONVERSION = YES;
185
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
186
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
187
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
188
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
189
- CLANG_WARN_STRICT_PROTOTYPES = YES;
190
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
191
- CLANG_WARN_UNREACHABLE_CODE = YES;
192
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
193
- COPY_PHASE_STRIP = YES;
194
- ENABLE_NS_ASSERTIONS = NO;
195
- ENABLE_STRICT_OBJC_MSGSEND = YES;
196
- GCC_C_LANGUAGE_STANDARD = gnu99;
197
- GCC_NO_COMMON_BLOCKS = YES;
198
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
199
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
200
- GCC_WARN_UNDECLARED_SELECTOR = YES;
201
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
202
- GCC_WARN_UNUSED_FUNCTION = YES;
203
- GCC_WARN_UNUSED_VARIABLE = YES;
204
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
205
- MTL_ENABLE_DEBUG_INFO = NO;
206
- SDKROOT = iphoneos;
207
- VALIDATE_PRODUCT = YES;
208
- };
209
- name = Release;
210
- };
211
- 58B511F01A9E6C8500147676 /* Debug */ = {
212
- isa = XCBuildConfiguration;
213
- buildSettings = {
214
- HEADER_SEARCH_PATHS = (
215
- "$(inherited)",
216
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
217
- "$(SRCROOT)/../../../React/**",
218
- "$(SRCROOT)/../../react-native/React/**",
219
- "$(SRCROOT)/../../react-native-webrtc/**",
220
- );
221
- LIBRARY_SEARCH_PATHS = "$(inherited)";
222
- OTHER_LDFLAGS = "-ObjC";
223
- PRODUCT_NAME = AudioMode;
224
- SKIP_INSTALL = YES;
225
- };
226
- name = Debug;
227
- };
228
- 58B511F11A9E6C8500147676 /* Release */ = {
229
- isa = XCBuildConfiguration;
230
- buildSettings = {
231
- HEADER_SEARCH_PATHS = (
232
- "$(inherited)",
233
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
234
- "$(SRCROOT)/../../../React/**",
235
- "$(SRCROOT)/../../react-native/React/**",
236
- "$(SRCROOT)/../../react-native-webrtc/**",
237
- );
238
- LIBRARY_SEARCH_PATHS = "$(inherited)";
239
- OTHER_LDFLAGS = "-ObjC";
240
- PRODUCT_NAME = AudioMode;
241
- SKIP_INSTALL = YES;
242
- };
243
- name = Release;
244
- };
245
- /* End XCBuildConfiguration section */
246
-
247
- /* Begin XCConfigurationList section */
248
- 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "react-native-calls2" */ = {
249
- isa = XCConfigurationList;
250
- buildConfigurations = (
251
- 58B511ED1A9E6C8500147676 /* Debug */,
252
- 58B511EE1A9E6C8500147676 /* Release */,
253
- );
254
- defaultConfigurationIsVisible = 0;
255
- defaultConfigurationName = Release;
256
- };
257
- 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "AudioMode" */ = {
258
- isa = XCConfigurationList;
259
- buildConfigurations = (
260
- 58B511F01A9E6C8500147676 /* Debug */,
261
- 58B511F11A9E6C8500147676 /* Release */,
262
- );
263
- defaultConfigurationIsVisible = 0;
264
- defaultConfigurationName = Release;
265
- };
266
- /* End XCConfigurationList section */
267
- };
268
- rootObject = 58B511D31A9E6C8500147676 /* Project object */;
269
- }