Files
Stephen Celis 471211842b Improve CI (#3641)
* Don't use xcbeautify

It doesn't output test failure info in Swift Testing.

* Force update

* wip

* wip

* try less quiet xcbeautify

* wip

* wip

* wip

* Update Examples/VoiceMemos/VoiceMemosTests/VoiceMemosTests.swift

* always skip release tests on Xcode <16

* wip

* wip
2025-04-01 14:34:11 -07:00
..
2025-03-12 18:51:29 +00:00
2025-04-01 14:34:11 -07:00

Voice Memos

This application demonstrates how to work with multiple dependencies and manage a complex state machine driven off of timers in the Composable Architecture. Some functionality includes:

  • Requesting the users permission to record audio.
  • Prompting the user if insufficient permission is provided.
  • Audio recording and playback.
  • Handling errors that may occur during recording or playback.
  • Stubbing dependencies to work with SwiftUI previews.