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

Remove UIKit code #371

Merged
merged 3 commits into from
Nov 19, 2023
Merged

Remove UIKit code #371

merged 3 commits into from
Nov 19, 2023

Conversation

nickoneill
Copy link
Member

Fixes #370

No point in keeping this around as we're pretty close to shipping the new UI. Compiling is a bit faster and we don't have to worry about the switch in the app delegate anymore. We ditched the seeded URL session entirely because it is a deprecated way to mock network data, I added an item in #331 to get the UI tests going again with the new design so we can use it for screenshots as we had previously been doing.

Has the added benefit of compiling with zero warnings, which is the right standard to set for PRs going forward.

Copy link
Collaborator

@cselin cselin left a comment

Choose a reason for hiding this comment

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

🥳

FiveCalls/FiveCalls/AppDelegate.swift Show resolved Hide resolved
@nickoneill nickoneill merged commit ebef679 into main Nov 19, 2023
1 check passed
@nickoneill nickoneill deleted the nickoneill/remove-uikit branch November 19, 2023 16:18
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.

Remove uikit views
2 participants