@stream-io/video-react-native-sdk 1.0.3 → 1.0.5
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.0.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.4...@stream-io/video-react-native-sdk-1.0.5) (2024-09-10)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-filters-react-native` updated to version `0.2.4`
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* broken ios autolinking on react native 0.68 ([#1483](https://github.com/GetStream/stream-video-js/issues/1483)) ([734a361](https://github.com/GetStream/stream-video-js/commit/734a3615bc185fc17c7d7afc812c662a9bec92e7))
|
|
14
|
+
|
|
15
|
+
## [1.0.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.3...@stream-io/video-react-native-sdk-1.0.4) (2024-09-09)
|
|
16
|
+
|
|
17
|
+
### Dependency Updates
|
|
18
|
+
|
|
19
|
+
* `@stream-io/video-client` updated to version `1.6.2`
|
|
20
|
+
* `@stream-io/video-react-bindings` updated to version `1.0.2`
|
|
5
21
|
## [1.0.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.0.2...@stream-io/video-react-native-sdk-1.0.3) (2024-09-06)
|
|
6
22
|
|
|
7
23
|
### Dependency Updates
|
package/dist/commonjs/version.js
CHANGED
package/dist/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '1.0.
|
|
1
|
+
export const version = '1.0.5';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "1.0.
|
|
1
|
+
export declare const version = "1.0.5";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -0,0 +1,324 @@
|
|
|
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 /* libStreamVideoReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libStreamVideoReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
23
|
+
B3E7B5891CC2AC0600A0062D /* StreamVideoReactNative.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StreamVideoReactNative.m; sourceTree = "<group>"; };
|
|
24
|
+
D7A6507C28C3C54500AC4DB2 /* StreamVideoReactNative.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StreamVideoReactNative.h; sourceTree = "<group>"; };
|
|
25
|
+
DDCF7DC92C90359D00420842 /* RTCViewPipManager.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RTCViewPipManager.mm; sourceTree = "<group>"; };
|
|
26
|
+
DDCF7DCA2C90359D00420842 /* RTCViewPip.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RTCViewPip.swift; sourceTree = "<group>"; };
|
|
27
|
+
DDCF7DCB2C90359D00420842 /* RTCViewPipManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RTCViewPipManager.swift; sourceTree = "<group>"; };
|
|
28
|
+
DDCF7DCD2C90359D00420842 /* StreamPixelBufferPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamPixelBufferPool.swift; sourceTree = "<group>"; };
|
|
29
|
+
DDCF7DCE2C90359D00420842 /* StreamPictureInPictureController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamPictureInPictureController.swift; sourceTree = "<group>"; };
|
|
30
|
+
DDCF7DCF2C90359D00420842 /* StreamPixelBufferRepository.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamPixelBufferRepository.swift; sourceTree = "<group>"; };
|
|
31
|
+
DDCF7DD02C90359D00420842 /* StreamBufferTransformer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamBufferTransformer.swift; sourceTree = "<group>"; };
|
|
32
|
+
DDCF7DD12C90359D00420842 /* StreamAVPictureInPictureVideoCallViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamAVPictureInPictureVideoCallViewController.swift; sourceTree = "<group>"; };
|
|
33
|
+
DDCF7DD22C90359D00420842 /* StreamPictureInPictureVideoRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamPictureInPictureVideoRenderer.swift; sourceTree = "<group>"; };
|
|
34
|
+
DDCF7DD42C90359D00420842 /* StreamPictureInPictureFixedWindowSizePolicy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamPictureInPictureFixedWindowSizePolicy.swift; sourceTree = "<group>"; };
|
|
35
|
+
DDCF7DD52C90359D00420842 /* StreamPictureInPictureAdaptiveWindowSizePolicy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamPictureInPictureAdaptiveWindowSizePolicy.swift; sourceTree = "<group>"; };
|
|
36
|
+
DDCF7DD62C90359D00420842 /* StreamPictureInPictureWindowSizePolicy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamPictureInPictureWindowSizePolicy.swift; sourceTree = "<group>"; };
|
|
37
|
+
DDCF7DD72C90359D00420842 /* StreamRTCYUVBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamRTCYUVBuffer.swift; sourceTree = "<group>"; };
|
|
38
|
+
DDCF7DD82C90359D00420842 /* YpCbCrPixelRange+Default.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "YpCbCrPixelRange+Default.swift"; sourceTree = "<group>"; };
|
|
39
|
+
DDCF7DD92C90359D00420842 /* StreamYUVToARGBConversion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamYUVToARGBConversion.swift; sourceTree = "<group>"; };
|
|
40
|
+
DDCF7DDA2C90359D00420842 /* StreamPictureInPictureTrackStateAdapter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamPictureInPictureTrackStateAdapter.swift; sourceTree = "<group>"; };
|
|
41
|
+
DDCF7DDB2C90359D00420842 /* SampleBufferVideoCallView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleBufferVideoCallView.swift; sourceTree = "<group>"; };
|
|
42
|
+
F4FF95D5245B92E700C19C63 /* StreamVideoReactNative-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "StreamVideoReactNative-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
43
|
+
/* End PBXFileReference section */
|
|
44
|
+
|
|
45
|
+
/* Begin PBXFrameworksBuildPhase section */
|
|
46
|
+
58B511D81A9E6C8500147676 /* Frameworks */ = {
|
|
47
|
+
isa = PBXFrameworksBuildPhase;
|
|
48
|
+
buildActionMask = 2147483647;
|
|
49
|
+
files = (
|
|
50
|
+
);
|
|
51
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
52
|
+
};
|
|
53
|
+
/* End PBXFrameworksBuildPhase section */
|
|
54
|
+
|
|
55
|
+
/* Begin PBXGroup section */
|
|
56
|
+
134814211AA4EA7D00B7C361 /* Products */ = {
|
|
57
|
+
isa = PBXGroup;
|
|
58
|
+
children = (
|
|
59
|
+
134814201AA4EA6300B7C361 /* libStreamVideoReactNative.a */,
|
|
60
|
+
);
|
|
61
|
+
name = Products;
|
|
62
|
+
sourceTree = "<group>";
|
|
63
|
+
};
|
|
64
|
+
58B511D21A9E6C8500147676 = {
|
|
65
|
+
isa = PBXGroup;
|
|
66
|
+
children = (
|
|
67
|
+
DDCF7DCC2C90359D00420842 /* PictureInPicture */,
|
|
68
|
+
DDCF7DCA2C90359D00420842 /* RTCViewPip.swift */,
|
|
69
|
+
DDCF7DC92C90359D00420842 /* RTCViewPipManager.mm */,
|
|
70
|
+
DDCF7DCB2C90359D00420842 /* RTCViewPipManager.swift */,
|
|
71
|
+
B3E7B5891CC2AC0600A0062D /* StreamVideoReactNative.m */,
|
|
72
|
+
D7A6507C28C3C54500AC4DB2 /* StreamVideoReactNative.h */,
|
|
73
|
+
F4FF95D5245B92E700C19C63 /* StreamVideoReactNative-Bridging-Header.h */,
|
|
74
|
+
134814211AA4EA7D00B7C361 /* Products */,
|
|
75
|
+
);
|
|
76
|
+
sourceTree = "<group>";
|
|
77
|
+
};
|
|
78
|
+
DDCF7DCC2C90359D00420842 /* PictureInPicture */ = {
|
|
79
|
+
isa = PBXGroup;
|
|
80
|
+
children = (
|
|
81
|
+
DDCF7DCD2C90359D00420842 /* StreamPixelBufferPool.swift */,
|
|
82
|
+
DDCF7DCE2C90359D00420842 /* StreamPictureInPictureController.swift */,
|
|
83
|
+
DDCF7DCF2C90359D00420842 /* StreamPixelBufferRepository.swift */,
|
|
84
|
+
DDCF7DD02C90359D00420842 /* StreamBufferTransformer.swift */,
|
|
85
|
+
DDCF7DD12C90359D00420842 /* StreamAVPictureInPictureVideoCallViewController.swift */,
|
|
86
|
+
DDCF7DD22C90359D00420842 /* StreamPictureInPictureVideoRenderer.swift */,
|
|
87
|
+
DDCF7DD32C90359D00420842 /* WindowSizePolicy */,
|
|
88
|
+
DDCF7DD72C90359D00420842 /* StreamRTCYUVBuffer.swift */,
|
|
89
|
+
DDCF7DD82C90359D00420842 /* YpCbCrPixelRange+Default.swift */,
|
|
90
|
+
DDCF7DD92C90359D00420842 /* StreamYUVToARGBConversion.swift */,
|
|
91
|
+
DDCF7DDA2C90359D00420842 /* StreamPictureInPictureTrackStateAdapter.swift */,
|
|
92
|
+
DDCF7DDB2C90359D00420842 /* SampleBufferVideoCallView.swift */,
|
|
93
|
+
);
|
|
94
|
+
path = PictureInPicture;
|
|
95
|
+
sourceTree = "<group>";
|
|
96
|
+
};
|
|
97
|
+
DDCF7DD32C90359D00420842 /* WindowSizePolicy */ = {
|
|
98
|
+
isa = PBXGroup;
|
|
99
|
+
children = (
|
|
100
|
+
DDCF7DD42C90359D00420842 /* StreamPictureInPictureFixedWindowSizePolicy.swift */,
|
|
101
|
+
DDCF7DD52C90359D00420842 /* StreamPictureInPictureAdaptiveWindowSizePolicy.swift */,
|
|
102
|
+
DDCF7DD62C90359D00420842 /* StreamPictureInPictureWindowSizePolicy.swift */,
|
|
103
|
+
);
|
|
104
|
+
path = WindowSizePolicy;
|
|
105
|
+
sourceTree = "<group>";
|
|
106
|
+
};
|
|
107
|
+
/* End PBXGroup section */
|
|
108
|
+
|
|
109
|
+
/* Begin PBXNativeTarget section */
|
|
110
|
+
58B511DA1A9E6C8500147676 /* StreamVideoReactNative */ = {
|
|
111
|
+
isa = PBXNativeTarget;
|
|
112
|
+
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "StreamVideoReactNative" */;
|
|
113
|
+
buildPhases = (
|
|
114
|
+
58B511D71A9E6C8500147676 /* Sources */,
|
|
115
|
+
58B511D81A9E6C8500147676 /* Frameworks */,
|
|
116
|
+
58B511D91A9E6C8500147676 /* CopyFiles */,
|
|
117
|
+
);
|
|
118
|
+
buildRules = (
|
|
119
|
+
);
|
|
120
|
+
dependencies = (
|
|
121
|
+
);
|
|
122
|
+
name = StreamVideoReactNative;
|
|
123
|
+
productName = RCTDataManager;
|
|
124
|
+
productReference = 134814201AA4EA6300B7C361 /* libStreamVideoReactNative.a */;
|
|
125
|
+
productType = "com.apple.product-type.library.static";
|
|
126
|
+
};
|
|
127
|
+
/* End PBXNativeTarget section */
|
|
128
|
+
|
|
129
|
+
/* Begin PBXProject section */
|
|
130
|
+
58B511D31A9E6C8500147676 /* Project object */ = {
|
|
131
|
+
isa = PBXProject;
|
|
132
|
+
attributes = {
|
|
133
|
+
LastUpgradeCheck = 0920;
|
|
134
|
+
ORGANIZATIONNAME = Facebook;
|
|
135
|
+
TargetAttributes = {
|
|
136
|
+
58B511DA1A9E6C8500147676 = {
|
|
137
|
+
CreatedOnToolsVersion = 6.1.1;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "StreamVideoReactNative" */;
|
|
142
|
+
compatibilityVersion = "Xcode 3.2";
|
|
143
|
+
developmentRegion = English;
|
|
144
|
+
hasScannedForEncodings = 0;
|
|
145
|
+
knownRegions = (
|
|
146
|
+
English,
|
|
147
|
+
en,
|
|
148
|
+
);
|
|
149
|
+
mainGroup = 58B511D21A9E6C8500147676;
|
|
150
|
+
productRefGroup = 58B511D21A9E6C8500147676;
|
|
151
|
+
projectDirPath = "";
|
|
152
|
+
projectRoot = "";
|
|
153
|
+
targets = (
|
|
154
|
+
58B511DA1A9E6C8500147676 /* StreamVideoReactNative */,
|
|
155
|
+
);
|
|
156
|
+
};
|
|
157
|
+
/* End PBXProject section */
|
|
158
|
+
|
|
159
|
+
/* Begin PBXSourcesBuildPhase section */
|
|
160
|
+
58B511D71A9E6C8500147676 /* Sources */ = {
|
|
161
|
+
isa = PBXSourcesBuildPhase;
|
|
162
|
+
buildActionMask = 2147483647;
|
|
163
|
+
files = (
|
|
164
|
+
);
|
|
165
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
166
|
+
};
|
|
167
|
+
/* End PBXSourcesBuildPhase section */
|
|
168
|
+
|
|
169
|
+
/* Begin XCBuildConfiguration section */
|
|
170
|
+
58B511ED1A9E6C8500147676 /* Debug */ = {
|
|
171
|
+
isa = XCBuildConfiguration;
|
|
172
|
+
buildSettings = {
|
|
173
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
174
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
175
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
176
|
+
CLANG_ENABLE_MODULES = YES;
|
|
177
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
178
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
179
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
180
|
+
CLANG_WARN_COMMA = YES;
|
|
181
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
182
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
183
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
184
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
185
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
186
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
187
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
188
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
189
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
190
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
191
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
192
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
193
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
194
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
195
|
+
COPY_PHASE_STRIP = NO;
|
|
196
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
197
|
+
ENABLE_TESTABILITY = YES;
|
|
198
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
199
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
|
200
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
201
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
|
202
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
203
|
+
"DEBUG=1",
|
|
204
|
+
"$(inherited)",
|
|
205
|
+
);
|
|
206
|
+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
207
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
208
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
209
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
210
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
211
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
212
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
213
|
+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
214
|
+
MTL_ENABLE_DEBUG_INFO = YES;
|
|
215
|
+
ONLY_ACTIVE_ARCH = YES;
|
|
216
|
+
SDKROOT = iphoneos;
|
|
217
|
+
};
|
|
218
|
+
name = Debug;
|
|
219
|
+
};
|
|
220
|
+
58B511EE1A9E6C8500147676 /* Release */ = {
|
|
221
|
+
isa = XCBuildConfiguration;
|
|
222
|
+
buildSettings = {
|
|
223
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
224
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
225
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
226
|
+
CLANG_ENABLE_MODULES = YES;
|
|
227
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
228
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
229
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
230
|
+
CLANG_WARN_COMMA = YES;
|
|
231
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
232
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
233
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
234
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
235
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
236
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
237
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
238
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
239
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
240
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
241
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
242
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
243
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
244
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
245
|
+
COPY_PHASE_STRIP = YES;
|
|
246
|
+
ENABLE_NS_ASSERTIONS = NO;
|
|
247
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
248
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
249
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
250
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
251
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
252
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
253
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
254
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
255
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
256
|
+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
257
|
+
MTL_ENABLE_DEBUG_INFO = NO;
|
|
258
|
+
SDKROOT = iphoneos;
|
|
259
|
+
VALIDATE_PRODUCT = YES;
|
|
260
|
+
};
|
|
261
|
+
name = Release;
|
|
262
|
+
};
|
|
263
|
+
58B511F01A9E6C8500147676 /* Debug */ = {
|
|
264
|
+
isa = XCBuildConfiguration;
|
|
265
|
+
buildSettings = {
|
|
266
|
+
HEADER_SEARCH_PATHS = (
|
|
267
|
+
"$(inherited)",
|
|
268
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
269
|
+
"$(SRCROOT)/../../../React/**",
|
|
270
|
+
"$(SRCROOT)/../../react-native/React/**",
|
|
271
|
+
);
|
|
272
|
+
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
273
|
+
OTHER_LDFLAGS = "-ObjC";
|
|
274
|
+
PRODUCT_NAME = StreamVideoReactNative;
|
|
275
|
+
SKIP_INSTALL = YES;
|
|
276
|
+
SWIFT_OBJC_BRIDGING_HEADER = "StreamVideoReactNative-Bridging-Header.h";
|
|
277
|
+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
278
|
+
SWIFT_VERSION = 5.0;
|
|
279
|
+
};
|
|
280
|
+
name = Debug;
|
|
281
|
+
};
|
|
282
|
+
58B511F11A9E6C8500147676 /* Release */ = {
|
|
283
|
+
isa = XCBuildConfiguration;
|
|
284
|
+
buildSettings = {
|
|
285
|
+
HEADER_SEARCH_PATHS = (
|
|
286
|
+
"$(inherited)",
|
|
287
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
288
|
+
"$(SRCROOT)/../../../React/**",
|
|
289
|
+
"$(SRCROOT)/../../react-native/React/**",
|
|
290
|
+
);
|
|
291
|
+
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
292
|
+
OTHER_LDFLAGS = "-ObjC";
|
|
293
|
+
PRODUCT_NAME = StreamVideoReactNative;
|
|
294
|
+
SKIP_INSTALL = YES;
|
|
295
|
+
SWIFT_OBJC_BRIDGING_HEADER = "StreamVideoReactNative-Bridging-Header.h";
|
|
296
|
+
SWIFT_VERSION = 5.0;
|
|
297
|
+
};
|
|
298
|
+
name = Release;
|
|
299
|
+
};
|
|
300
|
+
/* End XCBuildConfiguration section */
|
|
301
|
+
|
|
302
|
+
/* Begin XCConfigurationList section */
|
|
303
|
+
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "StreamVideoReactNative" */ = {
|
|
304
|
+
isa = XCConfigurationList;
|
|
305
|
+
buildConfigurations = (
|
|
306
|
+
58B511ED1A9E6C8500147676 /* Debug */,
|
|
307
|
+
58B511EE1A9E6C8500147676 /* Release */,
|
|
308
|
+
);
|
|
309
|
+
defaultConfigurationIsVisible = 0;
|
|
310
|
+
defaultConfigurationName = Release;
|
|
311
|
+
};
|
|
312
|
+
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "StreamVideoReactNative" */ = {
|
|
313
|
+
isa = XCConfigurationList;
|
|
314
|
+
buildConfigurations = (
|
|
315
|
+
58B511F01A9E6C8500147676 /* Debug */,
|
|
316
|
+
58B511F11A9E6C8500147676 /* Release */,
|
|
317
|
+
);
|
|
318
|
+
defaultConfigurationIsVisible = 0;
|
|
319
|
+
defaultConfigurationName = Release;
|
|
320
|
+
};
|
|
321
|
+
/* End XCConfigurationList section */
|
|
322
|
+
};
|
|
323
|
+
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
|
324
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-native-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"module": "dist/module/index.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"!**/.*"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@stream-io/video-client": "1.6.
|
|
50
|
-
"@stream-io/video-react-bindings": "1.0.
|
|
49
|
+
"@stream-io/video-client": "1.6.2",
|
|
50
|
+
"@stream-io/video-react-bindings": "1.0.2",
|
|
51
51
|
"intl-pluralrules": "2.0.1",
|
|
52
52
|
"lodash.merge": "^4.6.2",
|
|
53
53
|
"react-native-url-polyfill": "1.3.0",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@react-native-firebase/messaging": "17.5.0",
|
|
126
126
|
"@react-native/eslint-config": "^0.74.84",
|
|
127
127
|
"@stream-io/react-native-webrtc": "118.1.0",
|
|
128
|
-
"@stream-io/video-filters-react-native": "^0.2.
|
|
128
|
+
"@stream-io/video-filters-react-native": "^0.2.4",
|
|
129
129
|
"@testing-library/jest-native": "^5.4.2",
|
|
130
130
|
"@testing-library/react-native": "^12.1.2",
|
|
131
131
|
"@tsconfig/node14": "14.1.0",
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '1.0.
|
|
1
|
+
export const version = '1.0.5';
|