* Add and remove map annotations only when necessary
* Update Examples/LocationManager/Common/MapView.swift
Co-authored-by: Brandon Williams <mbw234@gmail.com>
Co-authored-by: Brandon Williams <mbw234@gmail.com>
* Beginnings of a location-based example.
* wip
* some tests
* update makefile
* clean up
* wip
* clean up
* clean up
* clean up
* no need for raw value
* dont need raw value
* make searches cancellable
* Update Examples/LocationManager/LocationManager/LocationManagerClient/LocationManagerClient.swift
Co-authored-by: Stephen Celis <stephen@stephencelis.com>
* Update Examples/LocationManager/LocationManager/LocalSearchClient/LocalSearchModels.swift
Co-authored-by: Stephen Celis <stephen@stephencelis.com>
* Update Examples/LocationManager/LocationManager/LocalSearchClient/LocalSearchModels.swift
Co-authored-by: Stephen Celis <stephen@stephencelis.com>
* fixes
Co-authored-by: Stephen Celis <stephen@stephencelis.com>
* 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>
* Simplify the tic-tac-toe win condition check
* Fix copy for placeholder in tic-tac-toe example
* Update Examples/TicTacToe/Sources/Core/GameCore.swift
Co-authored-by: Thomas Marsh <thomas.marsh@zeropw.com>
Co-authored-by: Stephen Celis <stephen.celis@gmail.com>
* Assorted fixes for collections of state
Fixes#21.
* Update IdentifiedArrayTests.swift
* Update case studies
* Run swift-format on _push_ to master
* Format