WeTransfer / Diagnostics

Allow users to easily share Diagnostics with your support team to improve the flow of fixing bugs.
MIT License
933 stars 53 forks source link

Add visionOS support #170

Closed Rubenfer closed 1 month ago

Rubenfer commented 3 months ago

This Pull Request adds visionOS support while keeping support to Swift 5.5

Fixes #162.

Note that this branch is based on the #169 PR as it should include the privacy manifest file in newly created files to support Swift 5.5.

Rubenfer commented 2 months ago

Done, @peagasilva

wetransferplatform commented 1 month ago
Messages
:book: DiagnosticsTests: Executed 35 tests (0 failed, 0 retried, 0 skipped) in 10.305 seconds
:book: Slowest test: DiagnosticsReporterTests/testReportingChapters() (2.019s)
:book: Slowest test: DiagnosticsReporterTests/testWithSmartInsightsProviderReturningExtraInsights() (2.011s)
:book: Slowest test: DiagnosticsReporterTests/testWithoutProvidingSmartInsightsProvider() (2.008s)
:book: View more details on Bitrise

Code Coverage Report

Name Coverage
Diagnostics 62.96% ⚠️

Generated by :no_entry_sign: Danger Swift against b935d47812023fc90c40aaf5f471bdf1b8852a3e

peagasilva commented 1 month ago

@Rubenfer our repository requires signed commits. Would it be possible for you to enable signed commits and recommit them? You can do that by using the following command:

 git rebase --exec 'git commit --amend --no-edit -n -S' -i develop
 git push --force

You can read more about setting up signed commits here.

Thanks in advance!