|
146 | 146 | 40245F652BE27B2000FCF075 /* StatelessAudioOutputIconView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40245F642BE27B2000FCF075 /* StatelessAudioOutputIconView_Tests.swift */; }; |
147 | 147 | 40245F672BE27B8400FCF075 /* StatelessSpeakerIconView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40245F662BE27B8400FCF075 /* StatelessSpeakerIconView_Tests.swift */; }; |
148 | 148 | 40245F692BE27CCB00FCF075 /* StatelessParticipantsListButton_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40245F682BE27CCB00FCF075 /* StatelessParticipantsListButton_Tests.swift */; }; |
| 149 | + 4026BEEA2EA79FD400360AD0 /* CallFlow_PerformanceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4026BEE92EA79FD400360AD0 /* CallFlow_PerformanceTests.swift */; }; |
149 | 150 | 402778832BD13C62002F4399 /* NoiseCancellationFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 402778822BD13C62002F4399 /* NoiseCancellationFilter.swift */; }; |
150 | 151 | 4028FE982DC4F638001F9DC3 /* ConsumableBucket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4028FE972DC4F638001F9DC3 /* ConsumableBucket.swift */; }; |
151 | 152 | 4028FE9A2DC4FC8E001F9DC3 /* ConsumableBucketItemTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4028FE992DC4FC8E001F9DC3 /* ConsumableBucketItemTransformer.swift */; }; |
|
674 | 675 | 40B575D42DCCECE800F489B8 /* MockAVPictureInPictureController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B575D22DCCECDA00F489B8 /* MockAVPictureInPictureController.swift */; }; |
675 | 676 | 40B575D82DCCF00200F489B8 /* StreamPictureInPictureControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B575D52DCCEFB500F489B8 /* StreamPictureInPictureControllerProtocol.swift */; }; |
676 | 677 | 40B713692A275F1400D1FE67 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8456E6C5287EB55F004E180E /* AppState.swift */; }; |
| 678 | + 40BAD0B32EA7CE3200CCD3D7 /* StreamWebRTC in Frameworks */ = {isa = PBXBuildFile; productRef = 40BAD0B22EA7CE3200CCD3D7 /* StreamWebRTC */; }; |
677 | 679 | 40BBC4792C6227DC002AEF92 /* DemoNoiseCancellationButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40BBC4782C6227DC002AEF92 /* DemoNoiseCancellationButtonView.swift */; }; |
678 | 680 | 40BBC47C2C6227F1002AEF92 /* View+PresentDemoMoreMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40BBC47B2C6227F1002AEF92 /* View+PresentDemoMoreMenu.swift */; }; |
679 | 681 | 40BBC47E2C62287F002AEF92 /* DemoReconnectionButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40BBC47D2C62287F002AEF92 /* DemoReconnectionButtonView.swift */; }; |
|
1906 | 1908 | 40245F642BE27B2000FCF075 /* StatelessAudioOutputIconView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatelessAudioOutputIconView_Tests.swift; sourceTree = "<group>"; }; |
1907 | 1909 | 40245F662BE27B8400FCF075 /* StatelessSpeakerIconView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatelessSpeakerIconView_Tests.swift; sourceTree = "<group>"; }; |
1908 | 1910 | 40245F682BE27CCB00FCF075 /* StatelessParticipantsListButton_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatelessParticipantsListButton_Tests.swift; sourceTree = "<group>"; }; |
| 1911 | + 4026BEE92EA79FD400360AD0 /* CallFlow_PerformanceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallFlow_PerformanceTests.swift; sourceTree = "<group>"; }; |
1909 | 1912 | 402778822BD13C62002F4399 /* NoiseCancellationFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoiseCancellationFilter.swift; sourceTree = "<group>"; }; |
1910 | 1913 | 4028FE972DC4F638001F9DC3 /* ConsumableBucket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConsumableBucket.swift; sourceTree = "<group>"; }; |
1911 | 1914 | 4028FE992DC4FC8E001F9DC3 /* ConsumableBucketItemTransformer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConsumableBucketItemTransformer.swift; sourceTree = "<group>"; }; |
|
3206 | 3209 | buildActionMask = 2147483647; |
3207 | 3210 | files = ( |
3208 | 3211 | 40C4DF522C1C60A80035DBC2 /* StreamVideo.framework in Frameworks */, |
| 3212 | + 40BAD0B32EA7CE3200CCD3D7 /* StreamWebRTC in Frameworks */, |
3209 | 3213 | 822FF7212AEAD100000202A7 /* StreamSwiftTestHelpers in Frameworks */, |
3210 | 3214 | ); |
3211 | 3215 | runOnlyForDeploymentPostprocessing = 0; |
|
6338 | 6342 | 824DBA9F29F6D77B005ACD09 /* ReconnectionTests.swift */, |
6339 | 6343 | 82FB89362A702A9200AC16A1 /* Authentication_Tests.swift */, |
6340 | 6344 | 40B499CB2AC1A90F00A53B60 /* DeeplinkTests.swift */, |
| 6345 | + 4026BEE92EA79FD400360AD0 /* CallFlow_PerformanceTests.swift */, |
6341 | 6346 | ); |
6342 | 6347 | path = Tests; |
6343 | 6348 | sourceTree = "<group>"; |
|
7696 | 7701 | name = SwiftUIDemoAppUITests; |
7697 | 7702 | packageProductDependencies = ( |
7698 | 7703 | 822FF7202AEAD100000202A7 /* StreamSwiftTestHelpers */, |
| 7704 | + 40BAD0B22EA7CE3200CCD3D7 /* StreamWebRTC */, |
7699 | 7705 | ); |
7700 | 7706 | productName = SwiftUIDemoAppUITests; |
7701 | 7707 | productReference = 82392D512993C9E100941435 /* SwiftUIDemoAppUITests.xctest */; |
|
8169 | 8175 | files = ( |
8170 | 8176 | 82392D5F2993CCB300941435 /* ParticipantRobot.swift in Sources */, |
8171 | 8177 | 82C837E429A5333700CB6B0E /* CallDetailsPage.swift in Sources */, |
| 8178 | + 4026BEEA2EA79FD400360AD0 /* CallFlow_PerformanceTests.swift in Sources */, |
8172 | 8179 | 82C837E229A532C000CB6B0E /* LoginPage.swift in Sources */, |
8173 | 8180 | 82392D542993C9E100941435 /* StreamTestCase.swift in Sources */, |
8174 | 8181 | 82C837E029A531ED00CB6B0E /* CallPage.swift in Sources */, |
|
11427 | 11434 | package = 40AC73B22BE0062B00C57517 /* XCRemoteSwiftPackageReference "stream-video-noise-cancellation-swift" */; |
11428 | 11435 | productName = StreamVideoNoiseCancellation; |
11429 | 11436 | }; |
| 11437 | + 40BAD0B22EA7CE3200CCD3D7 /* StreamWebRTC */ = { |
| 11438 | + isa = XCSwiftPackageProductDependency; |
| 11439 | + package = 82EB8F552B0277730038B5A2 /* XCRemoteSwiftPackageReference "stream-video-swift-webrtc" */; |
| 11440 | + productName = StreamWebRTC; |
| 11441 | + }; |
11430 | 11442 | 40C708D52D8D729500D3501F /* Gleap */ = { |
11431 | 11443 | isa = XCSwiftPackageProductDependency; |
11432 | 11444 | package = 4014F1012D8C2EBC004E7EFD /* XCRemoteSwiftPackageReference "Gleap-iOS-SDK" */; |
|
0 commit comments