* Remove `eraseToStream` now that `any AsyncSequence` is available to us. * Remove the now unnecessary backport of Mutex. * Silence a couple more deprecation warnings.
Scripts
Create screen templates
New screen flows are currently using the MVVM-Coordinator pattern. Run Tools/Scripts/createScreen.sh to create a new screen and all its required dependencies.
Usage:
./createScreen.sh Folder MyScreenName
After that run xcodegen to regenerate the project.
createScreen.sh script will create:
Folderwithin the/ElementX/Sources/Screens/. Files inside will be namedMyScreenNameXxx.MyScreenNameScreenUITests.swiftwithinUITests/SourcesMyScreenNameViewModelTests.swiftwithinUnitTests/Sources/Unit