Skip to content
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

Add macOS support #30

Merged
merged 16 commits into from
Feb 19, 2024
Merged

Add macOS support #30

merged 16 commits into from
Feb 19, 2024

Conversation

Supereg
Copy link
Member

@Supereg Supereg commented Feb 14, 2024

Add macOS support

♻️ Current situation & Problem

This PR updates the UITests and TestApp to run in macOS. Sadly we currently can't really run UI tests on macOS without the requirement to sign the application.
Additionally, this PR upgrade the XCTestExtensions version with updated support for visionOS and macOS.

⚙️ Release Notes

  • Updated support for macOS and visionOS

📚 Documentation

--

✅ Testing

We restructured to CI configuration to align better with the current styling guides.

📝 Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

@Supereg Supereg changed the title Feature/platform support2 Add macOS support Feb 16, 2024
@Supereg Supereg marked this pull request as ready for review February 16, 2024 19:44
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (7210f72) 79.89% compared to head (227699f) 79.87%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
- Coverage   79.89%   79.87%   -0.01%     
==========================================
  Files          39       39              
  Lines        1208     1222      +14     
==========================================
+ Hits          965      976      +11     
- Misses        243      246       +3     
Files Coverage Δ
...ources/SpeziPersonalInfo/Fields/NameFieldRow.swift 89.66% <81.25%> (-10.34%) ⬇️
...s/SpeziViews/Views/Layout/DescriptionGridRow.swift 25.00% <0.00%> (-1.41%) ⬇️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7210f72...227699f. Read the comment docs.

Copy link
Member

@PSchmiedmayer PSchmiedmayer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for all the improvements; this looks great @Supereg 🚀

@Supereg Supereg merged commit d49f716 into main Feb 19, 2024
13 checks passed
@Supereg Supereg deleted the feature/platform-support2 branch February 19, 2024 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants