mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
* Merge Test Support Module An attempt to fix #70. * Remove import * Update README * Assertion failure * Cleanup * Add NB * Revert format change * Update Sources/ComposableArchitecture/TestSupport/TestStore.swift * TicTacToe fixes * Hide test store in debug flag Co-authored-by: Brandon Williams <mbw234@gmail.com>
Motion Manager
This application demonstrates how to work with a complex dependency in the Composable Architecture. It uses the CMMotionManager API from the CoreMotion framework to read device movements and display that data as a graph on the screen.
This demo only works on a real device, not in the simulator.