Wes Wickwire
Wes Wickwire
## Changes in this pull request Added SPM support. Just added the `Package.swift` so no tests are needed. Issue fixed: #166 ### Checklist - [x] All tests pass. Demo project...
Initially when trying to use Carthage there would be a build error. Carthage was trying to build the `MessageViewController` scheme in the example workspace. This PR removes the example workspace,...
### Description I've hit a weird issue with the UI not updating. I am using a `NavigationSplitView` and the right and middle column share the same scoped store/state. A form/sheet...