-
Notifications
You must be signed in to change notification settings - Fork 31
[CI] Support Xcode 26 #955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 13 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
0a1db4b
[CI] Support Xcode 26
testableapple d1e0b2e
[CI] Bump Xcode version to 26.1
testableapple ab81ae5
Test SwiftUI
testableapple 4ea8768
Update sim name
testableapple ddf81be
Bump Xcode version to 26.1.1
testableapple b19e664
Merge branch 'develop' into ci/xcode26
testableapple ecb5b34
Replace curl with wget in bootstrap
testableapple f3915e4
Merge branch 'develop' into ci/xcode26
testableapple 8d0f289
Bump min swift version
testableapple 8d51c20
Return unit tests retry on cron
testableapple 84bf07f
Update snapshots
testableapple cac846a
Merge branch 'develop' into ci/xcode26
testableapple 05b173a
Update retry strategy for llc tests
testableapple f8eaa2e
Remove size optimization for testing
testableapple bca1859
Revert "Remove size optimization for testing"
testableapple b3d9fc8
Merge branch 'develop' into ci/xcode26
testableapple ba03fd7
Get rid of size flag
testableapple 5865a76
Merge branch 'develop' into ci/xcode26
testableapple e990e47
Merge branch 'develop' into ci/xcode26
testableapple d534c21
Merge branch 'develop' into ci/xcode26
testableapple File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,33 +41,28 @@ jobs: | |
| strategy: | ||
| matrix: | ||
| include: | ||
| - ios: 18.5 | ||
| xcode: 16.3 | ||
| os: macos-15 | ||
| - ios: "26.1" | ||
| device: "iPhone 17 Pro" | ||
| setup_runtime: false | ||
| - ios: "18.5" | ||
| device: "iPhone 16 Pro" | ||
| setup_runtime: false | ||
| - ios: 17.5 | ||
| xcode: 15.4 | ||
| os: macos-14 | ||
| - ios: "17.5" | ||
| device: "iPhone 15 Pro" | ||
| setup_runtime: false | ||
| - ios: 16.4 | ||
| xcode: 15.3 | ||
| os: macos-14 | ||
| device: "iPhone 14" | ||
| setup_runtime: true | ||
| - ios: 15.5 | ||
| xcode: 15.4 | ||
| os: macos-14 | ||
| - ios: "16.4" | ||
| device: "iPhone 14 Pro" | ||
| setup_runtime: true | ||
| - ios: "15.5" | ||
| device: "iPhone 13 Pro" | ||
| setup_runtime: true | ||
| fail-fast: false | ||
| runs-on: ${{ matrix.os }} | ||
| runs-on: macos-15 | ||
| env: | ||
| GITHUB_EVENT: ${{ toJson(github.event) }} | ||
| ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }} | ||
| XCODE_VERSION: ${{ matrix.xcode }} | ||
| IOS_SIMULATOR_DEVICE: "${{ matrix.device }} (${{ matrix.ios }})" # For the Allure report | ||
| XCODE_VERSION: "26.1.1" | ||
| IOS_SIMULATOR_DEVICE: "${{ matrix.device }} (${{ matrix.ios }})" | ||
| steps: | ||
| - uses: actions/[email protected] | ||
| - uses: actions/download-artifact@v4 | ||
|
|
@@ -90,7 +85,7 @@ jobs: | |
| - name: Launch Allure TestOps | ||
| run: bundle exec fastlane allure_launch cron:true | ||
| - name: Run UI Tests (Debug) | ||
| run: bundle exec fastlane test_e2e device:"${{ matrix.device }} (${{ matrix.ios }})" cron:true test_without_building:true | ||
| run: bundle exec fastlane test_e2e device:"${{ env.IOS_SIMULATOR_DEVICE }}" cron:true test_without_building:true | ||
| timeout-minutes: 90 | ||
| env: | ||
| STREAM_SDK_TEST_APP: ${{ secrets.STREAM_SDK_TEST_APP }} | ||
|
|
@@ -124,30 +119,26 @@ jobs: | |
| strategy: | ||
| matrix: | ||
| include: | ||
| - ios: 18.5 | ||
| xcode: 16.3 | ||
| os: macos-15 | ||
| - ios: "26.1" | ||
| device: "iPhone 17 Pro" | ||
| setup_runtime: false | ||
| - ios: "18.5" | ||
| device: "iPhone 16 Pro" | ||
| setup_runtime: false | ||
| - ios: 17.5 | ||
| xcode: 15.4 | ||
| os: macos-14 | ||
| - ios: "17.5" | ||
| device: "iPhone 15 Pro" | ||
| setup_runtime: false | ||
| - ios: 16.4 | ||
| xcode: 15.3 | ||
| os: macos-14 | ||
| setup_runtime: true | ||
| - ios: "16.4" | ||
| device: "iPhone 14 Pro" | ||
| setup_runtime: true | ||
| - ios: 15.5 | ||
| xcode: 15.3 | ||
| os: macos-14 | ||
| - ios: "15.5" | ||
| device: "iPhone 13 Pro" | ||
| setup_runtime: true | ||
| fail-fast: false | ||
| runs-on: ${{ matrix.os }} | ||
| runs-on: macos-15 | ||
| env: | ||
| XCODE_VERSION: ${{ matrix.xcode }} | ||
| XCODE_VERSION: "26.1.1" | ||
| IOS_SIMULATOR_DEVICE: "${{ matrix.device }} (${{ matrix.ios }})" | ||
| steps: | ||
| - uses: actions/[email protected] | ||
| - uses: ./.github/actions/bootstrap | ||
|
|
@@ -161,7 +152,7 @@ jobs: | |
| version: ${{ matrix.ios }} | ||
| device: ${{ matrix.device }} | ||
| - name: Run LLC Tests (Debug) | ||
| run: bundle exec fastlane test device:"${{ matrix.device }} (${{ matrix.ios }})" cron:true | ||
| run: bundle exec fastlane test device:"${{ env.IOS_SIMULATOR_DEVICE }}" cron:true | ||
| timeout-minutes: 60 | ||
| - name: Parse xcresult | ||
| if: failure() | ||
|
|
@@ -196,17 +187,18 @@ jobs: | |
| run: bundle exec fastlane build_docs_test | ||
|
|
||
| build-old-xcode: | ||
| name: Build SDKs (Xcode 15) | ||
| name: Build SDKs (Old Xcode) | ||
| runs-on: macos-14 | ||
| if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }} | ||
| env: | ||
| XCODE_VERSION: "15.4" | ||
| XCODE_VERSION: "16.1" | ||
| steps: | ||
| - name: Connect Bot | ||
| uses: webfactory/[email protected] | ||
| with: | ||
| ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }} | ||
| - uses: actions/[email protected] | ||
| - uses: ./.github/actions/xcode-cache | ||
| - uses: ./.github/actions/ruby-cache | ||
| - name: List Xcode versions | ||
| run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'" | ||
|
|
@@ -229,7 +221,7 @@ jobs: | |
| name: Automated Code Review | ||
| runs-on: macos-14 | ||
| env: | ||
| XCODE_VERSION: "15.4" | ||
| XCODE_VERSION: "16.1" | ||
| steps: | ||
| - uses: actions/[email protected] | ||
| - uses: ./.github/actions/bootstrap | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ concurrency: | |
|
|
||
| env: | ||
| HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI | ||
| IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.5)" | ||
| IOS_SIMULATOR_DEVICE: "iPhone 17 Pro (26.1)" | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| GITHUB_PR_NUM: ${{ github.event.pull_request.number }} | ||
|
|
||
|
|
@@ -133,7 +133,7 @@ jobs: | |
| name: Automated Code Review | ||
| runs-on: macos-14 | ||
| env: | ||
| XCODE_VERSION: "15.4" | ||
| XCODE_VERSION: "16.1" | ||
| if: ${{ github.event.inputs.record_snapshots_swiftui != 'true' && github.event.inputs.record_snapshots_uikit != 'true' }} | ||
| steps: | ||
| - uses: actions/[email protected] | ||
|
|
@@ -147,29 +147,30 @@ jobs: | |
| - run: bundle exec fastlane pod_lint | ||
| if: startsWith(github.event.pull_request.head.ref, 'release/') | ||
|
|
||
| build-xcode15: | ||
| name: Build SDKs (Xcode 15) | ||
| build-old-xcode: | ||
| name: Build SDKs (Old Xcode) | ||
| runs-on: macos-14 | ||
| needs: test-llc-debug | ||
| if: ${{ github.event.inputs.record_snapshots_swiftui != 'true' && github.event.inputs.record_snapshots_uikit != 'true' }} | ||
| env: | ||
| XCODE_VERSION: "15.4" | ||
| XCODE_VERSION: "16.1" | ||
| steps: | ||
| - name: Connect Bot | ||
| uses: webfactory/[email protected] | ||
| with: | ||
| ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }} | ||
| - uses: actions/[email protected] | ||
| - uses: ./.github/actions/xcode-cache | ||
| - uses: ./.github/actions/ruby-cache | ||
| - name: List Xcode versions | ||
| run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'" | ||
| - name: Build LLC | ||
| run: bundle exec fastlane test device:"iPhone 15" build_for_testing:true | ||
| run: bundle exec fastlane test device:"iPhone 16" build_for_testing:true | ||
| timeout-minutes: 25 | ||
| - name: Build SwiftUI | ||
| run: bundle exec fastlane test_swiftui device:"iPhone 15" build_for_testing:true | ||
| run: bundle exec fastlane test_swiftui device:"iPhone 16" build_for_testing:true | ||
| - name: Build UIKit | ||
| run: bundle exec fastlane test_uikit device:"iPhone 15" build_for_testing:true | ||
| run: bundle exec fastlane test_uikit device:"iPhone 16" build_for_testing:true | ||
| timeout-minutes: 25 | ||
| - name: Build XCFrameworks | ||
| run: bundle exec fastlane build_xcframeworks | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec| | |
| spec.author = { 'getstream.io' => '[email protected]' } | ||
| spec.social_media_url = 'https://getstream.io' | ||
|
|
||
| spec.swift_version = '5.9' | ||
| spec.swift_version = '5.10' | ||
| spec.platform = :ios, '13.0' | ||
| spec.requires_arc = true | ||
|
|
||
|
|
@@ -28,4 +28,6 @@ Pod::Spec.new do |spec| | |
| unzip -o Frameworks/StreamWebRTC.zip -d Frameworks/ | ||
| rm Frameworks/StreamWebRTC.zip | ||
| CMD | ||
|
|
||
| spec.pod_target_xcconfig = { 'SWIFT_OPTIMIZATION_LEVEL' => '-Osize' } | ||
| end | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec| | |
| spec.author = { 'getstream.io' => '[email protected]' } | ||
| spec.social_media_url = 'https://getstream.io' | ||
|
|
||
| spec.swift_version = '5.9' | ||
| spec.swift_version = '5.10' | ||
| spec.platform = :ios, '13.0' | ||
| spec.requires_arc = true | ||
|
|
||
|
|
@@ -29,4 +29,6 @@ Pod::Spec.new do |spec| | |
| unzip -o Frameworks/StreamWebRTC.zip -d Frameworks/ | ||
| rm Frameworks/StreamWebRTC.zip | ||
| CMD | ||
|
|
||
| spec.pod_target_xcconfig = { 'SWIFT_OPTIMIZATION_LEVEL' => '-Osize' } | ||
| end | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec| | |
| spec.author = { 'getstream.io' => '[email protected]' } | ||
| spec.social_media_url = 'https://getstream.io' | ||
|
|
||
| spec.swift_version = '5.9' | ||
| spec.swift_version = '5.10' | ||
| spec.platform = :ios, '13.0' | ||
| spec.requires_arc = true | ||
|
|
||
|
|
@@ -20,5 +20,5 @@ Pod::Spec.new do |spec| | |
| spec.vendored_frameworks = "#{spec.module_name}.xcframework" | ||
| spec.preserve_paths = "#{spec.module_name}.xcframework/*" | ||
|
|
||
| spec.dependency('StreamVideo-XCFramework', "#{spec.version}") | ||
| spec.dependency('StreamVideo-XCFramework', spec.version.to_s) | ||
| end | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec| | |
| spec.author = { 'getstream.io' => '[email protected]' } | ||
| spec.social_media_url = 'https://getstream.io' | ||
|
|
||
| spec.swift_version = '5.9' | ||
| spec.swift_version = '5.10' | ||
| spec.platform = :ios, '13.0' | ||
| spec.requires_arc = true | ||
|
|
||
|
|
@@ -20,5 +20,5 @@ Pod::Spec.new do |spec| | |
| spec.exclude_files = ["Sources/#{spec.name}/**/*_Tests.swift", "Sources/#{spec.name}/**/*_Mock.swift"] | ||
| spec.resource_bundles = { spec.name => ["Sources/#{spec.name}/Resources/**/*"] } | ||
|
|
||
| spec.dependency('StreamVideo', "#{spec.version}") | ||
| spec.dependency('StreamVideo', spec.version.to_s) | ||
| end | ||
Binary file modified
BIN
-24 Bytes
(99%)
...llControlsView_Tests/test_callControlsView_activeCall_snapshot.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(100%)
...lControlsView_Tests/test_callControlsView_activeCall_snapshot.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3 Bytes
(100%)
...lControlsView_Tests/test_callControlsView_ringingCall_snapshot.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-14 Bytes
(100%)
...ControlsView_Tests/test_callControlsView_ringingCall_snapshot.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-43 Bytes
(98%)
...iew_Tests/test_appearance_audioOutputOn_wasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-37 Bytes
(98%)
...ew_Tests/test_appearance_audioOutputOn_wasConfiguredCorrectly.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
...ts/test_appearance_micOff_hasPermission_wasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...s/test_appearance_micOff_hasPermission_wasConfiguredCorrectly.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+8 Bytes
(100%)
...sts/test_appearance_micOn_hasPermission_wasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+16 Bytes
(100%)
...ts/test_appearance_micOn_hasPermission_wasConfiguredCorrectly.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
...ppearance_micOn_noPermission_canRequest_wasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...pearance_micOn_noPermission_canRequest_wasConfiguredCorrectly.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+5 Bytes
(100%)
...On_noPermission_cannotRequestPermission_wasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-6 Bytes
(100%)
...n_noPermission_cannotRequestPermission_wasConfiguredCorrectly.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-43 Bytes
(98%)
...st_appearance_audioDefaultDeviceSpeaker_wasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-37 Bytes
(98%)
...t_appearance_audioDefaultDeviceSpeaker_wasConfiguredCorrectly.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-43 Bytes
(98%)
...IconView_Tests/test_appearance_cameraOn_wasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-37 Bytes
(98%)
...conView_Tests/test_appearance_cameraOn_wasConfiguredCorrectly.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-18 Bytes
(99%)
...gleCameraIconView_Tests/test_appearance_wasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-23 Bytes
(99%)
...leCameraIconView_Tests/test_appearance_wasConfiguredCorrectly.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2 Bytes
(100%)
...On_noPermission_cannotRequestPermission_wasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5 Bytes
(100%)
...n_noPermission_cannotRequestPermission_wasConfiguredCorrectly.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
...WithAudio_withAllInfoAndSmallerSize_viewWasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5 Bytes
(100%)
...ithAudio_withAllInfoAndSmallerSize_viewWasConfiguredCorrectly.default-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+6 Bytes
(100%)
...t_participantsWithAudio_withAllInfo_viewWasConfiguredCorrectly.default-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4 Bytes
(100%)
..._participantsWithAudio_withAllInfo_viewWasConfiguredCorrectly.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...articipantsWithAudio_withoutAllInfo_viewWasConfiguredCorrectly.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...rticipantsWithAudio_withoutAllInfo_viewWasConfiguredCorrectly.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...houtAudio_withAllInfoAndSmallerSize_viewWasConfiguredCorrectly.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...outAudio_withAllInfoAndSmallerSize_viewWasConfiguredCorrectly.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...articipantsWithoutAudio_withAllInfo_viewWasConfiguredCorrectly.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...rticipantsWithoutAudio_withAllInfo_viewWasConfiguredCorrectly.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...icipantsWithoutAudio_withoutAllInfo_viewWasConfiguredCorrectly.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...cipantsWithoutAudio_withoutAllInfo_viewWasConfiguredCorrectly.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+300 Bytes
(100%)
...nents/__Snapshots__/SpotlightSpeakerView_Tests/test_appearance.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+318 Bytes
(100%)
...ents/__Snapshots__/SpotlightSpeakerView_Tests/test_appearance.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-29 Bytes
(99%)
...IsGreaterThanZeroAndCallIsRecording_viewWasConfiguredCorrectly.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(99%)
...sGreaterThanZeroAndCallIsRecording_viewWasConfiguredCorrectly.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...est_fullscreen_participantConnectionQuality_snapshot.default-dark-excellent.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...sts/test_fullscreen_participantConnectionQuality_snapshot.default-dark-good.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...sts/test_fullscreen_participantConnectionQuality_snapshot.default-dark-poor.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
.../test_fullscreen_participantConnectionQuality_snapshot.default-dark-unknown.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...st_fullscreen_participantConnectionQuality_snapshot.default-light-excellent.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...ts/test_fullscreen_participantConnectionQuality_snapshot.default-light-good.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...ts/test_fullscreen_participantConnectionQuality_snapshot.default-light-poor.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...test_fullscreen_participantConnectionQuality_snapshot.default-light-unknown.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...creenLayout_Tests/test_fullscreen_participantSpeaking_snapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...reenLayout_Tests/test_fullscreen_participantSpeaking_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...reenLayout_Tests/test_fullscreen_participantWithAudio_snapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...eenLayout_Tests/test_fullscreen_participantWithAudio_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...nLayout_Tests/test_fullscreen_participantWithoutAudio_snapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...Layout_Tests/test_fullscreen_participantWithoutAudio_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...ts/test_grid_participantWithAudio_snapshot.default-dark-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...ts/test_grid_participantWithAudio_snapshot.default-dark-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...ts/test_grid_participantWithAudio_snapshot.default-dark-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
-15 Bytes
(100%)
...ts/test_grid_participantWithAudio_snapshot.default-dark-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
...ts/test_grid_participantWithAudio_snapshot.default-dark-with_5_participants.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...ts/test_grid_participantWithAudio_snapshot.default-dark-with_6_participants.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...ts/test_grid_participantWithAudio_snapshot.default-dark-with_7_participants.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...ts/test_grid_participantWithAudio_snapshot.default-dark-with_8_participants.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...ts/test_grid_participantWithAudio_snapshot.default-dark-with_9_participants.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
...s/test_grid_participantWithAudio_snapshot.default-light-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...s/test_grid_participantWithAudio_snapshot.default-light-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...s/test_grid_participantWithAudio_snapshot.default-light-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...s/test_grid_participantWithAudio_snapshot.default-light-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
-44 Bytes
(100%)
...s/test_grid_participantWithAudio_snapshot.default-light-with_5_participants.png
Oops, something went wrong.
Binary file modified
BIN
-11 Bytes
(100%)
...s/test_grid_participantWithAudio_snapshot.default-light-with_6_participants.png
Oops, something went wrong.
Binary file modified
BIN
-7 Bytes
(100%)
...s/test_grid_participantWithAudio_snapshot.default-light-with_7_participants.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...s/test_grid_participantWithAudio_snapshot.default-light-with_8_participants.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...s/test_grid_participantWithAudio_snapshot.default-light-with_9_participants.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...test_grid_participantWithoutAudio_snapshot.default-dark-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...test_grid_participantWithoutAudio_snapshot.default-dark-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...test_grid_participantWithoutAudio_snapshot.default-dark-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
+18 Bytes
(100%)
...test_grid_participantWithoutAudio_snapshot.default-dark-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...test_grid_participantWithoutAudio_snapshot.default-dark-with_5_participants.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...test_grid_participantWithoutAudio_snapshot.default-dark-with_6_participants.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...test_grid_participantWithoutAudio_snapshot.default-dark-with_7_participants.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...test_grid_participantWithoutAudio_snapshot.default-dark-with_8_participants.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...test_grid_participantWithoutAudio_snapshot.default-dark-with_9_participants.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...est_grid_participantWithoutAudio_snapshot.default-light-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...est_grid_participantWithoutAudio_snapshot.default-light-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...est_grid_participantWithoutAudio_snapshot.default-light-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
+18 Bytes
(100%)
...est_grid_participantWithoutAudio_snapshot.default-light-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...est_grid_participantWithoutAudio_snapshot.default-light-with_5_participants.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...est_grid_participantWithoutAudio_snapshot.default-light-with_6_participants.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...est_grid_participantWithoutAudio_snapshot.default-light-with_7_participants.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...est_grid_participantWithoutAudio_snapshot.default-light-with_8_participants.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...est_grid_participantWithoutAudio_snapshot.default-light-with_9_participants.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...sts/test_grid_participantsConnectionQuality_snapshot.default-dark-excellent.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...ut_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-good.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...ut_Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-poor.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...Tests/test_grid_participantsConnectionQuality_snapshot.default-dark-unknown.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...ts/test_grid_participantsConnectionQuality_snapshot.default-light-excellent.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...t_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-good.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...t_Tests/test_grid_participantsConnectionQuality_snapshot.default-light-poor.png
Oops, something went wrong.
Binary file modified
BIN
+17 Bytes
(100%)
...ests/test_grid_participantsConnectionQuality_snapshot.default-light-unknown.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...ts/test_grid_participantsSpeaking_snapshot.default-dark-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...ts/test_grid_participantsSpeaking_snapshot.default-dark-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
...ts/test_grid_participantsSpeaking_snapshot.default-dark-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...ts/test_grid_participantsSpeaking_snapshot.default-dark-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ts/test_grid_participantsSpeaking_snapshot.default-dark-with_5_participants.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...ts/test_grid_participantsSpeaking_snapshot.default-dark-with_6_participants.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...ts/test_grid_participantsSpeaking_snapshot.default-dark-with_7_participants.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...ts/test_grid_participantsSpeaking_snapshot.default-dark-with_8_participants.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...ts/test_grid_participantsSpeaking_snapshot.default-dark-with_9_participants.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...s/test_grid_participantsSpeaking_snapshot.default-light-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...s/test_grid_participantsSpeaking_snapshot.default-light-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...s/test_grid_participantsSpeaking_snapshot.default-light-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
+19 Bytes
(100%)
...s/test_grid_participantsSpeaking_snapshot.default-light-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...s/test_grid_participantsSpeaking_snapshot.default-light-with_5_participants.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
...s/test_grid_participantsSpeaking_snapshot.default-light-with_6_participants.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
...s/test_grid_participantsSpeaking_snapshot.default-light-with_7_participants.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...s/test_grid_participantsSpeaking_snapshot.default-light-with_8_participants.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...s/test_grid_participantsSpeaking_snapshot.default-light-with_9_participants.png
Oops, something went wrong.
Binary file modified
BIN
+16 Bytes
(100%)
...st_spotlight_participantWithAudio_snapshot.default-dark-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...st_spotlight_participantWithAudio_snapshot.default-dark-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...st_spotlight_participantWithAudio_snapshot.default-dark-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...st_spotlight_participantWithAudio_snapshot.default-dark-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...t_spotlight_participantWithAudio_snapshot.default-light-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...t_spotlight_participantWithAudio_snapshot.default-light-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...t_spotlight_participantWithAudio_snapshot.default-light-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...t_spotlight_participantWithAudio_snapshot.default-light-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...spotlight_participantWithoutAudio_snapshot.default-dark-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...spotlight_participantWithoutAudio_snapshot.default-dark-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...spotlight_participantWithoutAudio_snapshot.default-dark-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...spotlight_participantWithoutAudio_snapshot.default-dark-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...potlight_participantWithoutAudio_snapshot.default-light-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...potlight_participantWithoutAudio_snapshot.default-light-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...potlight_participantWithoutAudio_snapshot.default-light-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...potlight_participantWithoutAudio_snapshot.default-light-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...est_spotlight_participantsConnectionQuality_snapshot.default-dark-excellent.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...sts/test_spotlight_participantsConnectionQuality_snapshot.default-dark-good.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...sts/test_spotlight_participantsConnectionQuality_snapshot.default-dark-poor.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
.../test_spotlight_participantsConnectionQuality_snapshot.default-dark-unknown.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...st_spotlight_participantsConnectionQuality_snapshot.default-light-excellent.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...ts/test_spotlight_participantsConnectionQuality_snapshot.default-light-good.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...ts/test_spotlight_participantsConnectionQuality_snapshot.default-light-poor.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...test_spotlight_participantsConnectionQuality_snapshot.default-light-unknown.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...lightLayout_Tests/test_spotlight_participantsSpeaking_snapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...ightLayout_Tests/test_spotlight_participantsSpeaking_snapshot.default-light.png
Oops, something went wrong.
Binary file removed
BIN
-32.9 KB
...View_Tests/test_rendering_iPad_missingCameraAndMicPermissions.default-light.png
Diff not rendered.
Binary file removed
BIN
-37.1 KB
...st_rendering_iPad_missingCameraAndMicPermissions.extraExtraExtraLarge-light.png
Diff not rendered.
Binary file removed
BIN
-33 KB
...est_rendering_iPad_missingCameraAndMicPermissions.rightToLeftLayout-default.png
Diff not rendered.
Binary file removed
BIN
-31.9 KB
...mptView_Tests/test_rendering_iPad_missingCameraAndMicPermissions.small-dark.png
Diff not rendered.
Binary file removed
BIN
-31 KB
...PromptView_Tests/test_rendering_iPad_missingCameraPermissions.default-light.png
Diff not rendered.
Binary file removed
BIN
-34.5 KB
...sts/test_rendering_iPad_missingCameraPermissions.extraExtraExtraLarge-light.png
Diff not rendered.
Binary file removed
BIN
-31 KB
...ests/test_rendering_iPad_missingCameraPermissions.rightToLeftLayout-default.png
Diff not rendered.
Binary file removed
BIN
-30.3 KB
...onsPromptView_Tests/test_rendering_iPad_missingCameraPermissions.small-dark.png
Diff not rendered.
Binary file removed
BIN
-31.6 KB
...romptView_Tests/test_rendering_iPad_missingMissingPermissions.default-light.png
Diff not rendered.
Binary file removed
BIN
-35.2 KB
...ts/test_rendering_iPad_missingMissingPermissions.extraExtraExtraLarge-light.png
Diff not rendered.
Binary file removed
BIN
-31.6 KB
...sts/test_rendering_iPad_missingMissingPermissions.rightToLeftLayout-default.png
Diff not rendered.
Binary file removed
BIN
-30.8 KB
...nsPromptView_Tests/test_rendering_iPad_missingMissingPermissions.small-dark.png
Diff not rendered.
Binary file modified
BIN
+30 Bytes
(100%)
...ad_requiresCameraAndMicrophone_missingCameraAndMicPermissions.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-31 Bytes
(100%)
...meraAndMicrophone_missingCameraAndMicPermissions.extraExtraExtraLarge-light.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...ameraAndMicrophone_missingCameraAndMicPermissions.rightToLeftLayout-default.png
Oops, something went wrong.
Binary file modified
BIN
+68 Bytes
(100%)
..._iPad_requiresCameraAndMicrophone_missingCameraAndMicPermissions.small-dark.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ing_iPad_requiresCameraAndMicrophone_missingCameraPermissions.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...iresCameraAndMicrophone_missingCameraPermissions.extraExtraExtraLarge-light.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...uiresCameraAndMicrophone_missingCameraPermissions.rightToLeftLayout-default.png
Oops, something went wrong.
Binary file modified
BIN
+83 Bytes
(100%)
...dering_iPad_requiresCameraAndMicrophone_missingCameraPermissions.small-dark.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...iPad_requiresCameraAndMicrophone_missingMicrophonePermissions.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...CameraAndMicrophone_missingMicrophonePermissions.extraExtraExtraLarge-light.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...sCameraAndMicrophone_missingMicrophonePermissions.rightToLeftLayout-default.png
Oops, something went wrong.
Binary file modified
BIN
+107 Bytes
(100%)
...ng_iPad_requiresCameraAndMicrophone_missingMicrophonePermissions.small-dark.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ptView_Tests/test_rendering_iPad_requiresCamera_missingCamera.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...test_rendering_iPad_requiresCamera_missingCamera.extraExtraExtraLarge-light.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
.../test_rendering_iPad_requiresCamera_missingCamera.rightToLeftLayout-default.png
Oops, something went wrong.
Binary file modified
BIN
+83 Bytes
(100%)
...romptView_Tests/test_rendering_iPad_requiresCamera_missingCamera.small-dark.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...ests/test_rendering_iPad_requiresMicrophone_missingMicrophone.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...dering_iPad_requiresMicrophone_missingMicrophone.extraExtraExtraLarge-light.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...ndering_iPad_requiresMicrophone_missingMicrophone.rightToLeftLayout-default.png
Oops, something went wrong.
Binary file modified
BIN
+107 Bytes
(100%)
...w_Tests/test_rendering_iPad_requiresMicrophone_missingMicrophone.small-dark.png
Oops, something went wrong.
Binary file removed
BIN
-21.4 KB
...ew_Tests/test_rendering_iPhone_missingCameraAndMicPermissions.default-light.png
Diff not rendered.
Binary file removed
BIN
-21.6 KB
..._rendering_iPhone_missingCameraAndMicPermissions.extraExtraExtraLarge-light.png
Diff not rendered.
Binary file removed
BIN
-21.4 KB
...t_rendering_iPhone_missingCameraAndMicPermissions.rightToLeftLayout-default.png
Diff not rendered.
Binary file removed
BIN
-19.2 KB
...tView_Tests/test_rendering_iPhone_missingCameraAndMicPermissions.small-dark.png
Diff not rendered.
Binary file removed
BIN
-19.2 KB
...omptView_Tests/test_rendering_iPhone_missingCameraPermissions.default-light.png
Diff not rendered.
Binary file removed
BIN
-21.5 KB
...s/test_rendering_iPhone_missingCameraPermissions.extraExtraExtraLarge-light.png
Diff not rendered.
Binary file removed
BIN
-19.4 KB
...ts/test_rendering_iPhone_missingCameraPermissions.rightToLeftLayout-default.png
Diff not rendered.
Binary file removed
BIN
-17.6 KB
...sPromptView_Tests/test_rendering_iPhone_missingCameraPermissions.small-dark.png
Diff not rendered.
Binary file removed
BIN
-20.1 KB
...mptView_Tests/test_rendering_iPhone_missingMissingPermissions.default-light.png
Diff not rendered.
Binary file removed
BIN
-21.8 KB
.../test_rendering_iPhone_missingMissingPermissions.extraExtraExtraLarge-light.png
Diff not rendered.
Binary file removed
BIN
-20.2 KB
...s/test_rendering_iPhone_missingMissingPermissions.rightToLeftLayout-default.png
Diff not rendered.
Binary file removed
BIN
-18 KB
...PromptView_Tests/test_rendering_iPhone_missingMissingPermissions.small-dark.png
Diff not rendered.
Binary file modified
BIN
+0 Bytes
(100%)
...ne_requiresCameraAndMicrophone_missingCameraAndMicPermissions.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-44 Bytes
(100%)
...meraAndMicrophone_missingCameraAndMicPermissions.extraExtraExtraLarge-light.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...ameraAndMicrophone_missingCameraAndMicPermissions.rightToLeftLayout-default.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...Phone_requiresCameraAndMicrophone_missingCameraAndMicPermissions.small-dark.png
Oops, something went wrong.
Binary file modified
BIN
-25 Bytes
(100%)
...g_iPhone_requiresCameraAndMicrophone_missingCameraPermissions.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-51 Bytes
(100%)
...iresCameraAndMicrophone_missingCameraPermissions.extraExtraExtraLarge-light.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...uiresCameraAndMicrophone_missingCameraPermissions.rightToLeftLayout-default.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(100%)
...ring_iPhone_requiresCameraAndMicrophone_missingCameraPermissions.small-dark.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...hone_requiresCameraAndMicrophone_missingMicrophonePermissions.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-49 Bytes
(100%)
...CameraAndMicrophone_missingMicrophonePermissions.extraExtraExtraLarge-light.png
Oops, something went wrong.
Binary file modified
BIN
+17 Bytes
(100%)
...sCameraAndMicrophone_missingMicrophonePermissions.rightToLeftLayout-default.png
Oops, something went wrong.
Binary file modified
BIN
-40 Bytes
(100%)
..._iPhone_requiresCameraAndMicrophone_missingMicrophonePermissions.small-dark.png
Oops, something went wrong.
Binary file modified
BIN
-25 Bytes
(100%)
...View_Tests/test_rendering_iPhone_requiresCamera_missingCamera.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-51 Bytes
(100%)
...st_rendering_iPhone_requiresCamera_missingCamera.extraExtraExtraLarge-light.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...est_rendering_iPhone_requiresCamera_missingCamera.rightToLeftLayout-default.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(100%)
...mptView_Tests/test_rendering_iPhone_requiresCamera_missingCamera.small-dark.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...ts/test_rendering_iPhone_requiresMicrophone_missingMicrophone.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-49 Bytes
(100%)
...ring_iPhone_requiresMicrophone_missingMicrophone.extraExtraExtraLarge-light.png
Oops, something went wrong.
Binary file modified
BIN
+17 Bytes
(100%)
...ering_iPhone_requiresMicrophone_missingMicrophone.rightToLeftLayout-default.png
Oops, something went wrong.
Binary file modified
BIN
-40 Bytes
(100%)
...Tests/test_rendering_iPhone_requiresMicrophone_missingMicrophone.small-dark.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
.../__Snapshots__/RecordingView_Tests/test_recordingView_snapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...__Snapshots__/RecordingView_Tests/test_recordingView_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...hots__/ScreenSharingView_Tests/test_screenSharingView_snapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...ots__/ScreenSharingView_Tests/test_screenSharingView_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-115 Bytes
(100%)
...ts__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-115 Bytes
(100%)
...s__/CallConnectingView_Tests/test_callConnectingView_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+20 Bytes
(100%)
...s/test_callingGroupView_isCalling_snapshot.default-dark-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
.../test_callingGroupView_isCalling_snapshot.default-light-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
+20 Bytes
(100%)
...est_callingGroupView_isNotCalling_snapshot.default-dark-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...st_callingGroupView_isNotCalling_snapshot.default-light-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
-357 Bytes
(100%)
...lView_Tests/test_incomingCallView_snapshot.default-dark-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
-355 Bytes
(100%)
...lView_Tests/test_incomingCallView_snapshot.default-dark-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
-307 Bytes
(100%)
...lView_Tests/test_incomingCallView_snapshot.default-dark-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
-284 Bytes
(100%)
...lView_Tests/test_incomingCallView_snapshot.default-dark-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
-414 Bytes
(100%)
...View_Tests/test_incomingCallView_snapshot.default-light-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
-419 Bytes
(100%)
...View_Tests/test_incomingCallView_snapshot.default-light-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
-352 Bytes
(100%)
...View_Tests/test_incomingCallView_snapshot.default-light-with_3_participants.png
Oops, something went wrong.
Binary file modified
BIN
-351 Bytes
(100%)
...View_Tests/test_incomingCallView_snapshot.default-light-with_4_participants.png
Oops, something went wrong.
Binary file modified
BIN
-23 Bytes
(100%)
...__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_0_participants.png
Oops, something went wrong.
Binary file modified
BIN
-25 Bytes
(100%)
...__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
-22 Bytes
(100%)
...__/LobbyView_Tests/test_lobbyView_snapshot.default-dark-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
-20 Bytes
(100%)
..._/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_0_participants.png
Oops, something went wrong.
Binary file modified
BIN
-19 Bytes
(100%)
..._/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_1_participants.png
Oops, something went wrong.
Binary file modified
BIN
-21 Bytes
(100%)
..._/LobbyView_Tests/test_lobbyView_snapshot.default-light-with_2_participants.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(100%)
...phoneCheckView_Tests/test_microphoneCheckView_micOff_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...phoneCheckView_Tests/test_microphoneCheckView_pinned_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(100%)
...ew_Tests/test_microphoneCheckView_withoutAudioLevels_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+190 Bytes
(100%)
...pshots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+24 Bytes
(100%)
...shots__/OutgoingCallView_Tests/test_outgoingCallView_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...pshots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+25 Bytes
(100%)
...shots__/LivestreamPlayer_Tests/test_livestreamPlayer_snapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...layer_Tests/test_livestreamPlayer_snapshotHideParticipantCount.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+26 Bytes
(100%)
...ayer_Tests/test_livestreamPlayer_snapshotHideParticipantCount.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+35 Bytes
(100%)
...ts__/PictureInPictureContentViewTests/test_content_participant.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+41 Bytes
(100%)
...s__/PictureInPictureContentViewTests/test_content_participant.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...__/PictureInPictureContentViewTests/test_content_screenSharing.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
..._/PictureInPictureContentViewTests/test_content_screenSharing.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...ierTests/test_modifier_participant_hasVideoFalse_hasAudioFalse.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...erTests/test_modifier_participant_hasVideoFalse_hasAudioFalse.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...fierTests/test_modifier_participant_hasVideoFalse_hasAudioTrue.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...ierTests/test_modifier_participant_hasVideoFalse_hasAudioTrue.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...fierTests/test_modifier_participant_hasVideoTrue_hasAudioFalse.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(99%)
...ierTests/test_modifier_participant_hasVideoTrue_hasAudioFalse.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...ifierTests/test_modifier_participant_hasVideoTrue_hasAudioTrue.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(99%)
...fierTests/test_modifier_participant_hasVideoTrue_hasAudioTrue.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+25 Bytes
(100%)
...napshots__/PictureInPictureScreenSharingViewTests/test_content.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...apshots__/PictureInPictureScreenSharingViewTests/test_content.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+35 Bytes
(100%)
...shots__/PictureInPictureVideoParticipantViewTests/test_content.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+41 Bytes
(100%)
...hots__/PictureInPictureVideoParticipantViewTests/test_content.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(98%)
..._Snapshots__/CornerClipper_Tests/test_cornerClipper_allCorners.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+91 Bytes
(100%)
...Snapshots__/CornerClipper_Tests/test_cornerClipper_allCorners.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-40 Bytes
(99%)
...ts__/CornerClipper_Tests/test_cornerClipper_cornerRadiusBottom.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+66 Bytes
(100%)
...s__/CornerClipper_Tests/test_cornerClipper_cornerRadiusBottom.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(99%)
.../CornerClipper_Tests/test_cornerClipper_cornerRadiusBottomLeft.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+59 Bytes
(100%)
...CornerClipper_Tests/test_cornerClipper_cornerRadiusBottomLeft.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-13 Bytes
(100%)
...CornerClipper_Tests/test_cornerClipper_cornerRadiusBottomRight.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+37 Bytes
(100%)
...ornerClipper_Tests/test_cornerClipper_cornerRadiusBottomRight.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-18 Bytes
(99%)
...s__/CornerClipper_Tests/test_cornerClipper_cornerRadiusLeading.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+62 Bytes
(100%)
...__/CornerClipper_Tests/test_cornerClipper_cornerRadiusLeading.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-7 Bytes
(100%)
...erClipper_Tests/test_cornerClipper_cornerRadiusLeadingDiagonal.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+40 Bytes
(100%)
...rClipper_Tests/test_cornerClipper_cornerRadiusLeadingDiagonal.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-57 Bytes
(98%)
...shots__/CornerClipper_Tests/test_cornerClipper_cornerRadiusTop.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+62 Bytes
(100%)
...hots__/CornerClipper_Tests/test_cornerClipper_cornerRadiusTop.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-39 Bytes
(99%)
...s__/CornerClipper_Tests/test_cornerClipper_cornerRadiusTopLeft.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+40 Bytes
(100%)
...__/CornerClipper_Tests/test_cornerClipper_cornerRadiusTopLeft.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(99%)
...__/CornerClipper_Tests/test_cornerClipper_cornerRadiusTopRight.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+37 Bytes
(100%)
..._/CornerClipper_Tests/test_cornerClipper_cornerRadiusTopRight.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...__/CornerClipper_Tests/test_cornerClipper_cornerRadiusTrailing.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+37 Bytes
(100%)
..._/CornerClipper_Tests/test_cornerClipper_cornerRadiusTrailing.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-16 Bytes
(99%)
...rClipper_Tests/test_cornerClipper_cornerRadiusTrailingDiagonal.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
+59 Bytes
(100%)
...Clipper_Tests/test_cornerClipper_cornerRadiusTrailingDiagonal.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-53 Bytes
(100%)
...ils/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-45 Bytes
(100%)
...ls/__Snapshots__/ToastView_Tests/test_toastView_errorSnapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...Snapshots__/ToastView_Tests/test_toastView_errorSnapshotBottom.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-26 Bytes
(100%)
...napshots__/ToastView_Tests/test_toastView_errorSnapshotBottom.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-177 Bytes
(99%)
...tils/__Snapshots__/ToastView_Tests/test_toastView_infoSnapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(100%)
...ils/__Snapshots__/ToastView_Tests/test_toastView_infoSnapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
-15 Bytes
(100%)
...s/__Snapshots__/ToastView_Tests/test_toastView_successSnapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
.../__Snapshots__/ToastView_Tests/test_toastView_successSnapshot.default-light.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...s/__Snapshots__/ToastView_Tests/test_toastView_warningSnapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-93 Bytes
(99%)
.../__Snapshots__/ToastView_Tests/test_toastView_warningSnapshot.default-light.png
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec| | |
| spec.author = { 'getstream.io' => '[email protected]' } | ||
| spec.social_media_url = 'https://getstream.io' | ||
|
|
||
| spec.swift_version = '5.9' | ||
| spec.swift_version = '5.10' | ||
| spec.platform = :ios, '13.0' | ||
| spec.requires_arc = true | ||
|
|
||
|
|
@@ -20,6 +20,6 @@ Pod::Spec.new do |spec| | |
| spec.vendored_frameworks = "#{spec.module_name}.xcframework" | ||
| spec.preserve_paths = "#{spec.module_name}.xcframework/*" | ||
|
|
||
| spec.dependency('StreamVideo-XCFramework', "#{spec.version}") | ||
| spec.dependency('StreamVideoSwiftUI-XCFramework', "#{spec.version}") | ||
| spec.dependency('StreamVideo-XCFramework', spec.version.to_s) | ||
| spec.dependency('StreamVideoSwiftUI-XCFramework', spec.version.to_s) | ||
| end | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec| | |
| spec.author = { 'getstream.io' => '[email protected]' } | ||
| spec.social_media_url = 'https://getstream.io' | ||
|
|
||
| spec.swift_version = '5.9' | ||
| spec.swift_version = '5.10' | ||
| spec.platform = :ios, '13.0' | ||
| spec.requires_arc = true | ||
|
|
||
|
|
@@ -19,6 +19,6 @@ Pod::Spec.new do |spec| | |
| spec.source_files = ["Sources/#{spec.name}/**/*.swift"] | ||
| spec.exclude_files = ["Sources/#{spec.name}/**/*_Tests.swift", "Sources/#{spec.name}/**/*_Mock.swift"] | ||
|
|
||
| spec.dependency('StreamVideo', "#{spec.version}") | ||
| spec.dependency('StreamVideoSwiftUI', "#{spec.version}") | ||
| spec.dependency('StreamVideo', spec.version.to_s) | ||
| spec.dependency('StreamVideoSwiftUI', spec.version.to_s) | ||
| end | ||
Binary file modified
BIN
-46 Bytes
(100%)
...lViewController_Tests/test_callViewController_outgoingSnapshot.default-dark.png
Oops, something went wrong.
Binary file modified
BIN
-173 Bytes
(100%)
...ViewController_Tests/test_callViewController_outgoingSnapshot.default-light.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.