generated from StanfordBDHG/TemplateApplication
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify and cleanup template app (#81)
# Simplify and cleanup template app ## ♻️ Current situation & Problem This PR tries to do some housekeeping for the template app. Refer to the release notes for a list of changes. ## ⚙️ Release Notes * Updated dependencies. * Removed Codable-based RawRepresentable conformance for array to avoid anti-patterns with `@AppStorage`. * Automatically pass `PreferLogStreaming=YES` to the environment to silence warning. * Remove `setupSimulators`, saving some seconds in the CI. * Remove MockWebService. ## 📚 Documentation Removed some outdated screenshots related to the MockWebService integration. ## ✅ Testing Removed outdated tests. ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
- Loading branch information
Showing
19 changed files
with
66 additions
and
262 deletions.
There are no files selected for viewing
This file contains 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 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
Oops, something went wrong.