|
398 | 398 | 40916E782DA94A150061D860 /* Publisher+AsyncStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40916E752DA94A150061D860 /* Publisher+AsyncStream.swift */; };
|
399 | 399 | 409251772E05A75800DC0FB3 /* StereoEnableVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 409251762E05A75800DC0FB3 /* StereoEnableVisitor.swift */; };
|
400 | 400 | 4092517E2E05AFF000DC0FB3 /* MidStereoInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4092517C2E05AFBF00DC0FB3 /* MidStereoInformation.swift */; };
|
401 |
| - 4092517F2E05AFF500DC0FB3 /* StereoEnableWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 409251792E05AFB700DC0FB3 /* StereoEnableWriter.swift */; }; |
402 |
| - 409251812E05B00300DC0FB3 /* SDPLineWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 409251802E05B00300DC0FB3 /* SDPLineWriter.swift */; }; |
403 |
| - 409251852E05B03500DC0FB3 /* SDPWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 409251842E05B03500DC0FB3 /* SDPWriter.swift */; }; |
404 |
| - 4092518A2E05B11F00DC0FB3 /* StereoEnableVisitor_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 409251892E05B11F00DC0FB3 /* StereoEnableVisitor_Tests.swift */; }; |
405 |
| - 4092518D2E05B40C00DC0FB3 /* StereoEnableWriter_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4092518C2E05B40C00DC0FB3 /* StereoEnableWriter_Tests.swift */; }; |
406 | 401 | 4093861A2AA09E4A00FF5AF4 /* MemoryLogDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 409386192AA09E4A00FF5AF4 /* MemoryLogDestination.swift */; };
|
407 | 402 | 4093861C2AA0A11500FF5AF4 /* LogQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4093861B2AA0A11500FF5AF4 /* LogQueue.swift */; };
|
408 | 403 | 4093861F2AA0A21800FF5AF4 /* MemoryLogViewer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4093861E2AA0A21800FF5AF4 /* MemoryLogViewer.swift */; };
|
|
1960 | 1955 | 40914C9B2B56AA6600F6A13E /* StreamBufferTransformerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamBufferTransformerTests.swift; sourceTree = "<group>"; };
|
1961 | 1956 | 40916E752DA94A150061D860 /* Publisher+AsyncStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Publisher+AsyncStream.swift"; sourceTree = "<group>"; };
|
1962 | 1957 | 409251762E05A75800DC0FB3 /* StereoEnableVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StereoEnableVisitor.swift; sourceTree = "<group>"; };
|
1963 |
| - 409251792E05AFB700DC0FB3 /* StereoEnableWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StereoEnableWriter.swift; sourceTree = "<group>"; }; |
1964 | 1958 | 4092517C2E05AFBF00DC0FB3 /* MidStereoInformation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MidStereoInformation.swift; sourceTree = "<group>"; };
|
1965 |
| - 409251802E05B00300DC0FB3 /* SDPLineWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDPLineWriter.swift; sourceTree = "<group>"; }; |
1966 |
| - 409251842E05B03500DC0FB3 /* SDPWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDPWriter.swift; sourceTree = "<group>"; }; |
1967 |
| - 409251892E05B11F00DC0FB3 /* StereoEnableVisitor_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StereoEnableVisitor_Tests.swift; sourceTree = "<group>"; }; |
1968 |
| - 4092518C2E05B40C00DC0FB3 /* StereoEnableWriter_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StereoEnableWriter_Tests.swift; sourceTree = "<group>"; }; |
1969 | 1959 | 409386192AA09E4A00FF5AF4 /* MemoryLogDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryLogDestination.swift; sourceTree = "<group>"; };
|
1970 | 1960 | 4093861B2AA0A11500FF5AF4 /* LogQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogQueue.swift; sourceTree = "<group>"; };
|
1971 | 1961 | 4093861E2AA0A21800FF5AF4 /* MemoryLogViewer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryLogViewer.swift; sourceTree = "<group>"; };
|
|
3701 | 3691 | 4061287F2CF32FE4007F5CDC /* SDP Parsing */ = {
|
3702 | 3692 | isa = PBXGroup;
|
3703 | 3693 | children = (
|
3704 |
| - 409251832E05B02900DC0FB3 /* Writer */, |
3705 | 3694 | 409251822E05B02100DC0FB3 /* Parser */,
|
3706 | 3695 | 4092517B2E05AFBD00DC0FB3 /* Models */,
|
3707 | 3696 | );
|
|
4176 | 4165 | path = Extensions;
|
4177 | 4166 | sourceTree = "<group>";
|
4178 | 4167 | };
|
4179 |
| - 409251782E05AFB100DC0FB3 /* Writers */ = { |
4180 |
| - isa = PBXGroup; |
4181 |
| - children = ( |
4182 |
| - 409251802E05B00300DC0FB3 /* SDPLineWriter.swift */, |
4183 |
| - 409251792E05AFB700DC0FB3 /* StereoEnableWriter.swift */, |
4184 |
| - ); |
4185 |
| - path = Writers; |
4186 |
| - sourceTree = "<group>"; |
4187 |
| - }; |
4188 | 4168 | 4092517B2E05AFBD00DC0FB3 /* Models */ = {
|
4189 | 4169 | isa = PBXGroup;
|
4190 | 4170 | children = (
|
|
4203 | 4183 | path = Parser;
|
4204 | 4184 | sourceTree = "<group>";
|
4205 | 4185 | };
|
4206 |
| - 409251832E05B02900DC0FB3 /* Writer */ = { |
4207 |
| - isa = PBXGroup; |
4208 |
| - children = ( |
4209 |
| - 409251842E05B03500DC0FB3 /* SDPWriter.swift */, |
4210 |
| - 409251782E05AFB100DC0FB3 /* Writers */, |
4211 |
| - ); |
4212 |
| - path = Writer; |
4213 |
| - sourceTree = "<group>"; |
4214 |
| - }; |
4215 | 4186 | 409251862E05B08000DC0FB3 /* Parser */ = {
|
4216 | 4187 | isa = PBXGroup;
|
4217 | 4188 | children = (
|
|
4221 | 4192 | path = Parser;
|
4222 | 4193 | sourceTree = "<group>";
|
4223 | 4194 | };
|
4224 |
| - 409251872E05B08500DC0FB3 /* Writer */ = { |
4225 |
| - isa = PBXGroup; |
4226 |
| - children = ( |
4227 |
| - 4092518B2E05B3FE00DC0FB3 /* Writers */, |
4228 |
| - ); |
4229 |
| - path = Writer; |
4230 |
| - sourceTree = "<group>"; |
4231 |
| - }; |
4232 | 4195 | 409251882E05B09300DC0FB3 /* Models */ = {
|
4233 | 4196 | isa = PBXGroup;
|
4234 | 4197 | children = (
|
|
4237 | 4200 | path = Models;
|
4238 | 4201 | sourceTree = "<group>";
|
4239 | 4202 | };
|
4240 |
| - 4092518B2E05B3FE00DC0FB3 /* Writers */ = { |
4241 |
| - isa = PBXGroup; |
4242 |
| - children = ( |
4243 |
| - 4092518C2E05B40C00DC0FB3 /* StereoEnableWriter_Tests.swift */, |
4244 |
| - ); |
4245 |
| - path = Writers; |
4246 |
| - sourceTree = "<group>"; |
4247 |
| - }; |
4248 | 4203 | 409386182AA09E3900FF5AF4 /* MemoryLogDestination */ = {
|
4249 | 4204 | isa = PBXGroup;
|
4250 | 4205 | children = (
|
|
4639 | 4594 | isa = PBXGroup;
|
4640 | 4595 | children = (
|
4641 | 4596 | 409251882E05B09300DC0FB3 /* Models */,
|
4642 |
| - 409251872E05B08500DC0FB3 /* Writer */, |
4643 | 4597 | 409251862E05B08000DC0FB3 /* Parser */,
|
4644 | 4598 | );
|
4645 | 4599 | path = "SDP Parsing";
|
|
4648 | 4602 | 40B48C4D2D14F76A002C4EAB /* Visitors */ = {
|
4649 | 4603 | isa = PBXGroup;
|
4650 | 4604 | children = (
|
4651 |
| - 409251892E05B11F00DC0FB3 /* StereoEnableVisitor_Tests.swift */, |
4652 | 4605 | 40B48C4B2D14F721002C4EAB /* RTPMapVisitorTests.swift */,
|
4653 | 4606 | );
|
4654 | 4607 | path = Visitors;
|
|
7628 | 7581 | 40382F2E2C88B87D00C2D00F /* ReflectiveStringConvertible.swift in Sources */,
|
7629 | 7582 | 4035AD732DE640F300F56FAB /* Task+DisposableBag.swift in Sources */,
|
7630 | 7583 | 40BBC48F2C623C6E002AEF92 /* StreamRTCPeerConnection+Events.swift in Sources */,
|
7631 |
| - 409251852E05B03500DC0FB3 /* SDPWriter.swift in Sources */, |
7632 | 7584 | 40FF825F2D63532C0029AA80 /* Participants.swift in Sources */,
|
7633 | 7585 | 4013A8ED2D81E43E00F81C15 /* WebRTCCoordinator+Blocked.swift in Sources */,
|
7634 | 7586 | 40034C2C2CFE157300A318B1 /* CallKitAlwaysAvailabilityPolicy.swift in Sources */,
|
|
7721 | 7673 | 8490DD1F298D39D9007E53D2 /* JsonEventDecoder.swift in Sources */,
|
7722 | 7674 | 40FB15192BF77EE700D5E580 /* Call+Idle.swift in Sources */,
|
7723 | 7675 | 40ADB85C2D64B00E00B06AAF /* CGSize+Hashable.swift in Sources */,
|
7724 |
| - 4092517F2E05AFF500DC0FB3 /* StereoEnableWriter.swift in Sources */, |
7725 | 7676 | 40E3633E2D09EF560028C52A /* CMVideoDimensions+DefaultValues.swift in Sources */,
|
7726 | 7677 | 40382F2B2C88B84800C2D00F /* Stream_Video_Sfu_Event_SfuEvent.OneOf_EventPayload+Payload.swift in Sources */,
|
7727 | 7678 | 40FB8FF82D661E2000F4390A /* String+OpenApiExtensions.swift in Sources */,
|
|
7880 | 7831 | 84DCA2152A38A79E000C3411 /* Token.swift in Sources */,
|
7881 | 7832 | 40FB151B2BF77EEE00D5E580 /* Call+JoiningStage.swift in Sources */,
|
7882 | 7833 | 402B34C02DCDEE9000574663 /* WebRTCUpdateSubscriptionsAdapter.swift in Sources */,
|
7883 |
| - 409251812E05B00300DC0FB3 /* SDPLineWriter.swift in Sources */, |
7884 | 7834 | 40AB34E22C5E742400B5B6B3 /* Publisher+Logger.swift in Sources */,
|
7885 | 7835 | 40382F352C89A6C500C2D00F /* AudioSettings+Convenience.swift in Sources */,
|
7886 | 7836 | 840F59902A77FDCB00EF3EB2 /* UnpinRequest.swift in Sources */,
|
|
8356 | 8306 | 4065688A2E04275F00A67EAC /* IdleTimerAdapter_Tests.swift in Sources */,
|
8357 | 8307 | 84F58B7C29EE979F00010C4C /* VirtualTime.swift in Sources */,
|
8358 | 8308 | 40B3E5492DBBD2CA00DE8F50 /* SpeakerProximityPolicy_Tests.swift in Sources */,
|
8359 |
| - 4092518A2E05B11F00DC0FB3 /* StereoEnableVisitor_Tests.swift in Sources */, |
8360 | 8309 | 40F0173E2BBEB86800E89FD1 /* TestsAuthenticationProvider.swift in Sources */,
|
8361 | 8310 | 401338762BF2489C007318BD /* MockCXCallController.swift in Sources */,
|
8362 | 8311 | 842747FC29EEECBA00E063AD /* AssertTestQueue.swift in Sources */,
|
|
8457 | 8406 | 40B48C2C2D14D0FF002C4EAB /* StreamVideoSfuModelsPublishOption_ConvenienceTests.swift in Sources */,
|
8458 | 8407 | 406B3C1C2C903A2B00FC93A1 /* MockVideoCapturerFactory.swift in Sources */,
|
8459 | 8408 | 84BB570E2A20D7BB0002C123 /* Mapping_Tests.swift in Sources */,
|
8460 |
| - 4092518D2E05B40C00DC0FB3 /* StereoEnableWriter_Tests.swift in Sources */, |
8461 | 8409 | 8251E62F2A17BEEF00E7257A /* ImageFactory.swift in Sources */,
|
8462 | 8410 | 401C1EF02D493DCA00304609 /* OrderedCapacityQueueTests.swift in Sources */,
|
8463 | 8411 | 40E9B3B32BCD93AE00ACF18F /* JoinCallResponse+Dummy.swift in Sources */,
|
|
0 commit comments