|
74 | 74 | FFCD791827F419E800D26B4C /* mediasoupclient.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = FFCD791727F419E800D26B4C /* mediasoupclient.xcframework */; };
|
75 | 75 | FFCD791D27F41A0900D26B4C /* sdptransform.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = FFCD791B27F41A0900D26B4C /* sdptransform.xcframework */; };
|
76 | 76 | FFCD791F27F41A0900D26B4C /* WebRTC.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = FFCD791C27F41A0900D26B4C /* WebRTC.xcframework */; };
|
| 77 | + FFF004F92B592424007BA500 /* RTPParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFF004F82B592424007BA500 /* RTPParameters.swift */; }; |
| 78 | + FFF004FB2B5986F6007BA500 /* ScalabilityMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFF004FA2B5986F6007BA500 /* ScalabilityMode.swift */; }; |
| 79 | + FFF004FF2B598D59007BA500 /* ScalabilityMode.h in Headers */ = {isa = PBXBuildFile; fileRef = FFF004FE2B59881C007BA500 /* ScalabilityMode.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
| 80 | + FFF005002B599102007BA500 /* ScalabilityMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = FFF004FC2B598806007BA500 /* ScalabilityMode.mm */; }; |
| 81 | + FFF005022B5A2968007BA500 /* WrappedRTPParameters.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FFF005012B5A2832007BA500 /* WrappedRTPParameters.hpp */; settings = {ATTRIBUTES = (Private, ); }; }; |
| 82 | + FFF005042B5A29B6007BA500 /* WrappedRTPParameters.mm in Sources */ = {isa = PBXBuildFile; fileRef = FFF005032B5A29B6007BA500 /* WrappedRTPParameters.mm */; }; |
| 83 | + FFF005072B5A4304007BA500 /* WrappedRTPParameters+Internal.mm in Sources */ = {isa = PBXBuildFile; fileRef = FFF005062B5A4304007BA500 /* WrappedRTPParameters+Internal.mm */; }; |
| 84 | + FFF0050B2B5A62FD007BA500 /* RTPEncodingParameters.mm in Sources */ = {isa = PBXBuildFile; fileRef = FFF0050A2B5A62FD007BA500 /* RTPEncodingParameters.mm */; }; |
| 85 | + FFF0050D2B5A631D007BA500 /* RTPEncodingParameters+Internal.mm in Sources */ = {isa = PBXBuildFile; fileRef = FFF0050C2B5A631D007BA500 /* RTPEncodingParameters+Internal.mm */; }; |
| 86 | + FFF0050E2B5A641C007BA500 /* RTPEncodingParameters.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FFF005082B5A6192007BA500 /* RTPEncodingParameters.hpp */; settings = {ATTRIBUTES = (Private, ); }; }; |
77 | 87 | /* End PBXBuildFile section */
|
78 | 88 |
|
79 | 89 | /* Begin PBXFileReference section */
|
|
143 | 153 | FFCD791727F419E800D26B4C /* mediasoupclient.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = mediasoupclient.xcframework; path = bin/mediasoupclient.xcframework; sourceTree = "<group>"; };
|
144 | 154 | FFCD791B27F41A0900D26B4C /* sdptransform.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = sdptransform.xcframework; path = bin/sdptransform.xcframework; sourceTree = "<group>"; };
|
145 | 155 | FFCD791C27F41A0900D26B4C /* WebRTC.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = WebRTC.xcframework; path = bin/WebRTC.xcframework; sourceTree = "<group>"; };
|
| 156 | + FFF004F82B592424007BA500 /* RTPParameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RTPParameters.swift; sourceTree = "<group>"; }; |
| 157 | + FFF004FA2B5986F6007BA500 /* ScalabilityMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScalabilityMode.swift; sourceTree = "<group>"; }; |
| 158 | + FFF004FC2B598806007BA500 /* ScalabilityMode.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ScalabilityMode.mm; sourceTree = "<group>"; }; |
| 159 | + FFF004FE2B59881C007BA500 /* ScalabilityMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScalabilityMode.h; sourceTree = "<group>"; }; |
| 160 | + FFF005012B5A2832007BA500 /* WrappedRTPParameters.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = WrappedRTPParameters.hpp; sourceTree = "<group>"; }; |
| 161 | + FFF005032B5A29B6007BA500 /* WrappedRTPParameters.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = WrappedRTPParameters.mm; sourceTree = "<group>"; }; |
| 162 | + FFF005052B5A332F007BA500 /* WrappedRTPParameters+Internal.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = "WrappedRTPParameters+Internal.hpp"; sourceTree = "<group>"; }; |
| 163 | + FFF005062B5A4304007BA500 /* WrappedRTPParameters+Internal.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = "WrappedRTPParameters+Internal.mm"; sourceTree = "<group>"; }; |
| 164 | + FFF005082B5A6192007BA500 /* RTPEncodingParameters.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = RTPEncodingParameters.hpp; sourceTree = "<group>"; }; |
| 165 | + FFF005092B5A62B0007BA500 /* RTPEncodingParameters+Internal.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = "RTPEncodingParameters+Internal.hpp"; sourceTree = "<group>"; }; |
| 166 | + FFF0050A2B5A62FD007BA500 /* RTPEncodingParameters.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RTPEncodingParameters.mm; sourceTree = "<group>"; }; |
| 167 | + FFF0050C2B5A631D007BA500 /* RTPEncodingParameters+Internal.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = "RTPEncodingParameters+Internal.mm"; sourceTree = "<group>"; }; |
146 | 168 | /* End PBXFileReference section */
|
147 | 169 |
|
148 | 170 | /* Begin PBXFrameworksBuildPhase section */
|
|
214 | 236 | FF7FA6C327FD5ECD000B6470 /* Transport.swift */,
|
215 | 237 | FFC5AC71282500A500C92A96 /* TransportConnectionState.swift */,
|
216 | 238 | FF7FA6C127FD5EA5000B6470 /* TransportDelegate.swift */,
|
| 239 | + FFF004F82B592424007BA500 /* RTPParameters.swift */, |
| 240 | + FFF004FA2B5986F6007BA500 /* ScalabilityMode.swift */, |
217 | 241 | );
|
218 | 242 | path = Mediasoup;
|
219 | 243 | sourceTree = "<group>";
|
|
246 | 270 | FF7FA6CB27FE9681000B6470 /* ProducerWrapper.hpp */,
|
247 | 271 | FF7FA6C927FE9674000B6470 /* ProducerWrapper.mm */,
|
248 | 272 | FF7FA6D127FF1755000B6470 /* ProducerWrapperDelegate.h */,
|
| 273 | + FFF005082B5A6192007BA500 /* RTPEncodingParameters.hpp */, |
| 274 | + FFF0050A2B5A62FD007BA500 /* RTPEncodingParameters.mm */, |
| 275 | + FFF005092B5A62B0007BA500 /* RTPEncodingParameters+Internal.hpp */, |
| 276 | + FFF0050C2B5A631D007BA500 /* RTPEncodingParameters+Internal.mm */, |
| 277 | + FFF005012B5A2832007BA500 /* WrappedRTPParameters.hpp */, |
| 278 | + FFF005032B5A29B6007BA500 /* WrappedRTPParameters.mm */, |
| 279 | + FFF005052B5A332F007BA500 /* WrappedRTPParameters+Internal.hpp */, |
| 280 | + FFF005062B5A4304007BA500 /* WrappedRTPParameters+Internal.mm */, |
249 | 281 | );
|
250 | 282 | path = Producer;
|
251 | 283 | sourceTree = "<group>";
|
|
264 | 296 | FFC5AC732825025100C92A96 /* MediasoupClientTransportConnectionState.mm */,
|
265 | 297 | FF89EFD127F5C97000EEF5CD /* MediasoupClientError */,
|
266 | 298 | FF89EFD227F5C99C00EEF5CD /* Device */,
|
| 299 | + FFF004FC2B598806007BA500 /* ScalabilityMode.mm */, |
| 300 | + FFF004FE2B59881C007BA500 /* ScalabilityMode.h */, |
267 | 301 | );
|
268 | 302 | path = Mediasoup_Private;
|
269 | 303 | sourceTree = "<group>";
|
|
325 | 359 | FFB7DDBB28228BE400FE2CC2 /* ReceiveTransportWrapperDelegate.h in Headers */,
|
326 | 360 | FFB7DDB828228ABA00FE2CC2 /* ReceiveTransportWrapper.hpp in Headers */,
|
327 | 361 | FF1E63582A5655830022A44A /* DataConsumerWrapper.hpp in Headers */,
|
| 362 | + FFF004FF2B598D59007BA500 /* ScalabilityMode.h in Headers */, |
328 | 363 | FF89EFC027F462F200EEF5CD /* MediasoupClientError.h in Headers */,
|
329 | 364 | FF7FA6A027FAAEF2000B6470 /* SendTransportWrapper.hpp in Headers */,
|
330 | 365 | FF7FA6BD27FB0FB7000B6470 /* SendTransportWrapperDelegate.h in Headers */,
|
331 | 366 | FF7FA6A427FAB838000B6470 /* SendTransportListenerAdapter.hpp in Headers */,
|
| 367 | + FFF0050E2B5A641C007BA500 /* RTPEncodingParameters.hpp in Headers */, |
332 | 368 | FF7FA6D427FF1A08000B6470 /* ProducerWrapperDelegate.h in Headers */,
|
| 369 | + FFF005022B5A2968007BA500 /* WrappedRTPParameters.hpp in Headers */, |
333 | 370 | FFB7DDBF28229BC100FE2CC2 /* ConsumerWrapperDelegate.h in Headers */,
|
334 | 371 | FF7FA6CE27FE9A4B000B6470 /* ProducerWrapper.hpp in Headers */,
|
335 | 372 | FF1E635B2A5655830022A44A /* DataConsumerWrapperDelegate.h in Headers */,
|
|
452 | 489 | isa = PBXSourcesBuildPhase;
|
453 | 490 | buildActionMask = 2147483647;
|
454 | 491 | files = (
|
| 492 | + FFF005042B5A29B6007BA500 /* WrappedRTPParameters.mm in Sources */, |
| 493 | + FFF004FB2B5986F6007BA500 /* ScalabilityMode.swift in Sources */, |
455 | 494 | FFB7DDB32822893C00FE2CC2 /* ReceiveTransportDelegate.swift in Sources */,
|
| 495 | + FFF005072B5A4304007BA500 /* WrappedRTPParameters+Internal.mm in Sources */, |
456 | 496 | FFC5AC782825170500C92A96 /* ConsumerWrapper.mm in Sources */,
|
457 | 497 | FFB7DDB12822891C00FE2CC2 /* ReceiveTransport.swift in Sources */,
|
458 | 498 | FFC2452127F6E8DF008F61DE /* MediaKind.swift in Sources */,
|
|
461 | 501 | FF7FA6C227FD5EA5000B6470 /* TransportDelegate.swift in Sources */,
|
462 | 502 | FFB7DDC3282398A500FE2CC2 /* ReceiveTransportListenerAdapter.mm in Sources */,
|
463 | 503 | FF7FA6A227FAB803000B6470 /* SendTransportListenerAdapter.mm in Sources */,
|
| 504 | + FFF005002B599102007BA500 /* ScalabilityMode.mm in Sources */, |
464 | 505 | FFC2452427F6E9DB008F61DE /* MediasoupClientMediaKind.mm in Sources */,
|
| 506 | + FFF004F92B592424007BA500 /* RTPParameters.swift in Sources */, |
465 | 507 | FF7FA6CA27FE9674000B6470 /* ProducerWrapper.mm in Sources */,
|
| 508 | + FFF0050D2B5A631D007BA500 /* RTPEncodingParameters+Internal.mm in Sources */, |
| 509 | + FFF0050B2B5A62FD007BA500 /* RTPEncodingParameters.mm in Sources */, |
466 | 510 | FFC5AC72282500A500C92A96 /* TransportConnectionState.swift in Sources */,
|
467 | 511 | FF7FA69A27FAACEE000B6470 /* SendTransportWrapper.mm in Sources */,
|
468 | 512 | FF7FA69527FAA930000B6470 /* SendTransport.swift in Sources */,
|
|
0 commit comments