Files
Frédéric Ruaudel 3395a96fd9 Meet The Composable Architecture tutorial various fixes and improvements (#3568)
* Fix tutorial documentation typo: sync ups to contacts

* Update tutorial documentation: Use .foregroundStyle for icon color to replace deprecated .foregroundColor

* Update tutorial documentation: Clarify that Reducer() is a macro

* Update tutorial documentation: Modify test code to use `.modify` for enum mutation to fix issue reported in https://github.com/pointfreeco/swift-composable-architecture/discussions/3158

* Update tutorial documentation: Add @CasePathable to Alert enum and simplify test case syntax

* Add @CasePathable to Alert enum in tutorial documentation to be consistent with previous part of the tutorial

* Update tutorial documentation: Simplify StackAction with StackActionOf typealias

* Update Sources/ComposableArchitecture/Documentation.docc/Tutorials/MeetTheComposableArchitecture/02-Navigation/04-NavigationStacks/02-04-NavigationStacks.tutorial

---------

Co-authored-by: Stephen Celis <stephen.celis@gmail.com>
2025-01-29 12:11:05 -08:00

8 lines
91 B
Plaintext

.DS_Store
.build
.swiftpm
/Packages
/*.swiftinterface
/*.xcodeproj
xcuserdata/
.docc-build/